503 Error Service Temporarily Unavailable

Customer support forums for the modsecurity rules feed. There is no such thing as a bad question here as long as it pertains to using the real time modsecurity rules feed. Newbies feel free to get help getting started or asking questions that may be obvious.
tamainutdc
New Forum User
New Forum User
Posts: 3
Joined: Mon Sep 02, 2013 8:39 am
Location: Tiznit (Morocco)

503 Error Service Temporarily Unavailable

Unread post by tamainutdc »

Hi.

One site on my server get error 503

Code: Select all

--31ad4022-A--
[22/May/2014:17:39:14 +0200] U34aIgWHXV8AACxiMegAAAAM 81.60.133.188 24987 5.135.93.96 80
--31ad4022-B--
GET / HTTP/1.1
Host: www.naturjoya.com
Connection: keep-alive
Cache-Control: max-age=0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36
Accept-Encoding: gzip,deflate,sdch
Accept-Language: es-ES,es;q=0.8

--31ad4022-F--
HTTP/1.1 503 Service Unavailable
X-Powered-By: PHP/5.3.28
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html
--31ad4022-H--
Stopwatch: 1400773154114333 145477 (- - -)
Stopwatch2: 1400773154114333 145477; combined=99, p1=57, p2=0, p3=0, p4=0, p5=41, sr=0, sw=1, l=0, gc=0
Producer: ModSecurity for Apache/2.7.7 (http://www.modsecurity.org/).
Server: Apache

--31ad4022-Z--
Also try stop modsec for all domains of this user but not work.

Code: Select all

<vitualhost xxxx>
...
    Include "/usr/local/apache/conf/userdata/std/2/zeleyane/*.conf"
    Include "/usr/local/apache/conf/userdata/std/2/zeleyane/naturjoya.es/*.conf"
</virtualhost>
/usr/local/apache/conf/userdata/std/2/zeleyane/modsec.conf
<LocationMatch .*>
        SecRuleEngine Off
</LocationMatch>

/usr/local/apache/conf/userdata/std/2/zeleyane/naturjoya.es/modsec.conf
<LocationMatch .*>
        SecRuleRemoveById 360148
        SecRuleRemoveById 360147
        SecRuleRemoveById 341245
        SecRuleEngine Off
</LocationMatch>
Desesperate...
User avatar
mikeshinn
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 4149
Joined: Thu Feb 07, 2008 7:49 pm
Location: Chantilly, VA

Re: 503 Error Service Temporarily Unavailable

Unread post by mikeshinn »

Unfortunately thats not caused by a rule. Modsecurity is just letting you know that apache has generated a 503 error. It doesnt cause it, so disabling modsecurity wont help you. You need to find out why apache is generating that 503 error. I'd recommend you check your error logs, and PHP logs.
Post Reply