Re: [users@httpd] Unconfirmed BUG

2014-02-19 Thread Виталий Фадеев
hed probably 1 on ~2000 requests. > > > > From: Vincenzo D'Amore [mailto:v.dam...@gmail.com] > Sent: Wednesday, February 19, 2014 3:32 PM > To: users@httpd.apache.org > Cc: users@httpd.apache.org > Subject: Re: [users@httpd] Unconfirmed BUG > > > > Hi, > >

RE: [users@httpd] Unconfirmed BUG

2014-02-19 Thread Vitaly L. Fadeev
users@httpd.apache.org Cc: users@httpd.apache.org Subject: Re: [users@httpd] Unconfirmed BUG Hi, maybe apache user haven't permissions to access to the file system located under NFS. Have you tried to double check apache user permission? You could also try 'su - apache' and through

Re: [users@httpd] Unconfirmed BUG

2014-02-19 Thread Vincenzo D'Amore
Hi, maybe apache user haven't permissions to access to the file system located under NFS. Have you tried to double check apache user permission? You could also try 'su - apache' and through the shell move into the unreachable path. If you want directly debug apache process you should start it

[users@httpd] Unconfirmed BUG

2014-02-18 Thread Виталий Фадеев
Good day! I found strange behaviour of Apache. Apache is installed and configured to run on the same host that is running NFS server. We used Gentoo and Apache 2.4.7 Since Apache does not give any content based on the NFS I enable in the configuration file mmap, as well as, sendfile. My colleague f