Re: Apache/WO/ No permission to access this resource
Re: Apache/WO/ No permission to access this resource
- Subject: Re: Apache/WO/ No permission to access this resource
- From: Chuck Hill <email@hidden>
- Date: Fri, 31 Oct 2003 11:47:33 -0800
- Organization: Global Village Consulting, Inc.
David Griffith wrote:
Hi,
I have WebObjects 5.2 on OS X 10.2.8, application instance is running and I
can access it when appending the specified port number to the URL,
This is going directly to the application is not involving the webserver.
but using
/cgi-bin/WebObjects/Guestbook.woa I get the following message:
You don't have permission to access /cgi-bin/WebObjects/Guestbook.woa.
Anyone any idea what I can do?
It sounds like Apache is misconfigured. In the httpd.conf file you
should have matching items like this:
ScriptAlias /cgi-bin/ "C:/ApacheSSL/cgi-bin/"
<Directory "C:/ApacheSSL/cgi-bin/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
(excuse the windows paths :-)
It sounds like the Directory directive is missing or incorrect.
HTH
Chuck
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
Progress is the mother of all problems.
- G. K. Chesterton
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.