dizma said:
> Hi there,
>
> I'm running woody.
> I want my apache server to be able to starts perl scripts.
> Which perl module should I install to achieve that?
> And what I need to change in my httpd.conf file

to start basic scripts apache has built in support for this
you should be able to uncomment the lines:

AddHandler cgi-script .cgi .sh .pl

and put your cgi scripts in /usr/lib/cgi-bin

restart apache and try to load them.

if you wish to get into more complex configurations I reccomend
reading the apache documentation on apache.org

nate




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to