Page 1 of 1

1.5.1 image is not displayed.

PostPosted: 30. January 2006 07:36
by Kouichi Matsumoto
When it is SSL, the image is displayed.
When it is no-ssl, the image is not displayed. Why?

OS: RedHat9

PostPosted: 01. February 2006 15:18
by Oswald
Dear Kouichi!

That's a problem on some systems. Please open /opt/lampp/etc/httpd.conf in your favourite editor and search for these lines:

Code: Select all
#EnableMMAP off
#EnableSendfile off


Remove the # at the beginning, save and restart XAMPP. Now everything shoud be fine.

We will set this configuration to default in the next XAMPP release.

Greetings
Oswald

PostPosted: 03. February 2006 19:14
by Kilroy
I had the same problem with Debian 3.1, but the fix posted above fixed it. Thanks. :)