Hello, I have entered FcgidMaxRequestLen 2000000 in one of the website option, and then updated ISPConfig3 that running /usr/local/ispconfig/server/server.sh, I can't access back a website by following issue, what I can do now ? Forbidden You don't have permission to access / on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.4.7 (Ubuntu) Server at xxxxPort 80
Just checked log: [Thu Feb 09 22:41:48.125938 2017] [authz_core:error] [pid 513] [client 108.162.222.83:32564] AH01630: client denied by server configuration: /var/www/xxxx/web/index.php
Also tried service apache2 restart that showing error AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.conf:69 [ OK ]
So just the website you edited is down? My first thought is the obvious, go back into that site's options and remove what you added and see what happens. I suspect there's more to it / I don't understand what's going on though.
Yes, only that website down, I have removed that line already, but nothing happened, I think have to run /usr/local/ispconfig/server/server.sh again?
no, that is run automatically by the ispconfig cronjob, you don't have to run it manually unless you have disabled it in cron. What's in the .vhost file for this website? Also see if there is a /var/www/xxxx/web/.htaccess file
/etc/apache2/sites-available/xxxx.com.vhost has a lot of thing, and /var/www/xxxx/web/ no .htaccess file. Thanks
I just created new site and restore all file and databases, but showing the following, may missed .htaccess file ? ERROR 403 - Forbidden! The following error occurred: You are not permitted to access the requested URL. Please contact the webmaster with any queries.
Just created .htaccess with the following:, the permission is 777, but no luck. # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Hello, I just created new client, but this client can't load PHP file (I have uploaded phpinfo(), I think above problem made PHP has problem, can soemone help ? Thansk