NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
winsbury
Nov 15, 2010Aspirant
Enable Perl / CGI on NV+ shared HTML directory
I have a share ( intranet ) set up as html and the website works great for html but will not execute .pl or cgi files. http://IPaddress/intranet/cgi-bin/helloworld.html ...
WhoCares_
Nov 15, 2010Mentor
What happens if you call the URL
with your browser?
Also, cgi-bin directories have to be set up in a special way like for example putting
somewhere into your vhost confiuration.
-Stefan
http://IPaddress/intranet/cgi-bin/helloworld.pl
with your browser?
Also, cgi-bin directories have to be set up in a special way like for example putting
<Location /intranet/cgi-bin>
Options ExecCGI
</Location>
somewhere into your vhost confiuration.
-Stefan
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!