beaker121 has asked for the wisdom of the Perl Monks concerning the following question:
Any ideas how I can fix this? thanks<VirtualHost myserverip:443> ServerAdmin webmaster@mysite.com DocumentRoot /var/www/mysite.com/public_html ServerName mysite.com ErrorLog /var/log/httpd/mysite.com-error_log CustomLog /var/log/httpd/mysite.com-access_log common <Directory "/var/www/mysite.com/public_html"> AddHandler perl-script .cgi .pl .pm PerlResponseHandler ModPerl::PerlRunPrefork PerlOptions +ParseHeaders Options +ExecCGI -Indexes DirectoryIndex disabled AllowOverride All Order allow,deny Allow from all <IfModule mod_rewrite.c> RewriteEngine On RewriteOptions inherit # lots of mod_rewrite stuff in here # </IfModule> </Directory> </VirtualHost>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: headers not being parsed with mod_perl
by hippo (Archbishop) on May 07, 2023 at 08:28 UTC | |
by beaker121 (Novice) on May 08, 2023 at 00:05 UTC | |
|
Re: headers not being parsed with mod_perl
by beaker121 (Novice) on May 06, 2023 at 22:02 UTC | |
by Anonymous Monk on May 07, 2023 at 00:38 UTC |