CGIWrap |
|
January 31, 2008 |
CGIWrap
Assume we have main web root directory at /home/admin/web, and we would like to have CGIWrap transparently at the background. The cgi-bin folder is located inside web folder. Please change both the user and group in httpd.conf to apache.
-
tar -zxvf
./configure –with-httpd-user=apache
make install
-
Update the httpd.conf file with
ScriptAlias /cgi-bin/
RewriteEngine On
RewriteMap lowercase int:tolower
RewriteRule ^/cgi-bin/(.*) /cgi-bin/cgiwrap/admin/$1 [PT]Sample of error message for CGIWrap:

January 31, 2008
Leave a Reply