[URGENT] Getting forbidden error all my virtual server

when i adding new virtual server.
all my virtual server website getting Forbidden - You don’t have permission to access

@Uddhab_p,

Do you have an index file in the public_html folder (ex. index.html or index.php)?

Best Regards,
Peter Knowles | TPN Solutions

Yes all are existing site showing forbidden.

The client-side error contains no useful information. We cannot possibly help you without knowing what the web server says about it. Check the error log. It’s accessible in the menu.

Can you please help how to check error log.

While i delete newly added server it start working.

Deleted (Wrong information)

@Uddhab_p @RJM_Web_Design,

The correct location to see error logs specific to a Virtual Server is at:

Virtualmin > Logs and Reports > Apache Error Logs

The previously mentioned location would not give you website specific error logs.

Best Regards,
Peter Knowles | TPN Solutions

1 Like

Yep. Thanks for the correction.

Richard

[Mon Feb 01 15:38:15.329091 2021] [core:crit] [pid 11361] (24)Too many open files: [client 63.143.42.248:51620] AH00529: /home/cloudlifehost/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that ‘/home/cloudlifehost/public_html/’ is executable, referer: https://cloudlifehost.com
[Mon Feb 01 15:38:38.674983 2021] [core:crit] [pid 8960] (24)Too many open files: [client 51.254.113.145:43898] AH00529: /home/cloudlifehost/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that ‘/home/cloudlifehost/public_html/’ is executable, referer: fishingdominion.com
[Mon Feb 01 15:38:43.246807 2021] [core:crit] [pid 8962] (24)Too many open files: [client 157.55.39.13:10597] AH00529: /home/cloudlifehost/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that ‘/home/cloudlifehost/public_html/’ is executable
[Mon Feb 01 15:39:07.532378 2021] [core:crit] [pid 8962] (24)Too many open files: [client 54.36.148.30:28572] AH00529: /home/cloudlifehost/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that ‘/home/cloudlifehost/public_html/’ is executable
[Mon Feb 01 15:39:18.482705 2021] [core:crit] [pid 9006] (24)Too many open files: [client 66.249.73.135:38124] AH00529: /home/cloudlifehost/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that ‘/home/cloudlifehost/public_html/’ is executable
[Mon Feb 01 15:39:43.167519 2021] [core:crit] [pid 9004] (24)Too many open files: [client 192.0.102.40:26220] AH00529: /home/cloudlifehost/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that ‘/home/cloudlifehost/public_html/’ is executable
[Mon Feb 01 15:39:44.199228 2021] [core:crit] [pid 8961] (24)Too many open files: [client 45.92.228.50:12584] AH00529: /home/cloudlifehost/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that ‘/home/cloudlifehost/public_html/’ is executable

Consider the google: https://www.google.com/search?hl=en&q=too%20many%20open%20files%20apache

Edit: I’m not trying to be glib. There are multiple reasons you can get this error. It’s likely actually something pathological in your application…a file handle or database handle leak, probably. But, it may also just be that you have a lot of users/activity, in which case, tuning available open files for high load is reasonable.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.