This forum is no longer active. Please post your questions to our new community site

Forums LAMPStack

lampstack on gogrid not serving images or js

Subscribe to lampstack on gogrid not serving images or js 3 post(s), 2 voice(s)

 
Avatar dchristenson 2 post(s)

I have a lampstack running from the gogrid/bitnami image. files serve up fine, but images(jpg), mp3s, and javascript (js) files that I have loaded into my htdocs folder will not serv up. they show as 206 status (with full file size)

Simple rename to .php makes it load. (.html did not work either)

acces log:
173.xxx.xx.xx – - [06/Dec/2009:13:29:44 -0500] “GET /jquery.min.js.php HTTP/1.1” 200 55774
173.xxx.xx.xx – - [06/Dec/2009:13:30:18 -0500] “GET /jquery.min.js HTTP/1.1” 206 55774

 
Avatar dchristenson 2 post(s)

appear to have found the solution from goGrid support.

in httpd.conf “make sure that the EnableMMAP and EnableSendFile options are set to off” and reboot service

they were commented out in the bitnami install, and either default to On or need to be explicitly turned off.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Thanks for posting the solution. We will look into it.

Forums LAMPStack