: How to run perl scripts on server? (apache2) when i visit http://example.asd/asd.pl it just asks me if I want to download the script. I have perl module installed in my httpd.conf and I have
when i visit example.asd/asd.pl it just asks me if I want to download the script.
I have perl module installed in my httpd.conf and I have
LoadModule perl_module modules/mod_perl.so
How can I run it?
More posts by @Caterina187
1 Comments
Sorted by latest first Latest Oldest Best
Servers like Apache have a /cgi-bin/ handler. You would make a request to
site.tld/cgi-bin/script.pl?param=val¶m2=val
or something similar.
This script.pl actually resides elsewhere.
One common location is /usr/lib/cgi-bin.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.