18 lines
573 B
Plaintext
18 lines
573 B
Plaintext
$OpenBSD: patch-config_cgi-wrapper_conf,v 1.1 2012/12/12 09:39:53 jasper Exp $
|
|
--- config/cgi-wrapper.conf.orig Wed Dec 12 09:13:45 2012
|
|
+++ config/cgi-wrapper.conf Wed Dec 12 09:13:56 2012
|
|
@@ -4,10 +4,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>]
|