76d8a8d45b
* Main configuration file httpd.conf renamed to hiawatha.conf. * Several crash/bugfixes and improvements.
17 lines
591 B
Plaintext
17 lines
591 B
Plaintext
$OpenBSD: patch-etc_hiawatha_cgi-wrapper_conf,v 1.7 2009/09/22 09:29:25 ajacoutot Exp $
|
|
--- etc/hiawatha/cgi-wrapper.conf.orig Tue Sep 22 11:05:08 2009
|
|
+++ etc/hiawatha/cgi-wrapper.conf Tue Sep 22 11:05:44 2009
|
|
@@ -5,9 +5,9 @@
|
|
# CGIhandler = /path/to/cgi-handler
|
|
#
|
|
#CGIhandler = /usr/bin/perl
|
|
-#CGIhandler = /usr/bin/php-cgi
|
|
-#CGIhandler = /usr/bin/python
|
|
-#CGIhandler = /usr/bin/ruby
|
|
+#CGIhandler = ${LOCALBASE}/bin/php-fastcgi
|
|
+#CGIhandler = ${LOCALBASE}/bin/python
|
|
+#CGIhandler = ${LOCALBASE}/bin/ruby
|
|
#CGIhandler = /usr/bin/ssi-cgi
|
|
|
|
# Wrap = <wrap-id>;<cgiroot>;<userid>[:<group>]
|