Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Error message in logs

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  AffordableHost==>AxisHost: Anybody else unable..  
Author Message
ask4

External


Since: Mar 15, 2004
Posts: 12



(Msg. 1) Posted: Tue Sep 06, 2005 5:55 pm
Post subject: Error message in logs
Archived from groups: alt>apache>configuration (more info?)

I am getting this error message for a virtual host:

(70014)End of file found: mod_mime_magic: read failed
/path/to/file/italian.langz

This file is used by a Java application and can be read trought http by
browser.

Does anybody know what could it mean or haw to fix ?

Thanks

 >> Stay informed about: Error message in logs 
Back to top
Login to vote
Richard Antony Burton

External


Since: Aug 26, 2005
Posts: 22



(Msg. 2) Posted: Tue Sep 06, 2005 6:55 pm
Post subject: Re: Error message in logs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Fabi wrote:
> I am getting this error message for a virtual host:
>
> (70014)End of file found: mod_mime_magic: read failed
> /path/to/file/italian.langz
>
> This file is used by a Java application and can be read trought http by
> browser.

A quick look at the code suggests that the error probably comes from
trying to read the first x bytes, and I guess this file is so short so
it fails to do that. You could turn off mod_mime_magic, or manually set
a mime type for .langz files.

Richard.

 >> Stay informed about: Error message in logs 
Back to top
Login to vote
ask4

External


Since: Mar 15, 2004
Posts: 12



(Msg. 3) Posted: Wed Sep 07, 2005 12:50 am
Post subject: Re: Error message in logs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks,

I think this is the issue, now I am searching how to tell apache the mime
type for langz files.
I think I can try by adding something like:

AddType application/x-httpd-php-source .langz

but I don't know which mime type to use: it is a 14kb binary file used by a
java software.

Could you help ?

> A quick look at the code suggests that the error probably comes from
> trying to read the first x bytes, and I guess this file is so short so it
> fails to do that. You could turn off mod_mime_magic, or manually set a
> mime type for .langz files.
 >> Stay informed about: Error message in logs 
Back to top
Login to vote
Richard Antony Burton

External


Since: Aug 26, 2005
Posts: 22



(Msg. 4) Posted: Wed Sep 07, 2005 8:55 am
Post subject: Re: Error message in logs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Fabi wrote:

> AddType application/x-httpd-php-source .langz
>
> but I don't know which mime type to use: it is a 14kb binary file used by a
> java software.
>
> Could you help ?

Probably application/octet-stream, this is just a generic binary type.
However if your file is 14k then the problem I suggested (file too
small) may not be the case, however if you avoid magic running against
this file it'll probably still fix your logging problem.

Richard.
 >> Stay informed about: Error message in logs 
Back to top
Login to vote
ask4

External


Since: Mar 15, 2004
Posts: 12



(Msg. 5) Posted: Wed Sep 07, 2005 11:55 am
Post subject: Re: Error message in logs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you for your help!

I have added this row in the meantime:

AddType application/x-myapp .langz

the error is not recorded anymore, I think this could be a fix too Confused
I don't know how to avoid magic Sad

> Probably application/octet-stream, this is just a generic binary type.
> However if your file is 14k then the problem I suggested (file too small)
> may not be the case, however if you avoid magic running against this file
> it'll probably still fix your logging problem.
 >> Stay informed about: Error message in logs 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Error Message - Can someone tell me what this error message means please? Apache has been installed on a Windows XP Pro machine. [Sat Sep 18 18:47:47 2004] [error] (OS 2)The system cannot find the file specifi ed. : No installed service named "Apache2". Not...

error message - When I try to apply a modification in Apache appear this message: [warn] child process 32349 still did not exit, sending a SIGTERM I use setting Apache in Webmin module. If I restart Apache by shell I have not error message.

Error message - Hi, I am a newbie to Apache, I have it working and even presenting pages (occasionaly) I seem to get the following error in my log file and after that the server stops responding: [warn] (OS 1229)An operation was attempted on a nonexistent network..

Error Message with 2.0.45 - What does the following line mean in my error log for 2.0.45? FATAL: emalloc(): Unable to allocate 471872345 bytes I can't seem to access my webpage and I get this error. Thanks, Jeff -- Jeff Grossman (jeff@stikman.com)

A CGI got 2,000 error message - Hi, All: I wrote a perl-CGI program to receive file upload from visitor. Every thing is fine, except that when user cancel the upload process by press ESC in IE, my Apache server will generate 2,000 lines of error message in error.log. Is this normal? ...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
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



[ Contact us | Terms of Service/Privacy Policy ]