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 ...
Numptyness
Sep 22, 2012Aspirant
Having been round this loop a few times, repeating after each upgrade for the ReadyNAS, I think I've found the simplest solution.
Create a file called /etc/frontview/apache/addons/cgi.conf with one line:
(Your paths may differ)
This file should get picked up by httpd.conf via an Include statement as outlined in previous posts.
See http://httpd.apache.org/docs/2.2/mod/mod_alias.html#scriptalias for documentation.
Any good?
Create a file called /etc/frontview/apache/addons/cgi.conf with one line:
ScriptAlias /website/cgi-bin/ /c/website/cgi-bin/
(Your paths may differ)
This file should get picked up by httpd.conf via an Include statement as outlined in previous posts.
See http://httpd.apache.org/docs/2.2/mod/mod_alias.html#scriptalias for documentation.
ScriptAlias URL-path file-path|directory-path
Any good?
Related Content
NETGEAR Academy

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