• 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: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server.


  • Subject: Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server.
  • From: Chuck Hill <email@hidden>
  • Date: Thu, 15 Apr 2010 10:48:54 -0700


On Apr 15, 2010, at 4:52 AM, Mark Gowdy wrote:

Do a quick search for the message on 2nd April 2010:
Re: Application not working with update 10.6.3

This is probably the same problem:

The update added a few lines to /etc/apache2/httpd.conf

To the end of the "#### configuration of mailman: ", it added:
------------------------
	ScriptAlias /cgi-bin/ /Library/WebServer/CGI-Executables/
------------------------
which promptly stopped the WebObjects apache adaptor from being seen.

An easy way to avoid this stepping on of your configuration is to use something like /Apps/ instead of /cgi-bin/ to mark WO URLs, and also update apache.conf:


# You can change the 'cgi-bin' part of WebObjectsAlias to whatever you
# prefer (such as Apps), but the 'WebObjects' part is required.
WebObjectsAlias /Apps/WebObjects

I'd rather switch than fight.


Chuck


On 15 Apr 2010, at 03:54, Jeff Schmitz wrote:

Same thing was happening to me (I just upgraded to SL on my Dev machine), and after making the suggested change below, when I start my app with DirectConnect disabled I'm getting

Forbidden

You don't have permission to access /cgi-bin/WebObjects/ netBrackets.woa/-9999 on this server.

Any ideas?

Thanks,
Jeff

On Apr 6, 2010, at 2:34 PM, David LeBer wrote:


On 2010-04-06, at 3:06 PM, David LeBer wrote:

Hey all,

I'm on Snow Leopard and my dev environment is not letting me connect to my app with direct connect disabled. Sheepishly, I can't remember whether this has worked since I updated to SL. Does anyone have a working apache2 httpd.conf file they could send me that I could compare against mine?

Thx,

;david


Thanks everyone, found it.

<Directory />
  Options FollowSymLinks
  AllowOverride None
  Order deny,allow
  Deny from all
</Directory>

vs:

<Directory />
  Options FollowSymLinks
  AllowOverride None
  #Order deny,allow
  #Deny from all
</Directory>

I thought I'd corrected that...

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site: 	http://codeferous.com
blog: 	http://davidleber.net
profile:	http://www.linkedin.com/in/davidleber
twitter:	http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




_______________________________________________ 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

_______________________________________________ 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

-- Chuck Hill Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects








_______________________________________________
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


References: 
 >You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server. (From: David LeBer <email@hidden>)
 >Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server. (From: David LeBer <email@hidden>)
 >Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server. (From: Jeff Schmitz <email@hidden>)
 >Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server. (From: Mark Gowdy <email@hidden>)

  • Prev by Date: Re: Basic question - lightweight to-one relationship from entity to POJO/enum
  • Next by Date: Re: Basic question - lightweight to-one relationship from entity to POJO/enum
  • Previous by thread: Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server.
  • Next by thread: Concurrency Issue
  • Index(es):
    • Date
    • Thread