[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Changing the cgi-wrapper to accept scripts without endings
- Subject: Re: [cobalt-users] Changing the cgi-wrapper to accept scripts without endings
- From: flash22@xxxxxxx
- Date: Wed Jan 24 18:19:58 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 24 Jan 2001, Jeff Lasman wrote:
> Karl-Heinz wrote:
>
> > can someone help me plase to set the chi-wrapper, the it accepts
> > scripts with NO ending like *.pl or *.cgi.
> >
> > I get an error, if i try to start a compiled c programm like "stats",
> > which has no ending.
>
> Can't do it using "cgi-wrapper". You can either not use cgi-wrapper
> (not recommended, but complete information is in the archives), or you
> can renmae stats to stats.cgi.
or use ScriptAlias /cgi-bin/ /home/sites/siteX/web/cgi-bin/
(assuming you don't already have such a thing)