On Aug 18, 2008, at 8:06 PM, Greg Hulands wrote:

Hi,
I'm trying to setup my development machine to not have direct connect mode. I have followed the steps on the wiki: http://wiki.objectstyle.org/confluence/display/WO/Development+Tools-Running+Through+Apache

I get at 403 Forbidden error
You don't have permission to access /cgi-bin/WebObjects/ AppName.woa/-4300 on this server.

I turned on webobjects logging and this is all that is being written out.

Leopard1080:~ ghulands$ tail -f /Library/WebObjects/Logs/ WebObjects.log
Info: Caching hostent for localhost
Info: Added new config server localhost:1085.
Debug: init_adaptor(): ac_init succeeded
Debug: init_adaptor(): transaction_init() succeeded
Info: Reading configuration from 
http://localhost:1085/WebObjects/wotaskd.woa/wa/woconfig
Info: attempting to connect to localhost on port 1085
Info: Preparing to read config for host: localhost
Info: New response: HTTP/1.0 200 Apple WebObjects
Info: ac_newInstance(): added JavaMonitor:-56789 (56789)
Info: WebObjects_post_config(): WebObjects adaptor initialization succeeded.


I'm running 10.5.4 with WO 5.3.latest with apache 2.

Does anyone have any suggestions as to what is going wrong?

Any help is greatly appreciated,


It is a problem with your Apache config. I _think_ this is the offending clause:


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

Or it might be this one:

<Directory "/Library/WebServer/CGI-Executables">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>


Check that your /etc/apache2/httpd.conf has the same settings as above, then restart Apache.

Chuck

--
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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to