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

Pages: 1 ... 102 103 [104] 105 106 ... 110
1546
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

1547
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

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

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

1550
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

1551
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

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

1553
If you get this error message while restarting apache:
Code: [Select]
Starting httpd: [warn] _default_ VirtualHost overlap on port 80, the first has precedence
You can edit and set: /etc/httpd/conf/httpd.conf  NameVirtualHost to:
Code: [Select]
NameVirtualHost *:80
This 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>

1554
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

1555
use this contact, with login details for cwp

http://centos-webpanel.com/contact

1556
what error message do you get, and is the installation completed?

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

1558
Information / Re: Executing an immediate backup?
« on: March 31, 2014, 10:19:25 PM »
this is done with cronjob daily, but you can do this manually:
Code: [Select]
/usr/bin/php -d max_execution_time=1000000 -q /etc/webpanel/panel/include/cron_backup.php

1559
Installation / Re: change the password of mysql used by CWP
« on: March 31, 2014, 10:15:51 PM »
when you change mysql root password from command line than you need to update it in CWP

at the moment CWP is only using root password for mysql you enter in CWP, but CWP is not changing mysql password from GUI.

1560
Installation / Re: error in centos6.5 minimal
« on: March 31, 2014, 10:09:55 PM »
when you are installing CWP you need to install it on the minimal version of centos without mysql.

Pages: 1 ... 102 103 [104] 105 106 ... 110