|
/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
|
RE: How to set up perl for Apache web server
Martinez, Michael - CSREES/ISTM Wed, 27 Nov 2002 05:16:36 -0800
- How to set up perl for Apache web server Katrin Koumpikova
- Martinez, Michael - CSREES/ISTM
