Hi All,
I am running vbulletin 4.1.8 with the latest version of vbSEO. Currently the site was recently migrated and appears to be running fine on a VPS based on CentOS.
I noticed the log files when from the last week, Apache becomes unresponsive every 3 days or so and I have to restart it.
My error log shows:
So to get more info I added the following two lines in my httpd.conf fileCode:[Tue Nov 22 12:31:42 2011] [warn] RewriteOptions: MaxRedirects option has been removed in favor of the global LimitInternalRecursion directive and will be ignored. [Tue Nov 22 12:31:43 2011] [warn] RewriteOptions: MaxRedirects option has been removed in favor of the global LimitInternalRecursion directive and will be ignored. [Tue Nov 22 12:31:43 2011] [warn] RewriteOptions: MaxRedirects option has been removed in favor of the global LimitInternalRecursion directive and will be ignored.
This log is also putting out almost 200mb a day now!Code:ReWriteLog "/var/log/httpd/rewrite_log" ReWriteLogLevel 1
My htaccess file is the default file which came with vbseoCode:66.249.72.97 - - [22/Nov/2011:12:34:31 --0500] [www.teamfiat.co.in/sid#2ab0bf959d70][rid#2ab0bfe9d5b0/initial/redir#1] (1) [perdir /var/www/html/forum/] initial URL equal rewritten URL: /var/www/html/forum/vbseo.php [IGNORING REWRITE] 65.52.108.68 - - [22/Nov/2011:12:34:32 --0500] [www.teamfiat.co.in/sid#2ab0bf959d70][rid#2ab0bfe9c960/initial] (1) [perdir /var/www/html/forum/] internal redirect with /vbseo.php [INTERNAL REDIRECT] 65.52.108.68 - - [22/Nov/2011:12:34:32 --0500] [www.teamfiat.co.in/sid#2ab0bf959d70][rid#2ab0bfe9b620/initial/redir#1] (1) [perdir /var/www/html/forum/] initial URL equal rewritten URL: /var/www/html/forum/vbseo.php [IGNORING REWRITE] 65.52.108.68 - - [22/Nov/2011:12:34:35 --0500] [www.teamfiat.co.in/sid#2ab0bf959d70][rid#2ab0c044b4f0/initial] (1) [perdir /var/www/html/forum/] internal redirect with /vbseo.php [INTERNAL REDIRECT] 65.52.108.68 - - [22/Nov/2011:12:34:35 --0500] [www.teamfiat.co.in/sid#2ab0bf959d70][rid#2ab0bfe9b748/initial/redir#1] (1) [perdir /var/www/html/forum/] initial URL equal rewritten URL: /var/www/html/forum/vbseo.php [IGNORING REWRITE] 65.52.108.68 - - [22/Nov/2011:12:34:37 --0500] [www.teamfiat.co.in/sid#2ab0bf959d70][rid#2ab0bfe98940/initial] (1) [perdir /var/www/html/forum/] internal redirect with /vbseo.php [INTERNAL REDIRECT] 65.52.108.68 - - [22/Nov/2011:12:34:37 --0500] [www.teamfiat.co.in/sid#2ab0bf959d70][rid#2ab0bfea4500/initial/redir#1] (1) [perdir /var/www/html/forum/] initial URL equal rewritten URL: /var/www/html/forum/vbseo.php [IGNORING REWRITE]
The site Team Fiat India appear to be working fine except for the Apache dying every few days.Code:Options +FollowSymlinks RewriteEngine On RewriteOptions MaxRedirects=10 # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) #RewriteBase /forum/ #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA]
Any help/ideas would be greatly appreciated!
Thanks in advance!
Amogh


LinkBack URL
About LinkBacks





Reply With Quote
