mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
b68900d3dc
PR: 61065 Submitted by: ale (maintainer)
19 lines
564 B
Plaintext
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
|