Last

The Perl Debugger - Integration with the Apache web server

                                                                                                                                   
Next

  • httpd -X

CGI

		#!/usr/bin/perl -d

Mod Perl

		# ~/db.pl
		use Apache::DB
		Apache::DB->init
		# httpd.conf
		PerlRequire ~/db.pl	
		<Location /MyHandler>
			PerlFixUpHandler +Apache::DB
		</Location>

Profiling Apache Processes

  • Apache::DProf