ThinkGeekness
Technical User
I am now trying to get cgi to work with Apache 1.3 (on RHL 7.3) and here is what I have done so far:
ScriptAlias /cgi-bin/ "/home/httpd/domain/cgi-bin"
<Directory "/home/httpd/domain/cgi-bin">
AllowOverride None
Options None
Order allow, deny
Allow from All
</Directory>
AddHandeler cgi-script .cgi .pl
And I have also done chmod 755 cgi-bin to the cgi-bin folder.
The error message that I get when I go to is:
Forbidden
You don't have permission to access /cgi-bin/ on this server.
And if I go to I get a 404 error.
Do I have to have a specific user and group? Right now for Apache, I have nobody for the user and group and I have that also for the cgi-bin folder.
If this helps, I logged on as root on my Apache server and went to:
and I also get the Forbidden error.
Any suggestions?
Thanks
ScriptAlias /cgi-bin/ "/home/httpd/domain/cgi-bin"
<Directory "/home/httpd/domain/cgi-bin">
AllowOverride None
Options None
Order allow, deny
Allow from All
</Directory>
AddHandeler cgi-script .cgi .pl
And I have also done chmod 755 cgi-bin to the cgi-bin folder.
The error message that I get when I go to is:
Forbidden
You don't have permission to access /cgi-bin/ on this server.
And if I go to I get a 404 error.
Do I have to have a specific user and group? Right now for Apache, I have nobody for the user and group and I have that also for the cgi-bin folder.
If this helps, I logged on as root on my Apache server and went to:
and I also get the Forbidden error.
Any suggestions?
Thanks