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.
1351
PHP / Re: php.ini in users /public_html is not working anymore
« on: May 25, 2016, 05:25:43 AM »
why don't you use cwp.user php.ini
1352
E-Mail / Re: Not able to send email from roundcube
« on: May 24, 2016, 01:58:46 PM »
I need to check the problem send me the details through pm
1353
E-Mail / Re: Not able to send email from roundcube
« on: May 24, 2016, 10:24:53 AM »did you checked with different browser ?Yes I did . Is it browser specific ?
Thanks
hanging problem is browser specific
1354
E-Mail / Re: Not able to send email from roundcube
« on: May 24, 2016, 07:39:44 AM »
did you checked with different browser ?
1355
CentOS 6 Problems / Re: BIND DNS Server - named dead but pid file exists
« on: May 23, 2016, 06:54:46 PM »
Solved
1356
Installation / Re: Can't install CWP on CentOS 6.7 x64
« on: May 23, 2016, 06:47:46 PM »
Solved
1357
CentOS 6 Problems / Re: BIND DNS Server - named dead but pid file exists
« on: May 23, 2016, 07:45:19 AM »
johnny send me the details of your vps (ip, password and port) and domain control panel (email/username, password and url for your control panel) i need to check the Vps.
1358
CentOS 6 Problems / Re: BIND DNS Server - named dead but pid file exists
« on: May 23, 2016, 05:30:39 AM »
Did you add the child name server to the domain registrar dns ?
recommendation :
use free dns service by cwp or by cloudflare
recommendation :
use free dns service by cwp or by cloudflare
1359
PHP / Re: PHP Version Selector / Vulnerabilities ?
« on: May 22, 2016, 06:51:53 PM »
you can install any version by recompiling it
1360
Installation / Re: Can't install CWP on CentOS 6.7 x64
« on: May 22, 2016, 02:46:06 PM »
Pm me the details of you VPS control panel. Need to investigate.
1361
Installation / Re: Can't install CWP on CentOS 6.7 x64
« on: May 22, 2016, 02:11:33 PM »
reinstall the os
and try this commands :
and try this commands :
Code: [Select]
cd /usr/local/src
wget http://centos-webpanel.com/cwp-latest
sh cwp-latest -d mariadb
1362
MySQL / Re: Cannot creat new user sql
« on: May 22, 2016, 12:41:18 PM »
Create database and user from user account not from root user account. You need to login as user to create database and username.
1363
Varnish / Re: where is Varnish !?
« on: May 22, 2016, 07:32:03 AM »Quote
if I chose to rebuild the configuration would this
break any exiting sites on the VPS ?
NO
Quote
i Have 2 IPs on this server how can I use Varnish and Apche
on both of them ?
just select apache + varnish and rebuild the virtual host
1365
CentOS-WebPanel GUI / Re: Changing PhpMyadmin URL - modifying the php code of CWP for link?
« on: May 21, 2016, 12:17:29 PM »
1st - you need to rename the phpmyadmin directory ( location of phpmyadmin "/usr/local/apache/htdocs" )
2nd- then navigate to /usr/local/apache/conf.d open "domain-redirects.conf" and delete all entries for phpmyadmin (you can delete all)
after this add the Alias to "domain-redirects.conf"
eg : Alias /dbadminlogin /usr/local/apache/htdocs/phpmyadmin directory name
restart apache
2nd- then navigate to /usr/local/apache/conf.d open "domain-redirects.conf" and delete all entries for phpmyadmin (you can delete all)
after this add the Alias to "domain-redirects.conf"
Code: [Select]
RewriteEngine on
Alias /your desired name /usr/local/apache/htdocs/phpmyadmin directory name
eg : Alias /dbadminlogin /usr/local/apache/htdocs/phpmyadmin directory name
restart apache