|
/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"
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
|