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 ... 104 105 [106] 107 108 ... 110
1576
CentOS 6 Problems / Re: Warnings
« on: March 27, 2014, 07:11:56 PM »
is all working for you or not?

1577
Information / Re: How to transfer website from cPanel server to CWP
« on: March 27, 2014, 07:10:37 PM »
you can add same account name like in cPanel.

1578
CSF Firewall / Re: is csf firewall enabled in installation?
« on: March 27, 2014, 07:09:01 PM »
You will probably need to check if firewall is installed, I can only suggest to you Managed Server option if you need more detailed help and you don't know how to manage centos server.

http://centos-webpanel.com/managed-services

1579
CentOS-WebPanel GUI / Re: Forget Password CWP
« on: March 23, 2014, 12:10:32 PM »
you need to edit mysql database and set new password:

Here is for password "admin" what you need to add:
Code: [Select]
8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918

1580
E-Mail / Re: Unable to access roundcube
« on: March 03, 2014, 03:13:56 AM »
there was some change in roundcube script installer, you can try to install it by yourself or run installer again.

1581
MySQL / Re: new users and databases not showing up
« on: March 02, 2014, 05:28:31 AM »
Hello,

I just installed this on centos 6.5 64 bit and have everything setup correctly however the mysql functions are not working for some reason. After using the form to create a new user/database, it says it was created successfully however nothing appears in the mysql manager nor in phpmyadmin.

Any ideas?

Thank you

check yours mysql password.

1582
MySQL / Re: mysql root password
« on: March 02, 2014, 05:27:49 AM »
you need to reset mysql root password and then enter it in CWP

CWP is not reseting password!

1583
Updates / Re: When will release version 1.0
« on: March 02, 2014, 01:20:08 AM »
time is not defined for now

1584
PHP / Re: [Problem] Update PHP 5.3 to 5.4.25
« on: March 02, 2014, 01:18:46 AM »
you can remove ioncube from php

1585
E-Mail / Re: Unable to access roundcube
« on: March 02, 2014, 01:16:29 AM »
check that you have all installed correctly


1586
Installation / Re: instalation of munin
« on: March 02, 2014, 01:14:33 AM »
you can install all you want same like on all other centos linux servers

1587
PHP / Re: who to install suphp on centOS web panel
« on: February 23, 2014, 12:32:18 AM »
install is same for linux/centos servers.

1588
Mod_Security / How to install Mod_Security to secure Apache
« on: February 01, 2014, 01:55:03 AM »
This tutorial is only for the CWP version 0.1 to 0.7, in the newer version you can install it with one click from the panel
=======================================================================

ModSecurity operates embedded into the web server (httpd/apache), acting as a powerful IPS - shielding web applications from attacks

If you have CWP installed than you can install Mod Security and rules with one click from Security menu in CWP.

Install Mod_Security
Code: [Select]
yum install mod_security git
cd /etc/httpd/
git clone https://github.com/SpiderLabs/owasp-modsecurity-crs.git
mv owasp-modsecurity-crs modsecurity-crs
cd modsecurity-crs
cp modsecurity_crs_10_setup.conf.example modsecurity_crs_10_config.conf

Now add config to end of file: /etc/httpd/conf/httpd.conf
Code: [Select]
<IfModule security2_module>
    Include modsecurity-crs/modsecurity_crs_10_config.conf
    Include modsecurity-crs/base_rules/*.conf
</IfModule>


That is it, do not forget to restart server
Code: [Select]
service httpd restart
Check logs if mod_security works
Code: [Select]
/var/log/httpd/error_log

mod_security configuration files

    /etc/httpd/conf.d/mod_security.conf - main configuration file for the mod_security Apache module.
    /etc/httpd/modsecurity-crs/ - all other configuration files for the mod_security Apache.
    /etc/httpd/modsecurity-crs/modsecurity_crs_10_config.conf - Configuration contained in this file should be customized for your specific requirements before deployment.
    /var/log/httpd/modsec_debug.log - Use debug messages for debugging mod_security rules and other problems.
    /var/log/httpd/modsec_audit.log - All requests that trigger a ModSecurity events (as detected) or a server error are logged ("RelevantOnly") are logged into this file.

*Any change made requires Apache restart
Code: [Select]
service httpd restart

1589
DNS Manager / Re: Cinfu.com - "...not a valid Nameserver"
« on: January 30, 2014, 08:29:16 AM »
you need to contact your hosting provider where you have ordered domain.

1590
DNS Manager / Re: Cinfu.com - "...not a valid Nameserver"
« on: January 29, 2014, 08:55:55 PM »
Your nameservers are set to:
lee.ns.cloudflare.com
kim.ns.cloudflare.com

You need to set your domain cinfu.com nameservers to:

ns1.centos-webpanel.com
ns2.centos-webpanel.com

Pages: 1 ... 104 105 [106] 107 108 ... 110