[EMAIL PROTECTED] Performance issue with mod_proxy

2007-09-08 Thread David Kramer
Running Apache/Tomcat under OpenVMS. I've enclosed the config for the proxy from httpd.conf below. In the debug trace (I've attached more below) I've done three different tests since enabling debug and have always come up with 20 seconds (exactly) between these two debug statements (found the

Re: [EMAIL PROTECTED] Forbidden access to userdir

2007-09-08 Thread Vincent Bray
On 08/09/2007, kris duff <[EMAIL PROTECTED]> wrote: > I also tried your's and it don't works. Assuming you're on a gnu system, try: namei -m /home/my_user/public_html/index.html .. making sure to spell out the path in full. That'll show you any parts of the path that don't have +x set for the re

RE: [EMAIL PROTECTED] Forbidden access to userdir

2007-09-08 Thread kris duff
Thank you for reply I changed the group of the public_html for my_user.apache . It's not working more. My configuration for userdir is : UserDir public_html AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch IncludeNoExec Order allow,deny Allow from

Re: [EMAIL PROTECTED] Forbidden access to userdir

2007-09-08 Thread Vincent Bray
On 08/09/2007, kris duff <[EMAIL PROTECTED]> wrote: > And the error_log : > [...] (13)Permission denied: access to /~my_user > denied This is a filesystem permissions error. Most likely, your home directory is closed to the apache user. It's important to realise that on unix systems, a user access

Re: [EMAIL PROTECTED] Hosting two webapps within same virtualhost but with different DocumentRoots

2007-09-08 Thread Vincent Bray
On 08/09/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have two applications that need to be hosted on my webserver. Requests > for both apps come in via the same F5 and DNS name but with different URLs > after the DNS name(e.g http://foo.bar.com/app1 and > http://foo.bar.com/app2). > The