first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

XAMPP: Disabling Perl and CGI

CGI:

Comment out these modules in /opt/lampp/etc/httpd.conf:

#LoadModule suexec_module modules/mod_suexec.so #LoadModule cgi_module modules/mod_cgi.so #LoadModule cgid_module modules/mod_cgid.so

Perl

Comment out these modules in /opt/lampp/etc/extra/httpd-xampp.conf:

#LoadModule perl_module modules/mod_perl.so

Also, keep this warning from /opt/lampp/htdocs/xampp/status.php:

“Some changes to the configuration sometime may cause false negative status reports.”

mod date: 2009-07-31T05:32:42.000Z