Chuck's suggestion from today, on another thread, solved this problem:

<quote>
        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
</quote>

On Aug 15, 2008, at 4:10 PM, Lachlan Deck wrote:

Hi Joshua,

On 15/08/2008, at 10:35 PM, Joshua Paul wrote:

Thanks for the info. I had tried most of what you explained, other than adding 'Allow from localhost' (which I've now done).

After restarting Apache, I now get:

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

Which host? If other than localhost that'd be why.

i.e., do you have -WOHost localhost as one of your launch config params in Eclipse? Ensure this and the adaptor is using localhost rather than the default for your machine (which might be something like http://pauls-computer.local/cgi-bin/etc

with regards,
--

Lachlan Deck
_______________________________________________
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