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.
1471
Installation / Re: BIND DNS Server not starting
« on: June 28, 2014, 11:53:50 AM »
by default Bind DNS is disabled for security reasons, but you can enable it by clicking start under services and in chkconfig you can enable it "Set to On" so that it starts on server boot.
you will need to add A records for your own nameservers
more details are here
http://forum.centos-webpanel.com/dns/how-to-setup-dns-(bind)-on-server/
you will need to add A records for your own nameservers
more details are here
http://forum.centos-webpanel.com/dns/how-to-setup-dns-(bind)-on-server/
1472
Installation / Re: Install Good Websites Bad
« on: June 24, 2014, 03:53:54 PM »
dns only points domain to IP address and apache then opens correct folder for a domain, for further assistance you will need to write all details or use managed support.
1473
Installation / Re: Install Good Websites Bad
« on: June 24, 2014, 03:21:36 PM »
what files are bugged, please write only detailed posts
1474
Installation / Re: Install Good Websites Bad
« on: June 24, 2014, 01:04:28 PM »
what is bad?, suPHP & suExec is one of the important security addons that you don't get hacked all accounts on the server as all php files must run under user permission.
1475
Addons / Re: Linux Shoutcast Manager - How to install shoutcast server
« on: June 23, 2014, 10:50:49 PM »
you will have when your panel updates to version 0.9.2 this will be probably tomorrow.
1477
Installation / Re: After new install today, default web folder is changed?
« on: June 23, 2014, 10:47:36 PM »
you have create new account and all websites needs to be uploaded to the home folder of that account.
/usr/local/apache/htdocs/ is only for ip access.
/usr/local/apache/htdocs/ is only for ip access.
1479
CentOS-WebPanel GUI / Re: Webpanel theme
« on: June 21, 2014, 08:14:42 PM »
you have all options in left menu
1480
Other / Re: Account **dosoft@gmail.com is restricted
« on: June 21, 2014, 07:55:18 PM »
issue with email, now its fixed
1481
MySQL / Re: SQL Problem
« on: June 20, 2014, 06:06:12 PM »
you need to check db connection file
/usr/local/cwpsrv/htdocs/admin/include/db_conn.php
FTP user and password is what you create via New account.
if you need root user than you need to use SFTP
/usr/local/cwpsrv/htdocs/admin/include/db_conn.php
FTP user and password is what you create via New account.
if you need root user than you need to use SFTP
1482
CentOS-WebPanel GUI / Re: Webpanel theme
« on: June 20, 2014, 06:02:32 PM »
1. if there is any content that button needs to display it will be active
2. no that is only for old versions 0.1 - 0.7
2. no that is only for old versions 0.1 - 0.7
1483
MySQL / Re: SQL Problem
« on: June 20, 2014, 02:02:32 PM »
you need to check that you have correct root password for mysql
you can check if you have mysql root password set with this command
mysql root password locations:
for shell
or for CWP
you can check if you have mysql root password set with this command
Code: [Select]
mysql -urootmysql root password locations:
for shell
Code: [Select]
cat /root/.my.cnfor for CWP
Code: [Select]
cat /usr/local/cwpsrv/htdocs/admin/include/db_conn.php
1484
Installation / Re: Uninstall centos web panel
« on: June 19, 2014, 04:34:55 PM »
there is no uninstaller as CWP compiles services from source, you can reinstall your operating system and make fresh install
1485
Other / Re: Aliases that referring only to one website
« on: June 18, 2014, 08:04:58 PM »
you can manually add alias for each user (using apache vhost editor) or you can build module for that very easy in php
