403 forbidden

Status
Not open for further replies.

arp220

New Member
4
2015
0
0
hi evryone.

i have one vpn with centos 6.6
i install zpanel for make host (5 month ago) everything is good, but yesterday when i want login to admin panel or any site on server i get error (403 Forbidden).

ERROR : You don't have permission to access / on this server.

i see log apache

Wed Jul 01 08:08:32 2015] [crit] [client 5.220.70.189] (24)Too many open files: /etc/zpanel/panel/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable.

I've very searched but I did not find the solution. please help me. thanks.
 
5 comments
Check open files limit, default Is 1024
Code:
ulimit -a

You can raise the limit using
Code:
ulimit -n 4096


Or try setting MaxRequestsPerChild to 10 in httpd.cnf and restarting httpd
 
i get error ahain :(

Check open files limit, default Is 1024
Code:
ulimit -a

You can raise the limit using
Code:
ulimit -n 4096


Or try setting MaxRequestsPerChild to 10 in httpd.cnf and restarting httpd

thanks Gavo thanks thanks thanks thanks thanks thanks thanks
my problem solveddddddddddddddddddddddddddddddd
this is amazing help . thanks Gavo . i love you :) .

__________________
Added after 1:

Check open files limit, default Is 1024
Code:
ulimit -a

You can raise the limit using
Code:
ulimit -n 4096


Or try setting MaxRequestsPerChild to 10 in httpd.cnf and restarting httpd

thanks Gavo thanks thanks thanks thanks thanks thanks thanks
my problem solveddddddddddddddddddddddddddddddd
this is amazing help . thanks Gavo . i love you :) .

__________________
Added after 6 Hours 52 minutes:

i everyone again .

now i want login to adminCp but i can't :( i check Error_log apache i get this error .

try start httpd service but httpd not work and [FAILED]

this is error :

[Sun Jun 28 03:47:12 2015] [error] [client 222.186.129.5] script '/etc/zpanel/panel/POST_ip_port.php' not found or unable to stat, referer: http :// 123.249.24.233/POST_$
$/POST_ip_port.phpAccept: */*

please help :( .
 
Last edited:
Status
Not open for further replies.
Back
Top