| |
| |
| |
|
Page: 1 2
Comments:
<0> I'm having a bit of a problem on Apache 2.0.55-run on Windows XP-for some reason it refuses to display images over 100 KB. I know it's not the image editor/browser because the images display fine when viewed locally(i.e. E:\www\img.jp), but not when viewed through the server(i.e. http://localhost/img.jpg). Does anyone have any ideas as to what might be causing the problem? <1> sounds like a networking issue. <1> e.g., mtu. <0> mtu? <1> yes. <0> THis is probaby going to sound incredibly stupid, but, What is that? Xd <0> XD <1> the largest packet you can send. <1> if you use pppoe or vpn or some other tunnel technology you probably cannot send large packets, yet your system may think it can, so they get lost. *shrug* <1> do you have a url i can test? <0> yeah lemme get it <0> http://68.52.196.49:8080/img/precarious/100_0355.jpg <0> My site is at http://68.52.196.49:8080/ <1> i fetched it just fine. <0> Half of it wasn't grey? <1> oh, let me look at it.
<1> actually, it won't display at all for me. <1> ahh, found a viewer that can handle it. bottom 80% is grey.. <0> yup <0> But if you look at http://68.52.196.49:8080/img/woot.png , it displays fine. THe only difference in the images I've seen is size. <0> the ones that don't show are all above 100 KB. =/ <2> .head empornium.us <3> 200 OK <3> Server: LiteSpeed <2> .head linux.org <3> 500 Can't connect to linux.org:80 (connect: Invalid argument) <2> .head www.linux.org <3> 200 OK <3> Server: Apache/2.2.0 (Fedora) <2> .head google.com <3> 200 OK <3> Server: GWS/2.1 <2> gws? <0> o_O <1> google web server. <1> Freebirth: well, they also don't compare in terms of type. png vs jpeg+exif. <0> well yeah <0> but it does that with PNGs too <0> lemme get a link to a PNG on my server <0> http://68.52.196.49:8080/img/sc.png <0> says it has errors <1> yes. seems horrible. <4> what is azer <4> what is azer's site <4> i forget how to set a p***word for my .htaccess <4> i have it setup <4> but i need to change the p***word <4> cause i forget it <1> use the htp***wd program. <4> i finally found the correct docs on apache.org <4> but i dont know where the htp***wd proggie is on a port install of apache2 <4> i am trying /usr/local/bin <4> what the **** <4> i am pissed... i change the p***word... and it still wont let me in <4> why arent my custom error pages working too ? <4> WTF my .htaccess file is gone from site... guess i didnt copy it right <4> ok that is fixed <4> now wtf is up with this gay thing not working <4> <Directory "/usr/local/www/cgi-bin/estore/bbxadmin"> <4> AllowOverRide AuthConfig <4> </Directory> <4> ok... i am absolutely sure that i am entering the correct p***word and user name <4> and it gives me an 403 error <4> it only lets me enter it once <4> if i enter any other p***word it asks for it again three times till it errors out... <4> if i enter the correct p***word it gives me a 403 error wtf <5> what message is in error_log ? <4> well that was a mistake i tried to read it instead of tailing it... time to delete this log and start fresh <4> i will let you know in a momnet <4> [Mon Feb 20 22:17:40 2006] [error] [client 69.162.65.65] attempt to invoke directory as script: /usr/local/www/cgi-bin/estore/bbxadmin/ <4> OMG... gay... i am soooo dumb and forgetful... it has been so long since i have attempted to access this directory... if forgot it has no index file... the only file is index.cgi... and i dont have .cgi setup in my apache config... so i have to manually enter index.cgi on the end of that <4> sorry for all the page cluter <4> but this thing is still broken... it is asking for a username and p***word <4> great <5> and what does error log have to say about it ? <4> nothing <5> it will have something to say
<4> it is an issue with my stupidity again... i have to copy the .htp***wd file to /usr/local/www/cgi-bin/estore/bbxadmin/ in order for it to work... i had deleted it earlier tying to make it work... dumb dumb dubm <4> i have it working now <4> but someday i have to fix this damn cgi code... it works fine... does exactly what it is supposed to, it is an estore with a paypal and US postal service real time rates... but it creates tons of errors in my error log <4> tons <4> just access the estore once can create 10 lines of errors <4> accessing <4> commerce.cgi: Use of uninitialized value in substitution (s///) at ./library/html_lib.pl line 560, <TEMPLATE> line 148., <4> errors like that <6> Hello everybody <6> I have a problem with my apache. ( ERROR 404 ) <6> http://mird***.org/~mird*** <7> hello, i need a bit of help with includes <7> been googling and investigating for the better part of an hour now and can't get it to work <7> back in a sec.... <7> Directory Structure <7> X:\emr\htdocs {http root} <7> x:\emr\htdocs\images {images are here} <7> x:\emr\htdocs\include {includes should go here} <7> x:\emr\htdocs\include\images {images referred to as /images/thisimage.gif in includes are here} <7> From httpd.conf <7> AddType text/html .shtml <7> AddOutputFilter INCLUDES .shtml <7> <Directory "/include"> <7> Options +Includes <7> # other configuation setting removed <7> </Directory> <7> from my htm page <7> <body> <7> <!-- #include virtual = "/include/Editor.shtml " --> <7> </body> <7> when i view source of //localhost/test.htm, the body only contains <!-- #include vir..... <7> seems like apache is not set up right? <7> ummmm, hullo? <7> I'm having difficulty getting includes to work <7> Using Apache 2.0.48 php 4.3.4 <7> googled myself silly with no luck yet... <7> Here's what I have, <7> Directory Structure <7> X:\emr\htdocs {http root} <7> x:\emr\htdocs\images {images are here} <7> x:\emr\htdocs\include {includes should go here} <7> x:\emr\htdocs\include\images {images referred to as /images/thisimage.gif in includes are here} <7> From httpd.conf <7> AddType text/html .shtml <7> AddOutputFilter INCLUDES .shtml <7> <Directory "/include"> <7> Options +Includes <7> </Directory> <7> from my test.htm page <7> <body> <7> <!-- #include virtual = "/include/Editor.shtml " --> <7> </body> <7> when i view source of //localhost/test.htm, the body only contains <!-- #include vir..... <8> 16*300 <3> 16*300 = 4800 <9> 16?0 <9> 16/0 <3> 16/0 = Runtime error (func=(main), adr=6): Divide by zero <9> 0.1/00000000000000000000000.0000000000001 <3> 0.1/00000000000000000000000.0000000000001 = 1000000000000.0000000000 <9> 0.1/00000000000000000000000.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001 <3> 0.1/00000000000000000000000.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001 = 10000000000000000000000000000000000000000000000000000000000000000000\ <9> 0.1/00000000000000000000000.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 <3> 0.1/00000000000000000000000.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 <3> 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 <3> = Runtime error (func=(main), adr=380): Divide by zero <9> 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 <9> 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001 <9> haha <9> im a flooder <9> kick ban me! <4> .head bbxent.com <3> 500 Can't connect to bbxent.com:80 (connect: Invalid argument) <4> .host bbxent.com
Return to
#apache or Go to some related
logs:
conf de emechs subinkrapsciai #c #linuxhelp Net::SSH::Perl kubuntu #linux #linux #c++ #c++ nohup background already running
|
|