 |
|
 |
|
Next: Newbie: Where do I start ?!
|
| Author |
Message |
External

Since: Apr 20, 2004 Posts: 7
|
(Msg. 1) Posted: Tue Apr 20, 2004 11:39 pm
Post subject: apache serving incomplete files Archived from groups: alt>apache>configuration (more info?)
|
|
|
Hello,
I've done some searching on this subject but have come up with nothing
so I'm hoping someone here can help.
I'm currently running apache 2.0.46 on my home machine and I have a
couple of vitual hosts set-up. My problem is that apache appears to be
serving up incomplete files. That is, when I or anyone else tries to
download files they are incomplete. These incomplete files don't have
consistent file sizes, the file's are .bz2.
I've tried changing the httpd.conf to default to octet/binary files but
this had no effect.
Any help would be greatly appreciated.
PB >> Stay informed about: apache serving incomplete files |
|
| Back to top |
|
 |  |
External

Since: Apr 20, 2004 Posts: 7
|
(Msg. 2) Posted: Tue Apr 20, 2004 11:40 pm
Post subject: Re: apache serving incomplete files [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Mar 29, 2004 Posts: 672
|
(Msg. 3) Posted: Wed Apr 21, 2004 12:49 am
Post subject: Re: apache serving incomplete files [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"P Bourne" <pj.ntl DeleteThis @ntlworld.com> schreef in bericht
news:2_ehc.164$tB3.55@newsfe1-gui.server.ntli.net...
> I've done some searching on this subject but have come up with nothing
> so I'm hoping someone here can help.
> I'm currently running apache 2.0.46 on my home machine and I have a
> couple of vitual hosts set-up. My problem is that apache appears to be
> serving up incomplete files. That is, when I or anyone else tries to
> download files they are incomplete. These incomplete files don't have
> consistent file sizes, the file's are .bz2.
Do you, by chance, have mod_deflate activated?
Try without it and if successfull try to setup partial compression using
e.g. AddOutputFilterByType DEFLATE text/html text/plain text/xml
HansH<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: apache serving incomplete files |
|
| Back to top |
|
 |  |
External

Since: Apr 20, 2004 Posts: 7
|
(Msg. 4) Posted: Wed Apr 21, 2004 1:22 am
Post subject: Re: apache serving incomplete files [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
HansH wrote:
> "P Bourne" <pj.ntl RemoveThis @ntlworld.com> schreef in bericht
> news:2_ehc.164$tB3.55@newsfe1-gui.server.ntli.net...
>
>>I've done some searching on this subject but have come up with nothing
>>so I'm hoping someone here can help.
>>I'm currently running apache 2.0.46 on my home machine and I have a
>>couple of vitual hosts set-up. My problem is that apache appears to be
>>serving up incomplete files. That is, when I or anyone else tries to
>>download files they are incomplete. These incomplete files don't have
>>consistent file sizes, the file's are .bz2.
>
> Do you, by chance, have mod_deflate activated?
It doesn't appear I do. I can find no mention of it within httpd.conf or
in any other files other than some manuals within my apache installation.
Should I be looking elsewhere?
PB<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: apache serving incomplete files |
|
| Back to top |
|
 |  |
External

Since: Mar 29, 2004 Posts: 672
|
(Msg. 5) Posted: Wed Apr 21, 2004 2:41 am
Post subject: Re: apache serving incomplete files [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"P Bourne" <pj.ntl DeleteThis @ntlworld.com> schreef in bericht
news:Uvghc.325$vf.225@newsfe2-gui.server.ntli.net...
> HansH wrote:
> >>That is, when I or anyone else tries to download files
> >>they are incomplete. These incomplete files don't have
> >>consistent file sizes, the file's are .bz2.
> > Do you, by chance, have mod_deflate activated?
> It doesn't appear I do. I can find no mention of it within httpd.conf or
> in any other files other than some manuals within my apache installation.
> Should I be looking elsewhere?
Normally, no.
To ensure it was not used without you knowing, you could rename
/apache2/modules/mod_deflate.so and restart Apache.
Last and unlickly resort: check it's not compiled in by running 'Apache -l'
at a classic prompt.
HansH<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: apache serving incomplete files |
|
| Back to top |
|
 |  |
External

Since: Apr 20, 2004 Posts: 7
|
(Msg. 6) Posted: Wed Apr 21, 2004 11:00 am
Post subject: Re: apache serving incomplete files [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
HansH wrote:
> "P Bourne" <pj.ntl.TakeThisOut@ntlworld.com> schreef in bericht
> news:Uvghc.325$vf.225@newsfe2-gui.server.ntli.net...
>
>>HansH wrote:
>>
>>>>That is, when I or anyone else tries to download files
>>>>they are incomplete. These incomplete files don't have
>>>>consistent file sizes, the file's are .bz2.
>>>
>>>Do you, by chance, have mod_deflate activated?
>>
>>It doesn't appear I do. I can find no mention of it within httpd.conf or
>>in any other files other than some manuals within my apache installation.
>>Should I be looking elsewhere?
>
> Normally, no.
> To ensure it was not used without you knowing, you could rename
> /apache2/modules/mod_deflate.so and restart Apache.
OK, I have done that, but it changed nothing.
> Last and unlickly resort: check it's not compiled in by running 'Apache -l'
> at a classic prompt.
apache -l
Compiled in modules:
core.c
mod_win32.c
mpm_winnt.c
http_core.c
mod_so.c
Any other ideas? I'm tempted to try Apache 1.3 to see if I still have
problems.
Thanks for the help
PB<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: apache serving incomplete files |
|
| Back to top |
|
 |  |
External

Since: Jun 22, 2004 Posts: 1
|
(Msg. 7) Posted: Tue Jun 22, 2004 7:40 pm
Post subject: Re: apache serving incomplete files [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
P Bourne wrote:
> Hello,
>
> I've done some searching on this subject but have come up with nothing
> so I'm hoping someone here can help.
>
> I'm currently running apache 2.0.46 on my home machine and I have a
> couple of vitual hosts set-up. My problem is that apache appears to be
> serving up incomplete files. That is, when I or anyone else tries to
> download files they are incomplete. These incomplete files don't have
> consistent file sizes, the file's are .bz2.
>
> I've tried changing the httpd.conf to default to octet/binary files but
> this had no effect.
>
> Any help would be greatly appreciated.
>
> PB
I've just run into a similar problem. In my case, though, it's a
problem with interaction with my software firewall, ZoneAlarm.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: apache serving incomplete files |
|
| Back to top |
|
 |  |
| Related Topics: | Apache not serving .wml files - Quite a simple one this, I just cannot figure whats going wrong? I have both apache 1.3 and 2.0 running happily on my win XP machine, I am routing my IP address to apache using no-ip.com. With this simple set up I can type http:ant.servebeer.com and up...
Optimal Apache configuration for serving large files? - Hello, I am currently preparing a webserver - I have done that several times before, for the often found scenario where some html files, some images and some scripts shall be served under several virtual domains; the scenario that apache is best..
Apache 2 + php Not serving correctly - I am having trouble with getting php and Apache 2.0 on Windows XP Apache is installed fine and seems to be working ok I am using the php.exe method as I am only using it as a test server on a laptop. It refused to serve any pages with .php I added the...
Apache stops serving pages - Hello. I've just installed Mandrake 9.2 with Apache. All I want is the web server. After a couple of minutes I noticed Apache just stopped serving pages. The logs still work though. Out put from apachectl extendedstatus Apache Server...
Apache just stops serving webpages, but is still running - I have this really weird Apache problem When xx weeks/days have past, Apache just stops servering webpages. The daemon is still running and all seems OK. System load is normal and all other services just work perfectly. The daemon can not be restarted.... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|