--- doc/config/conf.d/auth.conf.orig 2010-07-11 12:01:32.000000000 -0500
+++ doc/config/conf.d/auth.conf 2010-10-17 05:20:42.000000000 -0500
-#auth.backend.plain.userfile = "/etc/lighttpd/lighttpd.user"
-#auth.backend.plain.groupfile = "/etc/lighttpd/lighttpd.group"
+#auth.backend.plain.userfile = conf_dir + "/lighttpd.user"
+#auth.backend.plain.groupfile = conf_dir + "/lighttpd.group"
#auth.backend.ldap.hostname = "localhost"
#auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
--- doc/config/conf.d/cgi.conf.orig 2010-07-11 12:01:32.000000000 -0500
+++ doc/config/conf.d/cgi.conf 2010-10-17 05:19:33.000000000 -0500
## For PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini.
-cgi.assign = ( ".pl" => "/usr/bin/perl",
- ".cgi" => "/usr/bin/perl",
- ".rb" => "/usr/bin/ruby",
- ".erb" => "/usr/bin/eruby",
- ".py" => "/usr/bin/python" )
+cgi.assign = ( ".pl" => "@PREFIX@/bin/perl",
+ ".cgi" => "@PREFIX@/bin/perl",
+ ".rb" => "@PREFIX@/bin/ruby",
+ ".erb" => "@PREFIX@/bin/eruby",
+ ".py" => "@PREFIX@/bin/python2.6" )
## to get the old cgi-bin behavior of apache
--- doc/config/conf.d/fastcgi.conf.orig 2010-07-11 12:01:32.000000000 -0500
+++ doc/config/conf.d/fastcgi.conf 2010-10-17 05:03:24.000000000 -0500
# "socket" => socket_dir + "/php-fastcgi-1.socket",
-# "bin-path" => server_root + "/cgi-bin/php5",
+# "bin-path" => "@PREFIX@/bin/php-cgi",
# "broken-scriptfilename" => "enable",
# "socket" => socket_dir + "/php-fastcgi-2.socket",
-# "bin-path" => server_root + "/cgi-bin/php5",
+# "bin-path" => "@PREFIX@/bin/php",
# "PHP_FCGI_CHILDREN" => "16",
# "PHP_FCGI_MAX_REQUESTS" => "10000",
## chrooted webserver + external PHP
-## $ spawn-fcgi -f /usr/bin/php-cgi -p 2000 -a 127.0.0.1 -C 8
+## $ spawn-fcgi -f @PREFIX@/bin/php-cgi -p 2000 -a 127.0.0.1 -C 8
## webserver chrooted to /srv/www/
## php running outside the chroot