in reply to Re^4: How to Fix CGI
in thread How to Fix CGI
I do use this when doing development on mod_perl modules. If you avoid loading the module you're working on before forking, you can test it without ever doing restarts this way, and it works for mod_perl-specific modules that can't be run under CGI.
|
|---|