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 to add ExecCGI to your Options line for the directory.
LLaP
bero
--
Anyone sending unsolicited bulk email (UBE, SPAM) to this address will be
charged a $25 handling fee plus a $5 network traffic fee per started
kilobyte. By extracting my address from this message or its header, you
agree to these terms.
Nevertheless, spammers trying to auto-extract addresses from this message
will definitely want to include [EMAIL PROTECTED] and [EMAIL PROTECTED]
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.