httpd.conf modifications
(also available here)
note: patch direction is reversed, need to fix. thanks for paul Makepeace for pointing that out
--- httpd.conf Mon Sep 22 17:54:00 2003
+++ httpd.conf.default Sat Sep 20 14:28:15 2003
@@ -977,30 +977,3 @@
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
-
-### Section 4: mod_perl debugging
-<IfDefine PERLDB>
- <Perl>
- use DB;
- use Apache::DB ();
- Apache::DB->init;
- </Perl>
- <Location />
- PerlFixupHandler Apache::DB
- </Location>
-</IfDefine>
-
-PerlModule Apache::Status
-<Location /perl-status>
- PerlHandler Apache::Status
- SetHandler perl-script
-</Location>
-
-PerlModule Apache::Registry
-<Location /cgi-bin>
- SetHandler perl-script
- PerlHandler Apache::Registry
- Options Indexes ExecCGI
- allow from all
- PerlSendHeader off
-</Location>
back | toc | next
(c) 2003 matt lanier, matt@lanier.org. Licensed under the same terms of perl itself