1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/www/pserv/files/patch-pserv.conf
Kirill Ponomarev b68900d3dc - Update to version 3.0.b3
PR:		61065
Submitted by:	ale (maintainer)
2004-01-08 16:15:40 +00:00

19 lines
564 B
Plaintext

--- defaults/pserv.conf.orig Sat Dec 20 01:22:10 2003
+++ defaults/pserv.conf Thu Jan 8 12:33:51 2004
@@ -1,9 +1,10 @@
-port 8080
+port 80
maxChildren 4
-documentsPath /home/multix/public_html
+documentsPath %%PREFIX%%/www/data
defaultFile index.html
secTimeout 1
uSecTimeout 100000
-logFile /home/multix/pserv/pserv.log
-mimeTypesFile /home/multix/pserv/defaults/mime_types.dat
-cgiRoot /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