diff options
Diffstat (limited to 'www/pserv/files/patch-pserv.conf')
-rw-r--r-- | www/pserv/files/patch-pserv.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/pserv/files/patch-pserv.conf b/www/pserv/files/patch-pserv.conf index 1580f655cd41..410ae29dcf4d 100644 --- a/www/pserv/files/patch-pserv.conf +++ b/www/pserv/files/patch-pserv.conf @@ -1,17 +1,17 @@ ---- pserv.conf.orig Wed Oct 15 16:18:05 2003 -+++ pserv.conf Wed Oct 15 16:20:01 2003 +--- pserv.conf.orig Sun Oct 19 16:51:27 2003 ++++ pserv.conf Tue Oct 21 00:22:07 2003 @@ -1,9 +1,10 @@ --port 80 -+port 80 +-port 80 ++port 80 maxChildren 4 --documentsPath /export/home/multix/public_html +-documentsPath /home/multix/public_html +documentsPath %%PREFIX%%/www/data defaultFile index.html secTimeout 1 uSecTimeout 100000 --logFile /export/home/multix/pserv/pserv.log --mimeTypesFile /export/home/multix/pserv/mime_types.dat --cgiRoot /export/home/multix/public_html/cgi-bin +-logFile /home/multix/pserv/pserv.log +-mimeTypesFile /home/multix/pserv/mime_types.dat +-cgiRoot /home/multix/public_html/cgi-bin +logFile /var/log/pserv.log +mimeTypesFile %%PREFIX%%/etc/mime.types +phpFile %%LOCALBASE%%/bin/php |