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.
961
CentOS 6 Problems / Re: nginx without Apache?
« on: July 28, 2016, 04:36:50 PM »
Hi, unfortunately CWP does not support php-fpm yet.
962
Updates / Re: gateway timeout
« on: July 28, 2016, 04:33:23 PM »
Nope, as I know nobody have same issue
963
Installation / Re: how to run jsp page in my host?
« on: July 28, 2016, 01:31:24 PM »
Hi, it possible if you will install and configure Tomcat manually.
964
Installation / Re: Mysql Root Password
« on: July 28, 2016, 01:28:12 PM »
Hi, for CWP installation you have to use clean CentOS 6.
In your case, you have installed MySQL server and only you knows the password.
In your case, you have installed MySQL server and only you knows the password.
965
Installation / Re: can i install vpn in CWP?
« on: July 28, 2016, 01:26:38 PM »
Hi, yes and will be works.
If you have using CSF you will need add some settings for forwarding to /usr/local/csf/bin/csfpre.sh
If you have using CSF you will need add some settings for forwarding to /usr/local/csf/bin/csfpre.sh
966
Installation / Re: my.cnf
« on: July 28, 2016, 01:25:13 PM »
Hi.
You can get default files in: /usr/share/mysql/ they have names as:
my-small.cnf, my-medium.cnf, my-large.cnf and my-huge.cnf for other system resources.
You can get default files in: /usr/share/mysql/ they have names as:
my-small.cnf, my-medium.cnf, my-large.cnf and my-huge.cnf for other system resources.
967
Installation / Re: BIND Installation failed
« on: July 28, 2016, 01:22:29 PM »
Hello,
as I see the file /var/named/unoff925.com.hosts wasn't created by CWP (the CWP has other file names)
I guess you have an error in the zone. Try to recreate it via CWP.
as I see the file /var/named/unoff925.com.hosts wasn't created by CWP (the CWP has other file names)
I guess you have an error in the zone. Try to recreate it via CWP.
968
Information / Re: How to enable XSendFile for Apache?
« on: July 28, 2016, 10:03:20 AM »
Hi, apache2.conf is /usr/local/apache/conf/httpd.conf
But I guess you have to recompile your Apache via CWP.Admin -> Apache Rebuild with the module, before.
But I guess you have to recompile your Apache via CWP.Admin -> Apache Rebuild with the module, before.
970
Information / Re: How to renew the letsencrypt certificate
« on: July 28, 2016, 09:54:51 AM »
Hi, you can login to CWP.Admin go to Apache Settings => Letsencrypt manager and hit the button "Force renew"
971
Information / Re: Exist/Work If-Modified-Since
« on: July 28, 2016, 09:44:04 AM »
Hi, what do you mean?
972
Information / How to make SPF and Forwarders to work with Postfix and Postfix upgrade
« on: July 28, 2016, 09:37:11 AM »
Hi, this is little how-to for upgrading Postfix and make this works with the SPF and forwarders.
It was tested with MariaDB (for MySQL should be installed mysql-devel and mysql-libs I guess):
Upgrade to latest stable 3.1.1 (at the 28.07.2016)
#make config backup#
Make forwarders works with SPF (SRS)
If something went wrong
It was tested with MariaDB (for MySQL should be installed mysql-devel and mysql-libs I guess):
Upgrade to latest stable 3.1.1 (at the 28.07.2016)
#make config backup#
Code: [Select]
cp -rf /etc/postfix /etc/postfix_backup
#Install dependence (will need to build) #Code: [Select]
yum -y install MariaDB-shared MariaDB-devel cmake
# Removing unused parameter # Code: [Select]
sed -i '/^.*smtpd_bind_address.*$/d' /etc/postfix/master.cf
# Get latest Postfix #Code: [Select]
cd /tmp
wget http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.1.1.tar.gz
tar -xf postfix-3.1.1.tar.gz
cd postfix-3.1.1
# Make makefile with mysql and install #Code: [Select]
make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_SSL -I/usr/include/openssl/ -DUSE_CYRUS_SASL -DUSE_TLS' 'AUXLIBS_MYSQL=-L/usr/lib64/mysql/plugin -lmysqlclient -lz -lm -L/usr/lib64/sasl2/ -lsasl2 -lcrypto -L/usr/lib64/openssl/engines/ -lssl
make
sh postfix-install -non-interactive
Make forwarders works with SPF (SRS)
Code: [Select]
cd /tmp
wget https://github.com/roehling/postsrsd/archive/master.zip
unzip master.zip
cd postsrsd-master/
make
make install
chkconfig postsrsd on
# add required params for SPF+SRS #Code: [Select]
postconf -e "sender_canonical_maps = tcp:127.0.0.1:10001"
postconf -e "sender_canonical_classes = envelope_sender"
postconf -e "recipient_canonical_maps = tcp:127.0.0.1:10002"
postconf -e "recipient_canonical_classes = envelope_recipient"
/etc/init.d/postfix restart
/etc/init.d/postsrsd restart
If something went wrong
Code: [Select]
yum -y reinstall postfix
cp -rf /etc/postfix_backup /etc/postfix
973
Information / Re: Disk usage on CWP web panel showing 0/0?
« on: July 20, 2016, 08:31:52 AM »
Hi, make sure if disk quota enabled and works.
Try run command like: quota username , where username is a user.
Try run command like: quota username , where username is a user.
974
Information / Re: ERR_CONNECTION_REFUSED
« on: July 20, 2016, 08:29:25 AM »
Hello.
Check if you are able to connect from server to the centos-webpanel.com .
Check if you are able to connect from server to the centos-webpanel.com .
975
CentOS 6 Problems / Re: Adding manual IP address instead of static
« on: June 28, 2016, 09:04:28 AM »
Hi, I do not sure what exactly do you mean, but check:
CWP.Admin => CWP Settings => Edit Settings
CWP.Admin => CWP Settings => Edit Settings