2009-09-22 05:29:25 -04:00
|
|
|
$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 @@
|
2008-03-15 06:16:30 -04:00
|
|
|
# CGIhandler = /path/to/cgi-handler
|
2007-03-26 02:57:56 -04:00
|
|
|
#
|
|
|
|
#CGIhandler = /usr/bin/perl
|
2009-09-22 05:29:25 -04:00
|
|
|
-#CGIhandler = /usr/bin/php-cgi
|
2007-03-26 02:57:56 -04:00
|
|
|
-#CGIhandler = /usr/bin/python
|
2009-07-23 01:54:15 -04:00
|
|
|
-#CGIhandler = /usr/bin/ruby
|
2009-09-22 05:29:25 -04:00
|
|
|
+#CGIhandler = ${LOCALBASE}/bin/php-fastcgi
|
2008-05-29 03:53:03 -04:00
|
|
|
+#CGIhandler = ${LOCALBASE}/bin/python
|
2009-07-23 01:54:15 -04:00
|
|
|
+#CGIhandler = ${LOCALBASE}/bin/ruby
|
2009-09-22 05:29:25 -04:00
|
|
|
#CGIhandler = /usr/bin/ssi-cgi
|
2007-03-26 02:57:56 -04:00
|
|
|
|
2007-10-26 18:42:16 -04:00
|
|
|
# Wrap = <wrap-id>;<cgiroot>;<userid>[:<group>]
|