You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Marty Landman <ML...@face2interface.com> on 2003/12/16 21:10:51 UTC

Re: [users@httpd] Executing CGI Scripts that have no File Extension in Apache 1.3

At 06:07 PM 12/16/2003, you wrote:
>   I have exhausted myself trying to figure out how to get CGI scripts to 
> execute under Apache 1.3 that do not have a file extension.

Not sure this is a good idea, but...

>  AddHandler cgi-script pl

Have you tried

  AddHandler cgi-script *

I haven't, so curious to know if it works.

Marty Landman   Face 2 Interface Inc 845-679-9387
Sign On Required: Web membership software for your site
Make a Website: http://face2interface.com/Home/Demo.shtml


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Executing CGI Scripts that have no File Extension in Apache 1.3

Posted by Joshua Slive <jo...@slive.ca>.
On Tue, 16 Dec 2003, Marty Landman wrote:
> Have you tried
>
>   AddHandler cgi-script *
>
> I haven't, so curious to know if it works.

No, that won't work.  But
SetHandler cgi-script
does the same thing.

(And, as I mentioned, so does ScriptAlias.)

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org