16 lines
939 B
Plaintext
16 lines
939 B
Plaintext
$OpenBSD: patch-etc_hiawatha_php-fcgi_conf,v 1.2 2009/07/23 05:54:15 ajacoutot Exp $
|
|
--- etc/hiawatha/php-fcgi.conf.orig Tue Jun 9 15:26:50 2009
|
|
+++ etc/hiawatha/php-fcgi.conf Thu Jul 23 07:48:49 2009
|
|
@@ -22,7 +22,7 @@ MaxRequests = 100
|
|
# PHP FastCGI servers to start.
|
|
# Server = <php-cgi executable>;<binding>;<UID>[:<GIDs>][;<PHP configuration file>]
|
|
#
|
|
-#Server = /usr/bin/php5-cgi ; 127.0.0.1:2005 ; www-data
|
|
-#Server = /usr/bin/php5-cgi ; 127.0.0.1:2005 ; 1000:100,101
|
|
-#Server = /usr/bin/php5-cgi ; 127.0.0.1:2005 ; www-data ; /etc/php5/cgi/php.ini
|
|
-#Server = /usr/chroot|usr/bin/php5-cgi ; 127.0.0.1:2005 ; www-data
|
|
+#Server = ${LOCALBASE}/bin/php-fastcgi ; 127.0.0.1:2005 ; _hiawatha
|
|
+#Server = ${LOCALBASE}/bin/php-fastcgi ; 127.0.0.1:2005 ; 579:579,67
|
|
+#Server = ${LOCALBASE}/bin/php-fastcgi ; 127.0.0.1:2005 ; _hiawatha ; /var/www/conf/php.ini
|
|
+#Server = /var/chroot|${LOCALBASE}/bin/php-fastcgi ; 127.0.0.1:2005 ; _hiawatha
|