Re: Partial fix was Re: No cookies using proxypass* from apache 2

2009-07-01 Thread Rainer Jung
On 01.07.2009 19:03, Robert Schmid wrote: > I have solved part of the problem. Apple installs a virtual host > configuration file called "_any_80_.conf" in the sites directory. > That file interferes with ProxyPass directives in other virtual host > configs. So #1 below is fixed. > > Still

Re: Partial fix was Re: No cookies using proxypass* from apache 2

2009-07-01 Thread Hassan Schroeder
On Wed, Jul 1, 2009 at 10:03 AM, Robert Schmid wrote: > I have reduce my config to the following; Still too much -- try this: > >        ServerName ajax.newdom.com >        ServerAdmin r...@newdom.com >        DocumentRoot "/Domains/com/newdom/htdocs" >        DirectoryIndex "index.shtml" "inde

Partial fix was Re: No cookies using proxypass* from apache 2

2009-07-01 Thread Robert Schmid
I have solved part of the problem. Apple installs a virtual host configuration file called "_any_80_.conf" in the sites directory. That file interferes with ProxyPass directives in other virtual host configs. So #1 below is fixed. Still no cookies though and no meaningful errors. I