> On Mon, 24 Jan 2000, Reiner Rusch wrote:
>> Does anybody know, how to tell apache to start cgi (perl) in any
>> directory?
> In httpd.conf, add
> AddHandler cgi-script .pl
> or, better yet, use mod_perl and add
> AddHandler perl-script .pl
> PerlHandler Apache::Registry
> PerlSendHeader On
On Mon, 24 Jan 2000, Reiner Rusch wrote:
> Does anybody know, how to tell apache to start cgi (perl) in any directory?
In httpd.conf, add
AddHandler cgi-script .pl
or, better yet, use mod_perl and add
AddHandler perl-script .pl
PerlHandler Apache::Registry
PerlSendHeader On
You'll also have
Does anybody know, how to tell apache to start cgi (perl) in any directory?
Under linuxconf there is a point to tell it a script-alias (for example:
/cgi-bin/ /home/httpd/cgi-bin/)! But I want apache to start my script in any
directory. But how?
Reiner
--
To unsubscribe: mail [EMAIL PROTECTED]