Apache, NFS & Broken images
am 03.06.2007 12:19:25 von Antoni
Hello,
I have a web pages balanced through LVS. One fo the servers gets the
files through NFS from the other server. Sometimes images appear to be
broken. I guess more files fail to be shown as well. Does anyone know
about this behavior using Apache & NFS? You may see the broken images
at http://upblogger.com/Video/ (note that depending on the server LVS
redirects you may see the images).
Thanks,
Antoni
Re: Apache, NFS & Broken images
am 03.06.2007 14:40:30 von HansH
"Antoni" schreef in bericht
news:1180865965.686202.124860@p47g2000hsd.googlegroups.com.. .
> Hello,
>
> I have a web pages balanced through LVS. One fo the servers gets the
> files through NFS from the other server. Sometimes images appear to be
> broken. I guess more files fail to be shown as well. Does anyone know
> about this behavior using Apache & NFS? You may see the broken images
> at http://upblogger.com/Video/ (note that depending on the server LVS
> redirects you may see the images).
>
Try your luck with either or both of
http://httpd.apache.org/docs/2.2/mod/core.html#enablemmap
http://httpd.apache.org/docs/2.2/mod/core.html#enablesendfil e
or have a peek at the results after submitting 'nfs' at
http://httpd.apache.org/docs/2.2/
HansH
Re: Apache, NFS & Broken images
am 04.06.2007 18:35:02 von Antoni
Hello Hans,
I tried both enablemmap and enablesendfile, but it seems it has made
no change. Maybe this is not an Apache issue?
Thanks,
Antoni
HansH ha escrit:
> "Antoni" schreef in bericht
> news:1180865965.686202.124860@p47g2000hsd.googlegroups.com.. .
> > Hello,
> >
> > I have a web pages balanced through LVS. One fo the servers gets the
> > files through NFS from the other server. Sometimes images appear to be
> > broken. I guess more files fail to be shown as well. Does anyone know
> > about this behavior using Apache & NFS? You may see the broken images
> > at http://upblogger.com/Video/ (note that depending on the server LVS
> > redirects you may see the images).
> >
> Try your luck with either or both of
> http://httpd.apache.org/docs/2.2/mod/core.html#enablemmap
> http://httpd.apache.org/docs/2.2/mod/core.html#enablesendfil e
>
> or have a peek at the results after submitting 'nfs' at
> http://httpd.apache.org/docs/2.2/
>
>
> HansH