[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Running CGI as .htm
- Subject: Re: [cobalt-users] Running CGI as .htm
- From: jspr <bat@xxxxxxxxxxxxx>
- Date: Mon Nov 20 17:43:34 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>Subject: [cobalt-users] Running CGI as .htm
>> 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?
>
>check permisions on the generated .htm files.. if they are being generated
>with incorrect file permissions (non executable) then they won't fire...
>
>Regards
>
>-Andrew Antonietti
Thanks for the answer:)
Permissons are fine (they work when named .pl or .cgi)
jspr