[Solved] Site not working on New Server

#2
Hi Brent -

Sometimes when we see this it will be due to a problem in the .htaccess file - double check that and maybe try a stock .htaccess file (Magento) and see if the problem persists.

Also check the error log for anything right before the 503 error, you can sometimes gleam something useful from there.
 
#3
Thanks, I don't want to play with the htaccess since it is live. Perhaps it is not reading it? I want to run three sites.


HT Access


Edit
Allow Override


Everything is checked except None

Limit Auth FileInfo Indexes Options None
Access File Name .htaccess
 
#4
I was more referring to the contents of the .htaccess file.

It's possible that there is some configuration value isn't playing well with LSWS (on port 8080?).

Double check the error log right before the 503 error as well - really the first place you should look before considering the .htaccess file.
 

webizen

Well-Known Member
#5
Brent,

Please also check stderr.log. the 503 error is likely an indicator of PHP problem (i.e. not fully matching with Apache php).
 
#6
Yes! I am getting an APC error. Not sure how to fix that.

2011-03-18 13:59:00.943 [STDERR] [Fri Mar 18 13:59:00 2011] [apc-error] apc_mmap: mmap failed: Cannot allocate memory2011-03-18 13:59:00.943 [STDERR]
[Fri Mar 18 13:59:00 2011] [apc-error] apc_mmap: mmap failed: Cannot allocate memory2011-03-18 13:59:00.957 [STDERR]
[Fri Mar 18 13:59:00 2011] [apc-error] apc_mmap: mmap failed: Cannot allocate memory2011-03-18 13:59:00.969 [STDERR]
 
Top