Monday September 13, 2004 |
This is the first time I build and configure apache web server from scratch. Thanks to this document, I was able to setup apache with mod_perl and mod_ssl together. To make .pl files work as cgi scripts, I have to add the following lines into httpd.conf (not sure whether all of them are necessary). PerlModule Apache::Registry
<Directory "/path/to/cgi-bin">
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
</Directory>
Authentication, Authorization, and Access ControlHere you can find a very useful document about how to setup authentication, authorization and access control stuff for apache. You can add those directives either in the <Directory> section in httpd.conf or a <Directory /secure/dir>
AllowOverride AuthConfig Limit
</Directory>
September 13, 2004 04:48 AM PDT
Permalink
|
Calendar
Links
NavigationReferersToday's Page Hits: 32 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
