[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] cgi-wrapper not found
- Subject: RE: [cobalt-users] cgi-wrapper not found
- From: Grant Cummings <GrantC@xxxxxxxxxxxxxxxx>
- Date: Tue Aug 1 12:19:56 2000
> why in the world do i get this cgi wrapper errror all
> of the time, what is it? how do i get rid of it...
Check your /etc/httpd/conf/srm.conf file for the following section:
# To use CGI scripts:
Action cgi-wrapper /cgiwrapDir/cgiwrap
#AddHandler cgi-wrapper .cgi
#AddHandler cgi-wrapper .pl
Ours originally read:
# To use CGI scripts:
Action cgi-wrapper /cgiwrapDir/cgiwrap
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
We got the errors you speak of. As always (at least it's alwyas been my
practice) back up the file, make the change, and then restart the httpd
service and see what happens!
Again, it's the TOP example that now works with the AddHandler directives
commented out. :)
*********************
Grant Cummings
Support Manager
Wholesaleisp.net
*********************