25 Jan
How to fake an apache request
I wrote a little tool to help me command line test URLs in my mod_perl dev environment. It lets me pass ful URLs + query strings via the command line, and see, or more importantly, debug the output. Apache is running with mod_perl and we are using the PerlHandler to forward requests to. There's really nothing [...]