diff options
Diffstat (limited to 'www/pserv/files/patch-pserv.conf')
| -rw-r--r-- | www/pserv/files/patch-pserv.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/pserv/files/patch-pserv.conf b/www/pserv/files/patch-pserv.conf new file mode 100644 index 000000000000..1580f655cd41 --- /dev/null +++ b/www/pserv/files/patch-pserv.conf @@ -0,0 +1,18 @@ +--- pserv.conf.orig Wed Oct 15 16:18:05 2003 ++++ pserv.conf Wed Oct 15 16:20:01 2003 +@@ -1,9 +1,10 @@ +-port 80 ++port 80 + maxChildren 4 +-documentsPath /export/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 /var/log/pserv.log ++mimeTypesFile %%PREFIX%%/etc/mime.types ++phpFile %%LOCALBASE%%/bin/php ++cgiRoot %%PREFIX%%/www/cgi-bin |
