Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 24x7servermanagement

Pages: 1 ... 10 11 [12] 13 14
166
CentOS-WebPanel Bugs / Re: PHP not working
« on: September 18, 2017, 07:44:04 AM »
Is PHP installed on the server?

Check using this command :-

Code: [Select]
php -v

167
Restart httpd service on the server and see if this fix it or not.

service httpd restart

168
Installation / Re: WEB ADMIN PANEL NOT OPENING
« on: September 16, 2017, 01:40:22 PM »

Try to disable iptables or csf to see if panel is working or not.

# service iptables stop

# csf -x

169
SSL / Re: Certbot installation and requesting certificate (CentOS 7)
« on: September 16, 2017, 01:37:05 PM »
Awesome, thanks for sharing these instructions. :)

170
PHP / Re: PHP User can't change the permitions of the directories.
« on: September 16, 2017, 01:33:45 PM »
Is MySQL service running on the server?

Code: [Select]
service mysql status

171
Installation / Re: getting "502 bad gateway" for CWP admin panel
« on: September 16, 2017, 01:28:40 PM »
Then, you need to check the logs to see the exact error you have :-

http://wiki.centos-webpanel.com/service-log-paths

172
CentOS 6 Problems / Re: Notifications
« on: September 14, 2017, 10:01:36 AM »
+1 for this ( Notification Bar ) feature request. :)

173
Installation / Re: Unable to install CWP on Cent OS 7
« on: September 13, 2017, 09:01:54 AM »
Glad to hear your issue has been resolved. :)

175
SSL / Re: CWP hostname certificate not renewed
« on: September 13, 2017, 08:22:46 AM »
Did you have server hostname mentioned in Let's Encrypt Config file /usr/local/cwpsrv/conf/cwpsrv.conf   ???

177
E-Mail / Re: Connection to IMAP server failed
« on: September 11, 2017, 10:34:59 AM »
Check if IMAP is running on your server or not.

You can verify this easily with 'telnet localhost 143' at the server or 'telnet server-ip 143' from your computer using command prompt.

If this is correct then check if localhost line is present in below file or not?

/etc/hosts

178
Installation / Re: Unable to install CWP on Cent OS 7
« on: September 09, 2017, 09:29:25 PM »
It seems to be DNS issue on your VPS.

Try yum update command if same error then try below fix.

/etc/resolv.conf

and insert

nameserver 8.8.8.8
nameserver 8.8.4.4

179
PHP / Re: configured 7.1 the way I like it, how do I set as default?
« on: September 09, 2017, 09:22:56 PM »
Yes, that's correct.  :)

180
SSL / Re: auto generate ssl for dashboard hostname
« on: September 09, 2017, 12:07:28 AM »
SSL will be automatically installed, the only condition is that you have A records set for your hostname.

Check this link :- http://wiki.centos-webpanel.com/hostname-ssl-with-letsencrypt

Pages: 1 ... 10 11 [12] 13 14