Apache Broken Image Problem
Just wasted a couple hours tracking down a trivial problem with my local server. Well, maybe not wasted. I learned a little more about servers. But I just needed it to load one damn file.
Anyway, I found a link to the fix on a discussion board. Followed the directions and added the following to the httpd.conf file:
EnableSendfile Off
EnableMMAP Off
Win32DisableAcceptEx
That seems to have done the trick. Now back to my CSS background problem.
Anyway, I found a link to the fix on a discussion board. Followed the directions and added the following to the httpd.conf file:
EnableSendfile Off
EnableMMAP Off
Win32DisableAcceptEx
That seems to have done the trick. Now back to my CSS background problem.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home