Re: You don't have permission to access /cgi-bin/WebObjects/<any app> on this server
Re: You don't have permission to access /cgi-bin/WebObjects/<any app> on this server
- Subject: Re: You don't have permission to access /cgi-bin/WebObjects/<any app> on this server
- From: Elizabeth Lynch <email@hidden>
- Date: Wed, 23 Feb 2005 07:19:04 +0000
There should be something like this in your httpd.conf file
ScriptAlias /cgi-bin/ "/Library/WebServer/CGI-Executables/"
#
# "/Library/WebServer/CGI-Executables" should be changed to
whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/Library/WebServer/CGI-Executables">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Is it possible that while making changes you altered the Directory
directive so it doesn't correspond to the ScriptAlias above?
Liz
Running MacOSX Server 10.2.8 with WO 5.2.3
Mike and I tried to update </etc/httpd/httpd.conf> to allow Server
Side Includes (SSI) and we now get the msg
"You don't have permission to access /cgi-bin/WebObjects/<any app>
on this server"
for all of our WebObject based sites.
We undid all of our changes to <httpd.conf> but still get the message.
The phone is ringing off the hook <sigh>.
Any suggestions on a set of steps to take to fix the problem?
We tried running the Disk Permissions repair.
Is there some sort of Preferences file on the server that could be
deleted?
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden