
Sreejit
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
Comments
Recent activity by Sreejit-
You should check the mysql logs /var/lib/mysql/hostname.err for the exact reason.
-
Both permissions and ownership of public_html are correct. Apache does run under nobody. The php process created under it will run under their respective user.
-
You will have to edit DNS of domain.nl to make it work ( WHM >> edit dns). Also you will have to update the IP's at domain registrar end.
-
You can enter mysql prompt and try to repair the table [QUOTE] #mysql roundcube mysql> repair table user;
-
If you have enabled the permalinks ( [url=http://codex.wordpress.org/Using_Permalinks]Using Permalinks " WordPress Codex ) then make sure that you have put proper rules in .htaccess
-
You should enable exim extended logging. It will generate detailed report in the exim logs. After that you can try again and check the logs. WHM > Service Configuration > Exim Configuration Editor...
-
There is FTP connection issue between your server and backup server. Is the FTP service running on backup server? Also open the port 21 in firewall. [QUOTE]Unable to connect to remote FTP server ...
-
Those are core apache process and it will run under nobody only. The php sub-process will run under their respective user if your php handler is suphp or fcgi
-
/etc/nameserverips is a text file. You can edit it using editors like pico or vi. Also changing ip here is of no use. You should edit the dns.
-
Create a phpinfo file and check which php.ini is loaded. It may not be loading server php.ini when accessed via web.