473,569 Members | 2,761 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 1498
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
8877
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 a empty value instead of returning the browser type. Here is the line which i am using in my code and from manual: <?php echo $_SERVER; ?>
2
3478
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 am having a serious problem with the latest connector. During login, it seems to me that when validating the password, which is stored as a byte...
4
4698
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
9029
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
4104
by: Nikolay Petrov | last post by:
How I should declare a Function, which returns byte array?
18
1694
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 supported with PHP, and if so, which version of PHP? The last I heard the PHP website had Apache 2 with PHP4 running for
3
1808
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 type should i take for marshaling BYTE* ?
3
8502
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 Python, if this is the case (can't seem to do it myself!). Anyway, I'm running a CGI script written in python that tars up the photos in user...
12
13518
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} System.Text.UTF8Encoding str = new System.Text.UTF8Encoding(); string s = new string((char)107, 1); s += new string((char)62, 1);
0
1065
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; public override unsafe byte* AsValuePointer { get { Buff = 1; fixed (byte* p = Buff)
0
7697
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7924
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7672
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7968
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5512
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3653
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2113
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 we have to send another system
1
1212
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.