How do I allow each of my user directories to have a cgi-bin directory?
Remember that CGI execution does not need to be restricted only to cgi-bin directories. You can allow CGI script execution in arbitrary parts of your filesystem. There are many ways to give each user directory a cgi-bin directory such that anything requested as http://example.com/~user/cgi-bin/program will be executed as a CGI script.
Remember that CGI execution does not need to be restricted only to cgi-bin directories. You can allow CGI script execution in arbitrary parts of your filesystem.There are many ways to give each user directory a cgi-bin directory such that anything requested as http://example.com/~user/cgi-bin/program will be executed as a CGI script.
Related Questions
- I noticed that there are no cgi-bin directories in the clients individual directories. Should I create these directories or do I just set the execute bit on any directory for CGI?
- How do I allow each of my user directories to have a cgi-bin directory?
- Can IAS authenticate user accounts in NetWare Directory Services (NDS)?