473,503 Members | 2,165 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Apache returns 1 byte occasionally

I have a mod_rewrite that routes this URL correctly. However, occasionally I get a blank page. No errors in my error logs. Notice the second to last entry show a status of 200, but only returns 1 byte. I am at a loss.
Expand|Select|Wrap|Line Numbers
  1. 174.143.211.63 - - [28/Sep/2010:15:20:21 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 257702 "-" "Wget/1.11.4 (Red Hat modified)"
  2. 174.143.211.63 - - [28/Sep/2010:15:20:22 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 257541 "-" "Wget/1.11.4 (Red Hat modified)"
  3. 174.143.211.63 - - [28/Sep/2010:15:20:24 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 257541 "-" "Wget/1.11.4 (Red Hat modified)"
  4. 174.143.211.63 - - [28/Sep/2010:15:20:25 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 257702 "-" "Wget/1.11.4 (Red Hat modified)"
  5. 174.143.211.63 - - [28/Sep/2010:15:20:27 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 257702 "-" "Wget/1.11.4 (Red Hat modified)"
  6. 174.143.211.63 - - [28/Sep/2010:15:20:28 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 257530 "-" "Wget/1.11.4 (Red Hat modified)"
  7. 174.143.211.63 - - [28/Sep/2010:15:20:30 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 257613 "-" "Wget/1.11.4 (Red Hat modified)"
  8. 174.143.211.63 - - [28/Sep/2010:15:20:31 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 257613 "-" "Wget/1.11.4 (Red Hat modified)"
  9. 174.143.211.63 - - [28/Sep/2010:15:20:34 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 257702 "-" "Wget/1.11.4 (Red Hat modified)"
  10. 174.143.211.63 - - [28/Sep/2010:15:20:36 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 257541 "-" "Wget/1.11.4 (Red Hat modified)"
  11. 174.143.211.63 - - [28/Sep/2010:15:20:38 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 1 "-" "Wget/1.11.4 (Red Hat modified)"
  12. 174.143.211.63 - - [28/Sep/2010:15:20:39 -0400] "GET /bowling/cat335/Shop-Smart HTTP/1.0" 200 257624 "-" "Wget/1.11.4 (Red Hat modified)"
  13.  
Sep 28 '10 #1
1 1490
Oralloy
988 Recognized Expert Contributor
John,

I think I've seen this sort of problem before. Usually this is the kind of thing you'll see if the CGI (or other) script fails for some reason.

There are lots of causes, but usually it means that the script faile before generating any headers. Perhaps a database connection failure or some such.

Luck!
Sep 28 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
8861
by: tornado | last post by:
Hi all, I am pretty new to PHP. I was reading PHP manual and trying out the example from 2nd chapter (A simple Tutorial). When i try to print the variable as given in the example it returns...
2
3472
by: Dan | last post by:
Hello. I have recently tried upgrading the MySql connector for my servlet from 2.0.4 to 3.0.9. I have found a minor limitation in 2.0.4 and was hoping that 3.0.9 would fix it. However, now I...
4
4691
by: Ping | last post by:
Hi, All, We can use BitConverter.ToString(byte) to a string, but how to get the byte from a string like "AD-A6-0D-1F"?
5
9020
by: Naveen Mukkelli | last post by:
Hi, I've got a property that returns byte. For example, private byte bytes; public byte ReturnsByteArray { get
3
4096
by: Nikolay Petrov | last post by:
How I should declare a Function, which returns byte array?
18
1690
by: Randell D. | last post by:
Folks, This must get asked reasonably often however I've had tried viewing groups.google.com and the apache/php web pages and not found a specific answer. Basically, is Apache 2 officially...
3
1805
by: bluewing | last post by:
Hi, everybody! I have to use Unmanaged Code DLL for my .Net Application. This Dll has a few functions that returns BYTE* value. but you know that C# does not have pointer type.... so, what data...
3
8496
by: falloutphil | last post by:
Hi, First of all sorry for the double post - this is on the Python page too, but as far as I can see this is an Apache issue now. Mods - feel free to delete the similar titled posts from me on...
12
13507
by: Peter | last post by:
Trying to convert string to byte array. the following code returns byte array of {107, 62, 194, 139, 64} how can I convert this string to a byte array of {107, 62, 139, 65} ...
0
1062
by: pjurri | last post by:
Hi, I have a question about a function which returns byte*. I want to know if it works ok because my feeling says not but VS 2008 says it is ok. public byte Buff = new byte; ...
0
7205
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7011
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5596
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3180
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3170
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1521
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
747
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.