logo       

RE: How to set up perl for Apache web server: msg#00222

Subject: RE: How to set up perl for Apache web server
/path/to/apache/conf/httpd.conf is the apache configuration file and contains the directives which tell apache where to serve cgi-bin stuff from. If you don;'t know where this file is, type "locate httpd.conf"
 
Descriptions of directives that appear in this file, is found at: http://httpd.apache.org/docs/mod/directives.html
 
Modules are extra things that can added to apache. Built in modules are described at : http://httpd.apache.org/docs/mod/
 
mod_perl is a module that can be added to apache to speed up reliability and handling of perl code. mod perl is at: http://perl.apache.org/
 
to see what modules apache is currently running type "/path/to/apache/bin/httpd -L"

Michael Martinez
-----Original Message-----
From: Katrin Koumpikova [mailto:katrinkump@xxxxxxxxxxx]
Sent: Tuesday, November 26, 2002 6:17 PM
To: seawolf-list@xxxxxxxxxx
Subject: How to set up perl for Apache web server

Hi All,
I have RH 7.2 and recently installed Apache server. How can I set it up for Perl. Right now if I put a script in /var/www/cgi-bin directory nothing happens - I can't trigger it from and html page.
 
 
Thanks,
Katrin
<Prev in Thread] Current Thread [Next in Thread>