[Zen Cart] Apache Error Logs

Magic SEO URLs for Zen Cart.
BlessIsaacola
Follower
Posts: 98
Joined: Sun Feb 03, 2008 9:48 pm
Location: Kennesaw, GA
Contact:

Re: [Zen Cart] Apache Error Logs

Postby BlessIsaacola » Sat Apr 24, 2010 3:26 am

I am seeing a lot of this lately in our server log can you please help?

Code: Select all

[24-Apr-2010 05:23:00] PHP Fatal error:  Maximum execution time of 180 seconds exceeded in /****/magic_seo_url.php on line 0
http://www.clevershoppers.com - Where Clever People Shop!

lacabessa
Posts: 4
Joined: Thu Sep 17, 2009 10:24 am

Re: [Zen Cart] Apache Error Logs

Postby lacabessa » Wed May 19, 2010 3:54 pm

I would like to know whether you have fixed your problem. I am actually having the same problem. My apache error logs is having many "File does not exist:" error. My site is multilingual.

Example of such error is

Code: Select all

[Wed May 19 14:24:03 2010] [error] [client xxxxxx] File does not exist: /home/xxxx/public_html/nl/images/test_2bis.jpg

I don't know why the /nl is added to that path since the images folder is straight under public_html. The path should be /home/xxxx/public_html/images/test_2bis.jpg



I am not sure if it's related but I also see from times to times the following error in the Apache log

Code: Select all

[Wed May 19 15:30:40 2010] [alert] [client xxxxxxx ] /home/xxxx/public_html/.htaccess: RewriteRule: bad argument line '^([a-z]{2})/'\n



Thank you

puhy
Posts: 3
Joined: Wed Apr 27, 2011 2:57 pm

Re: [Zen Cart] Apache Error Logs

Postby puhy » Mon Nov 18, 2013 11:43 am

Hi, I have the same problem with ZenCart 1.3.8a and MSU. In error.log there are much similar line of this type:

Code: Select all

[Fri Nov 15 12:48:04 2013] [error] [client 188.246.111.65] File does not exist: /var/www/puhy.cz/web/elektronicke-soucastky-2, referer: http://www.puhy.cz/elektronicke-soucastky-2/pasivni-soucastky-373/kondenzatory-480/smd-elektrolyticke-kondenzatory-483/?zenid=lo8mgga978m69fo8nu5pgm49i5


It´s possible some soluttions for this issue now?

Thanks.

puhy
Posts: 3
Joined: Wed Apr 27, 2011 2:57 pm

Re: [Zen Cart] Apache Error Logs

Postby puhy » Tue Nov 19, 2013 2:56 pm

OK. And is it possible some solution? What is need reconfigurate on apache settings? Thanks.

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Apache Error Logs

Postby inveo » Wed Nov 20, 2013 11:20 am

Sorry my last reply was complete non-sense which was replying to the different post.

I guess this problem is related to some Apache modules, mod_negotiation probably.

puhy
Posts: 3
Joined: Wed Apr 27, 2011 2:57 pm

Re: [Zen Cart] Apache Error Logs

Postby puhy » Wed Nov 20, 2013 12:34 pm

Thanks for your response. But mod_negotiation is switched off...any next ideas :?: Thanks for your time.

Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
auth_digest_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cache_module (shared)
dav_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
expires_module (shared)
fcgid_module (shared)
filter_module (shared)
include_module (shared)
mem_cache_module (shared)
mime_module (shared)
php5_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
setenvif_module (shared)
ssl_module (shared)
status_module (shared)
suexec_module (shared)

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Apache Error Logs

Postby inveo » Thu Nov 21, 2013 11:19 am

It's hard to say which one. It is some module which try to open a file /var/www/puhy.cz/web/elektronicke-soucastky-2 that obviously is not a file and is properly handled by mod_rewrite module. Maybe disabling all modules one by one might help.