blendingcorey43
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 0
When I try to access a file within the cgi_bin directory I get a 404:
Not Found
The requested URL /cgi_bin/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
And when I try to access a CGI file that is in public_html I get a 403:
Forbidden
You don't have permission to access /checkpw.cgi on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
The python file is all set, with the pound bang set to "#!/usr/local/bin/python". Permissions are set on the file to execute (755). Am I doing something wrong? Thank you much!
Not Found
The requested URL /cgi_bin/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
And when I try to access a CGI file that is in public_html I get a 403:
Forbidden
You don't have permission to access /checkpw.cgi on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
The python file is all set, with the pound bang set to "#!/usr/local/bin/python". Permissions are set on the file to execute (755). Am I doing something wrong? Thank you much!