File a bug if you didn't get this statement /etc/apache2/http.conf.
Did you do an upgrade or clean install of Leopard?
It should look something like this:
<IfModule alias_module>
#
# Redirect: Allows you to tell clients about documents that used to
# exist in your server's namespace, but do not anymore. The client
# will make a new request for the document at its new location.
# Example:
# Redirect permanent /foo http://www.example.com/bar
#
# Alias: Maps web paths into filesystem paths and is used to
# access content that does not live under the DocumentRoot.
# Example:
# Alias /webpath /full/filesystem/path
#
# If you include a trailing / on /webpath then the server will
# require it to be present in the URL. You will also likely
# need to provide a <Directory> section to allow access to
# the filesystem path.
#
# ScriptAlias: This controls which directories contain server
scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the target directory are treated as applications and
# run by the server when requested rather than as documents sent
to the
# client. The same rules about trailing "/" apply to ScriptAlias
# directives as to Alias.
#
ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/
WebServer/CGI-Executables/$1"
</IfModule>
On Jan 9, 2008, at 3:24 PM, Baiss Eric Magnusson wrote:
Jumping in, since I have been unsuccessful with my Leopard server
for 6 weeks now, I have no statement in my httpd.conf:
<ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/
WebServer/CGI-Executables/$1">
Is that statement exact between the <> brackets?
On Jan 9, 2008, at 2:49 PM, [EMAIL PROTECTED]
wrote:
Date: Wed, 9 Jan 2008 12:36:06 -0800
From: Chuck Hill <[EMAIL PROTECTED]>
Subject: Re: Can't retrieve cookies
To: "Mr. Pierre Frisch" <[EMAIL PROTECTED]>, Jeff Schmitz
<[EMAIL PROTECTED]>
Cc: WebObjects-Dev List <webobjects-dev@lists.apple.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
On Jan 9, 2008, at 12:32 PM, Mr. Pierre Frisch wrote:
How did that machine get installed?
I have no idea.
In leopard Server and Client you must have a statement like:
ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/
WebServer/CGI-Executables/$1"
in your httpd.conf or apache 2.2 will keep the WebObjects URL to
himself and route them as cgi-bin. This is a behavior change in
Apache 2.2.
This statement is included by default on both leopard server and
client. Can you check it?
I don't see this in the httpd.conf that Jeff sent to me. I think you
just found at least one of the problems.
Jeff, did you edit that file or move it from a 10.4 machine?
Chuck
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/dlee%40apple.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]