--- 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
#
-
-### Section 4: mod_perl debugging
-
-
- use DB;
- use Apache::DB ();
- Apache::DB->init;
-
-
- PerlFixupHandler Apache::DB
-
-
-
-PerlModule Apache::Status
-
- PerlHandler Apache::Status
- SetHandler perl-script
-
-
-PerlModule Apache::Registry
-
- SetHandler perl-script
- PerlHandler Apache::Registry
- Options Indexes ExecCGI
- allow from all
- PerlSendHeader off
-