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
Information / Re: How release an interface/IP from CWP7
« on: July 25, 2017, 04:38:18 PM »
each ip you have added into your system its should be visible when creating a new account.
Don't forget that each ip you have on your server should also work for all server service like ftp,ssh,cwp,imap,pop,smtp...

you can check listening ports by using this command
Code: [Select]
netstat -tulpn

1322
DNS / Re: Name Server Not Working
« on: July 24, 2017, 06:36:22 AM »
you can use this site for testing
http://leafdns.com/index.cgi?testid=A99064F4

this is issue on your server since dns part of your domain provider is ok, now what you need to do is set in cwp your nameserver and edit dns zone file ppdb-online.web.id tu use that nameservers

Your nameservers are:
ns1.ppdb-online.web.id
ns2.ppdb-online.web.id

1323
SSL / Re: SSL Install After Apache 98 Error
« on: July 24, 2017, 06:33:16 AM »
you can check if you have some same double include lines at the end of the file /usr/local/apache/conf/httpd.conf

if that doesn't help then you can switch webserver to apache only from cwp and run this comands
Code: [Select]
rm -f /usr/local/apache/conf/httpd.conf
yum reinstall cwp-httpd
yum reinstall cwp-suphp

1324
CentOS 7 Problems / Re: Could not select database root_cwp
« on: July 23, 2017, 05:12:55 AM »
You can find info here, this depends on the mysql server you have installed.
http://wiki.centos-webpanel.com/service-log-paths

1325
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

1326
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.

1327
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

1328
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

1329
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

1330
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/

1331
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.

1332
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

1333
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

1334
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

1335
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]