severity 494857 minor
tags 494857 moreinfo
thanks

On Tue, Aug 12, 2008 at 7:37 PM, Null <[EMAIL PROTECTED]> wrote:

> Hi,

Hi,

> My DocumentRoot is /data/www, the Alias for /musicindex is
> /usr/share/musicindex:
>
> (strace -f -p apache-worker-process)
> [pid 11463] access("/data/www/musicindex/valid-xhtml11", R_OK) = -1 ENOENT 
> (No such file or directory)
> [pid 11463] access("/data/www/musicindex/vcss", R_OK) = -1 ENOENT (No such 
> file or directory)
> [pid 11463] access("/data/www/musicindex/loveRss.gif", R_OK) = -1 ENOENT (No 
> such file or directory)
>
> Basically, the module is improperly looking for the files under
> DocumentRoot/musicindex, instead of using the Alias'ed /musicindex
> directory.  That's why it goes afar looking for it.  When I make a
> /data/www/musicindex directory and drop vcss et al there, it picks up
> the images.
>
> Presumably, you couldn't duplicate it in 385619 because in a default
> install, /var/www/ is the DocumentRoot and by happenstance, it was
> looking in the right place.

Well, I'm afraid there's no such thing as "happenstance", so there
must be another reason why it worked for me and doesn't work for you.
The code in the module that deals with (X)HTML generation is very much
built around a few standard procedures, and I'd expect many other
thing to break if the symptom you describe (the module looking for
files at the wrong place) was actually happening in a more general
way. (i.e. stylesheet and icons should also be broken).

Could you send your complete apache configuration ?

Thanks

-- 
Thibaut VARENE
http://www.parisc-linux.org/~varenet/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to