[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Running CGI as .htm
- Subject: [cobalt-users] Running CGI as .htm
- From: jspr <bat@xxxxxxxxxxxxx>
- Date: Fri Nov 17 09:26:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I recently moved from a Raq2 to a raq3 server and ran into some suffix
problems. On the old server I had some sites with dynamicly generted pages
(cgi scripts) with the suffix .htm. On the Raq2 I added a "AddHandler
cgi-wrapper .htm" to httpd.conf for the sites and cheated the server into
running files named .htm as perl scripts. On the Raq3 this little trick
doesn't work anymore and all the pages gives an "Execution of this script
not permitted" error. It seems the Raq3 will not accept running scripts
with any other suffix than .pl or .cgi. Any suggestions?
jspr