Page 1 of 1

Strange thing...

PostPosted: 29. October 2003 11:04
by Guest
none of my images are showing up, even though the path is correct... the images show as broken

PostPosted: 29. October 2003 12:35
by Oswald
Do you using a real server (made out of hardware) or a virtual one like vserver?

Greetings
Oswald

PostPosted: 29. October 2003 12:50
by Guest
it is a virtual private server.

is there any known problem with that? how to solve? thanks!

PostPosted: 29. October 2003 12:59
by Oswald
Yes. You can find the German thread here: http://community.apachefriends.org/f/viewtopic.php?t=824

To summarize the thread you've to set

enablesendfile off

in your httpd.conf.

But I don't know exactly if it's working in your context.

Greetings
Oswald

PostPosted: 29. October 2003 13:06
by Guest
erm, i cannot read German...

but anyway, it's working now! what's the rationale???

PostPosted: 29. October 2003 13:16
by Oswald
Great! ;)

Anonymous wrote:erm, i cannot read German...


Sorry, yes of course. I only wanted to point out it's not something I "know". I just read it there.

but anyway, it's working now! what's the rationale???


I'm not sure but I assume the sendfile support in virtual servers is broken. Sendfile let the kernel directly transmit a file without the help of a user process. In case of a virtual server this could be problematic to implement. Just a guess.

Greetings
Oswald