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.
196
Backup / Re: CWP Backup Starting Time
« on: June 07, 2019, 09:29:22 PM »
Backups start at 12am daily
197
Postfix / Re: Blocked MTA-BLOCKED {TempFailedOpenRelay}
« on: June 07, 2019, 09:27:45 PM »
is Amavisd running?
Make sure Amavisd is running on target server and its listening on port 10025
post the output - netstat -tulpn | grep 10025
Make sure Amavisd is running on target server and its listening on port 10025
post the output - netstat -tulpn | grep 10025
198
PHP / Re: CWP linking to wrong directory for php.ini when changing to php-FPM
« on: June 07, 2019, 09:23:32 PM »
CWP support both php-cgi and php-fpm.
Depending on which you are using for you site, you edit its php.ini accordingly.
php-cgi and php-fpm are two separate configurations and cannot be linked together.
All php-fpm are installed into /opt/alt folder
Depending on which you are using for you site, you edit its php.ini accordingly.
php-cgi and php-fpm are two separate configurations and cannot be linked together.
All php-fpm are installed into /opt/alt folder
199
CentOS 7 Problems / Re: Must Follow CWP Installation Perquisite
« on: June 05, 2019, 11:36:12 PM »Hi,
Where you read or found that these are the official prerequisites for installing CWP (Centos Web Panel) ?
The only official page i found where the prerequisites for installing CWP (Centos Web Panel) are shown is this:
http://centos-webpanel.com/system-requirements but what you write is not required on this official page.
I thank in advance anyone who can clarify this situation for the benefit of all users who use CWP (Centos Web Panel).
This is right.The only requirement is stated here - http://centos-webpanel.com/system-requirements
- A minimal install of centos 6/7
- A static Public IP
- The install scripts configures and install all other pre-requisites for functioning of CWP
200
PHP / Re: How to compile PHP with support for webp in gd?
« on: June 05, 2019, 11:31:53 PM »
What is the particular extension you want to enable in php?
201
E-Mail / Re: Email relay
« on: June 05, 2019, 11:24:34 PM »
Open /etc/postfix/main.cf for editing and configure the following;
relayhost = [mail.example.com]:587
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
Create /etc/postfix/sasl_passwd file and add the authentication details of the external SMTP server:
[mail.example.com]:587 user@example.com:passwd
chmod 0600 /etc/postfix/sasl_passwd
postmap /etc/postfix/sasl_passwd
service postfix restart
relayhost = [mail.example.com]:587
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
Create /etc/postfix/sasl_passwd file and add the authentication details of the external SMTP server:
[mail.example.com]:587 user@example.com:passwd
chmod 0600 /etc/postfix/sasl_passwd
postmap /etc/postfix/sasl_passwd
service postfix restart
202
Updates / Re: Server Version NOT supported
« on: June 02, 2019, 10:39:24 PM »
To update phpmyadmin,run the following command
sh /scripts/mysql_phpmyadmin_update
sh /scripts/mysql_phpmyadmin_update
203
CentOS 7 Problems / Re: phpMyAdmin 502 Bad Gateway cwpsrv
« on: June 02, 2019, 12:46:29 AM »
paste result of the command here:
tail -f /usr/local/cwpsrv/logs/error_log
tail -f /usr/local/cwpsrv/logs/error_log
204
PHP / Re: error while compiling php-fpm v5.3.3
« on: June 02, 2019, 12:37:23 AM »
It means its still running
allow it to run
allow it to run
205
PostgreSQL / Re: PostgreSQL 8.4
« on: June 02, 2019, 12:34:56 AM »
Please refer to the article below
http://wiki.centos-webpanel.com/postgresql-installation-and-management
http://wiki.centos-webpanel.com/postgresql-installation-and-management
206
Nginx / Re: Nginx failed and can't be restarted
« on: May 30, 2019, 07:58:19 AM »
how was SSL installed
from CWP.Admin -> CWP Settings -> change hostname ?
from CWP.Admin -> CWP Settings -> change hostname ?
207
CentOS 7 Problems / Re: sdns
« on: May 30, 2019, 07:54:24 AM »
You need to set a hostname by creating an A record in your DNS to point to your VPS Public IP.For example server.example.com
For rdns, you need to speak to your IP provider to set that for you and must also resolve to the public IP of your server
For rdns, you need to speak to your IP provider to set that for you and must also resolve to the public IP of your server
208
Aplications / Re: WordPress Page Update - 403 Forbidden
« on: May 30, 2019, 07:52:03 AM »
is modsecurity enabled?
209
CentOS 7 Problems / Re: install cwp show 502 Bad Gateway
« on: May 25, 2019, 09:58:14 PM »
Paste output from logs
tail -f /usr/local/apache/domlogs/xxxx.com.error.log
tail -f /usr/local/apache/domlogs/xxxx.com.error.log
210
CentOS 7 Problems / Re: How to add domain with special characters
« on: May 25, 2019, 09:51:56 PM »
CWP do not support special characters at the moment.
This will be captured in a new release
This will be captured in a new release