;;
;; This is a configuration for httpd_public-only tests...
;;
;;

(org.and.jhttpd-conf-main-1.0

  (org.and.daemon-conf-1.0
    (listen addr 127.0.1.1)

     pid-file ex_httpd_root/abcd
     cntl-file ex_httpd_cntl

    (policy conf-httpd-tst-2.1
       timeout idle 16)

     procs 2)

  (match-connection [policy-eq <default> server-ipv4-cidr-eq 127.0.1.1]
    policy conf-httpd-tst-2.1)

   policy conf-httpd-tst-2.1

     ; Required by the tests...
     unspecified-hostname-append-port off
     secure-directory-filename no
     MIME/types-filename-xtra (+= ENV SRCDIR /mime_types_extra.txt)

     public-only ON

     virtual-hosts true
     document-root (= ex_httpd_root)
     request-configuration-directory (= ex_ httpd _conf)
     req-err-dir ex_httpd_err/)

