How To Enable PERL In Apache Server
- Forums
- PERL
- How To Enable PERL In Apache Server
enabling perl support in your apache web server is easy, if you have a server like me, i have linux centos, so all you have to do is edit the httpd.conf file and look for this line [2120], Last Updated: Mon Jun 24, 2024
Hostman
Tue Mar 23, 2010
0 Comments
593 Visits
enabling PERL support in your apache web server is easy, if you have a server like me, i have linux centos, so all you have to do is edit the httpd.conf file and look for this line:
#LOadModules perl_module libexec/httpd/libssl.so
to enable it just remove the # symbol, so change it like this:
LOadModules perl_module libexec/httpd/libssl.so
after you have made the chages, restart your server
# /etc/init.d/httpd restart