Current location: Hot Scripts Forums » Other Discussions » Web Servers » Apache only loads images partly


Apache only loads images partly

Reply
  #21 (permalink)  
Old 04-29-07, 09:38 PM
Kouji San's Avatar
Kouji San Kouji San is offline
New Member
 
Join Date: Apr 2007
Location: the Netherlands, Hoogezand
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Well I've devised a simple workaround for this issue

Now I'm running an Apache/ISS combo. The ISS is targeted at the comic directory and using port 8080, it only needs to serve as a backup to load the images from the website comic directory. Since the main content of it is still swf based and these files are nice and small. Gotta love vector compression

Anyway, perhaps you can do the same for your files folder or simply create more ISS pages on different ports.

I know this is not a true fix, but its a nice workaround for the moment. Until someone comes along and set us up the bomb (sry couldn't resist)
__________________
Existence Unknown
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #22 (permalink)  
Old 05-05-07, 12:08 PM
JanDW JanDW is offline
Newbie Coder
 
Join Date: Apr 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Any updates?

Have either of you found out anything more?
Have you tried reinstalling apache? If so, any results?
Maybe we should report this to the developers on the apache site?
Though it seems rather suspicious that we're the only ones experiencing this problem

Last edited by JanDW; 05-05-07 at 12:11 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #23 (permalink)  
Old 05-11-07, 10:39 AM
x1um1n's Avatar
x1um1n x1um1n is offline
New Member
 
Join Date: May 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,
you guys aren't alone, I'm having the exact same problem with apache-2.2.4 on XP-SP2..

Its definately apache as the image loads fine in gimp/firefox/paint etc..
its only when I embed it in a webpage that it gives me grief.

I'm taking the site home tonight to try it out on linux, see if it behaves the same and will post back with the results..
Attached Images
File Type: jpg scrnshot.jpg (10.0 KB, 548 views)
__________________
"I think you should know I'm feeling very depressed.."
--Marvin the paranoid android
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #24 (permalink)  
Old 05-11-07, 02:16 PM
x1um1n's Avatar
x1um1n x1um1n is offline
New Member
 
Join Date: May 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
OK, i've tested this on gentoo linux (apache-2.0.59-r2) and the image loads perfectly..
Attached Images
File Type: jpg Screenshot.jpg (15.3 KB, 555 views)
__________________
"I think you should know I'm feeling very depressed.."
--Marvin the paranoid android
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #25 (permalink)  
Old 05-14-07, 04:11 PM
x1um1n's Avatar
x1um1n x1um1n is offline
New Member
 
Join Date: May 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
and after updating apache to 2.2.4-r1..............................
.........
.......
.....still works..

this is a windoze apache or config issue thingy...

still, no worries, any decent wwwhost will be running linux..
__________________
"I think you should know I'm feeling very depressed.."
--Marvin the paranoid android
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #26 (permalink)  
Old 05-17-07, 03:47 AM
JanDW JanDW is offline
Newbie Coder
 
Join Date: Apr 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
I've created a new partition in the meanwhile (seemed like a good time to create a work platform and start fresh!) and so I installed apache again too. I'm not experiencing problems there. I suspect something is off in the apache config files. Too much messing about I guess. I'm still interested to hear it if anyone finds out....

There is four of us now, we can play cards!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #27 (permalink)  
Old 05-21-07, 12:41 AM
xmanh xmanh is offline
New Member
 
Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Apache - windows problem

Hi men, I'm facing this problem too. It happened not only one time with me. I had to re-install windows (xp) and It worked fine until windows downloaded and installed some updates. But I don't know what update cause this problem. And the problem stays even if you remove all updates.

Last edited by xmanh; 05-21-07 at 12:45 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #28 (permalink)  
Old 07-11-07, 05:03 AM
x1um1n's Avatar
x1um1n x1um1n is offline
New Member
 
Join Date: May 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
hehe, thats even better, now we're saying its a Micro$haft issue..

ah, you gotta love em
__________________
"I think you should know I'm feeling very depressed.."
--Marvin the paranoid android
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #29 (permalink)  
Old 07-26-07, 05:14 PM
mab's Avatar
mab mab is offline
Community VIP
 
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
Here is a link to something that might be causing this - http://httpd.apache.org/docs/2.2/mod...sendbuffersize

Check to see if you have a sendbuffersize setting in httpd.conf and what it is. If it is the default (0 or not present), then this would indicate that there is a TCP/IP buffer size being set by the operating system that is causing this.
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???

Last edited by mab; 07-26-07 at 05:17 PM. Reason: more info
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #30 (permalink)  
Old 07-27-07, 04:04 PM
Mortal_Takeda Mortal_Takeda is offline
Newbie Coder
 
Join Date: May 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
That seems possible since pictures suddenly started working again on my webserver while I didn't change any settings. Is it possible to reproduce the error by setting SendBufferSize to a certain value? And what exactly does a TCP/IP buffer do?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Rotate Images OnLoad kgcr@juno.com JavaScript 5 04-11-09 05:48 AM
Apache/PHP not displaying images mdhall PHP 4 01-28-06 02:01 PM
Royalty free cartoon images: Please reply mcrob The Lounge 2 10-04-05 10:40 AM
How to connect JSP Tomcat to apache or IIS ardie_b Everything Java 1 03-09-05 07:45 PM
List images and zip before download jaimexyz Script Requests 0 09-01-03 04:01 PM


All times are GMT -5. The time now is 09:20 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.