openbsd-ports/www/hiawatha/patches/patch-etc_hiawatha_cgi-wrapper_conf
ajacoutot 76d8a8d45b Update to hiawatha-6.17.1.
* Main configuration file httpd.conf renamed to hiawatha.conf.
* Several crash/bugfixes and improvements.
2009-09-22 09:29:25 +00:00

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>]