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 - studio4host

Pages: 1 ... 87 88 [89]
1321
MySQL / Re: phpMyAdmin 'users' or 'priviledges' tab missing
« on: July 21, 2017, 06:55:49 PM »
you can reset  mysql password for root user by using this command, its faster :)
Code: [Select]
sh /scripts/mysql_pwd_reset

1322
SSL / Re: How to replace self-signed SSL with another certificate?
« on: July 21, 2017, 06:52:56 PM »
by changing your hostname from cwp if you have a valid A record for it you will get AutoSSL installed from letsencrypt.

1323
CentOS 7 Problems / Re: Admin URL ERR_CONNECTION_RESET
« on: July 21, 2017, 06:50:58 PM »
you should check if your cwp is up and running, you can do that by using command

Code: [Select]
netstat -tulpn|grep 2030

You can also check the state of your service by running this commands
Code: [Select]
service cwpsrv status
service cwp-phpfpm status

1324
Mod_Security / Re: ModSecurity adds index.php in permalinks
« on: July 21, 2017, 07:11:24 AM »
mod_security is only application firewall and its not related with this issue.
You should check in the admin area of your wordpress how you have this set, don't forget to check that you have wordpress htaccess file in your wordpress folder.

https://codex.wordpress.org/htaccess

1325
you can remove it like this and then try with installation again.
Code: [Select]
/usr/bin/yum remove postgresql-server postgresql postgresql-devel
rm -f /etc/init.d/postgresql

1326
CentOS-WebPanel Bugs / Re: BUG on PHP Builder
« on: July 21, 2017, 07:00:58 AM »
can you add full log output from file /var/log/php-rebuild.log on this site
https://pastebin.com/

1327
if you don't use ssl (you have no vhosts in your /usr/local/apache/conf.d/vhosts-ssl.conf file then you can simply remove/delete ssl.conf file and restart apache.

don't worry about this file, when you install ssl for any domain it will be created automatically.

1328
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: July 21, 2017, 06:50:43 AM »
you can delete your default httpd.conf and then reinstall httpd server (it will create new conf file)

Code: [Select]
yum reinstall cwp-httpd
yum reinstall cwp-suphp

also check this for issue with datatables
http://forum.centos-webpanel.com/centos-6-problems/can't-list-user-accounts-after-mysql-update/msg12630/?topicseen#msg12630

1329
CentOS 7 Problems / Re: Problem after installing PostGreSql
« on: July 21, 2017, 06:45:49 AM »
don't understand the issue you have as you haven't explained it clearly but you can reinstall apache by using yum, you don't need to reinstall the server.

Do this one by one (don't do all in one command)
Code: [Select]
yum reinstall cwp-httpd
yum reinstall cwp-suphp
yum reinstall cwp-php

Also you can check this if you have an issue with default webpage
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains

1330
this can be related with the NAT network, but be sure you check all the steeps from this link
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains

1331
CentOS-WebPanel GUI / Re: cannot running ssh port 22 to c.panel
« on: July 21, 2017, 06:31:55 AM »
You can find info about ssh/sftp port change here, you can do all that from cwp if you have lost ssh access.
https://www.youtube.com/watch?v=fy39ZTA-9uE

Pages: 1 ... 87 88 [89]