Hi everybody,
I wanted to know if I could run CGI-Perl scripts in a directory other than the /cgi-bin directory. The directory structure of my webserver is something like this -
...
...
/cgi-bin
/httpdocs
/httpsdocs
...
...
I wanted to know if I could execute CGI-Perl scripts inside a sub-directory under /httpdocs
For instance - /httpdocs/scripts/try.cgi
The URL -
http://www.domain.com/ - points to the /httpdocs directory and the URL -
http://www.domain.com/cgi-bin/ - points to the /cgi-bin directory.
Right now I can only run scripts in the /cgi-bin directory.
Thank You.