Powered by mod_perl
Here's a quick and easy way for you to subtly advertise your use of mod_perl.
Add this to your Apache conf.
Header add X-Powered-By mod_perl/2.0
You should be able to add it to any appropriate section or directive. I added it right below "ServerTokens Prod". mod_header documentation
Leave a comment