![]() |
Wordpress Error 500 on ISPConfig3.0.4.3 NGINX
Hi to all the members,Moderators and Admins of ISPConfig.
First of all I would like to thank you for the great software you have here. I came here because I search the forums but I couldn't find what really the great solution to my problem. I have successfully installed ISPConfig 3 to my Centos 6.2 VPS with 1GB of RAM. I use NGINX as my default web server. And the problem goes here. I upload wordpress files to my server and i have 1. Chown all the files to current user and group. 2. Removed the .htaccess file on the root directory. 3. Chmod files from 644 to 755 (tried also 777 but no luck, switch back to original permissions) But I got ERROR 500 - Internal Server Error!... And I can't continue with the installation. By the way I put the wordpress files to root directory of my domain. My current vhost.conf Code:
server {Please anyone here having this kind of problem and if you already fixed this please share it with us. Please if you need anymore info about my configuration please ask and I will post it again here. Thank you |
Did you check de error.log of your site? which php mode are you using? mod-php, fast-cgi (remember to enable suexec), other?
|
Quote:
Code:
2012/02/29 16:58:18 [error] 3999#0: *4 directory index of "/var/www/www.xxxxxxx.info/web/" is forbidden, client: 59.xx.xxx.xx, server: www.xxxxxxx.info, request: "GET / HTTP/1.1", host: "test.whitemovies.info" |
Quote:
Code:
2012/02/29 16:58:18 [error] 3999#0: *4 directory index of "/var/www/www.xxxxxxx.info/web/" is forbidden, client: 59.xxx.xxx.xxx, server: www.xxxxxxx.info, request: "GET / HTTP/1.1", host: "www.xxxxxxx.info" |
is suexec enabled (enable it and test if not)? do you have an index in the home directory of your site or you put wordpress inside a folder?
|
Quote:
Yes I have all the files of wordpress on my home directory. I just followed the tutorials here http://www.howtoforge.com/perfect-se...ispconfig-3-p1 but seems I have trouble or maybe there might be missing installation about the suexec you are referring to. |
Sorry, I was thinking in apache, not in nginx! nginx doesn't need suexec... maybe someone with knowledge of nginx could help you better than me
|
u need to comment out or delete
fastcgi_intercept_errors on; |
ERROR 500 - Internal Server Error!
I have the same problem:
I'm using ISPCONFIG 3.0.4.4 With default configuration wordpress give Error 500. I've tried various patch in site->options->nginx Directives textarea but I have not found a vali solution. If I deactivate the site ttw and create a custom vhost file in /etc/nginx/sites-available and activate it, wordpress works What is the correct code to past in site->options->nginx Directives for Wordpress ? Thanks |
u can do nothing becouse there is already in vhost file
fastcgi_intercept_errors on; and this need to be deleted u can find and delete fastcgi_intercept_errors on; in file /usr/local/ispconfig/server/conf/nginx_vhost.conf.master after that every new site u will create in panel will work with wordpress |
| All times are GMT +2. The time now is 09:42. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.