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.
1546
Installation / Re: Accounts Broken
« on: May 04, 2014, 07:23:34 PM »Is there a admin login and a user login? If so whats the user login url port?
at the moment there is only admin login at port 2030, after we finish new version than we will add user login.
1547
CentOS 6 Problems / Re: new install, new user don't work
« on: May 04, 2014, 04:23:38 AM »
cwp is now only admin interface no user interface, user interface will be added when admin part is done.
1548
Installation / Re: Accounts Broken
« on: May 04, 2014, 04:21:36 AM »
where are trying to login?
1549
Suggestions / Re: Translation
« on: April 29, 2014, 03:17:30 PM »
at the moment the are not any lang and template files, but this will be added in newer versions
1550
E-Mail / Re: can't connect to smtp
« on: April 23, 2014, 09:34:32 PM »
try disabling CSF firewall, maybe you have blocked ports if so than white list port you require
1551
Other / Re: [Security Report on Current Version 0.7] BLIND SQL INJECTION
« on: April 23, 2014, 09:32:13 PM »
Thank you for your report, we are working on new version which will compile all from source and use linux user passwords including root and we will fix this issue.
1552
Apache / Re: Apache LogFormat problem
« on: April 22, 2014, 05:12:16 PM »
this was probably problem while editing httpd.conf with CWP file editor, php has some problem editing this line.
This will be fixed in newer versions.
This will be fixed in newer versions.
1553
Installation / Re: How to change Server IP in CentOS Web Panel Info
« on: April 22, 2014, 05:10:22 PM »
you can set ip by yourself and on your router set port forward
1554
Installation / Re: How to change Server IP in CentOS Web Panel Info
« on: April 12, 2014, 01:25:08 PM »
Which IP?
If you want to change shared ip that can be done in menu CWP Settings --> WebPanel Settings
If you want to change shared ip that can be done in menu CWP Settings --> WebPanel Settings
1555
Installation / Re: How do I create a new domain account in CentOS Web Panel ?
« on: April 07, 2014, 08:06:09 PM »Hi everybody,
This is the first time I use centos-webpanel and I have a problem, I tried to set up some domains and every domain points to the main domain, when I connect with ftp with different username for different domain it tooks me to the right folder but when I write the domain in the browser every domain take me to the main one, I've done everything that is written in this page and, what else should I do?
can you help me?
http://forum.centos-webpanel.com/apache/%28warn%29-_default_-virtualhost-overlap-on-port-80-the-first-has-precedence/
1556
Apache / [warn] _default_ VirtualHost overlap on port 80, the first has precedence
« on: April 07, 2014, 08:00:10 PM »
If you get this error message while restarting apache:
You can edit and set: /etc/httpd/conf/httpd.conf NameVirtualHost to:
This fix will resolve an issue (if any) with all domains opening same website.
Sample configuration:
Code: [Select]
Starting httpd: [warn] _default_ VirtualHost overlap on port 80, the first has precedenceYou can edit and set: /etc/httpd/conf/httpd.conf NameVirtualHost to:
Code: [Select]
NameVirtualHost *:80This fix will resolve an issue (if any) with all domains opening same website.
Sample configuration:
Code: [Select]
# My Virtual Hosts Config File for Two Domains
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin webmaster@theos.in
DocumentRoot "/usr/local/docs/theos.in"
ServerName www.theos.in
ServerAlias theos.in
ErrorLog "/var/log/theos.in-error_log"
CustomLog "/var/log/theos.in-access_log" common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@nixcraft.com
DocumentRoot "/usr/local/docs/nixcraft.com"
ServerName www.nixcraft.com
ServerAlias nixcraft.com
ErrorLog "/var/log/nixcraft.com-error_log"
CustomLog "/var/log/nixcraft.com-access_log" common
</VirtualHost>
1557
CentOS 6 Problems / Re: Warnings
« on: April 07, 2014, 02:46:02 PM »
please contact us with login credentials and detailed description of the issue for detailed check
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
1558
Installation / Re: How do I create a new domain account in CentOS Web Panel ?
« on: April 03, 2014, 06:44:09 PM »1559
Installation / Re: Hi some wrong with my VPS on install centos web panel
« on: April 03, 2014, 06:36:12 PM »
what error message do you get, and is the installation completed?
1560
CentOS-WebPanel GUI / Re: How to preview a website with the ipaddress
« on: April 03, 2014, 02:41:29 PM »
you can add mod_userdir to your apache server.
