• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Apache/WO/ No permission to access this resource
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Apache/WO/ No permission to access this resource (From: David Griffith <email@hidden>)

  • Prev by Date: Re: WO Adapter for Mysql
  • Next by Date: Re: WO 5.2.2 - Getting an app to launch - java.lang.NoClassDefFoundError
  • Previous by thread: Apache/WO/ No permission to access this resource
  • Next by thread: Panther, ProjectBuilder & WO5.2.1
  • Index(es):
    • Date
    • Thread