[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Making changes to cgiwrap
- Subject: [cobalt-users] Making changes to cgiwrap
- From: jspr <bat@xxxxxxxxxxxxx>
- Date: Tue Nov 21 17:09:04 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Why: I'm having problems running some dynamic pages named .htm that are
really perl scripts.
Adding "AddType application/x-httpd-cgi .htm" or "AddHandler cgi-wrapper
.htm" to httpd.conf or .htaccess doesn't do it.
In /usr/cgiwrap/cgiwrap :
Cobalt RaQ virtual site CGI wrapper
^@Retrieved User Name: ^@PATH_TRANSLATED^@home/sites/^@.cgi^@.pl^@Script
file not found.^@Script File: ^@User not Privlidged.^@
As far as I can tell this means run if file is /home/sites/something.cgi or
.pl and if not print error.
Easy just add a ^@.htm to that ... but how can I make changes to the
cgiwrapper??? It's all codey and emacs screws things up...
jspr