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.
61
Apache / Re: How to install mod_rewrite ?
« on: July 10, 2019, 04:09:59 PM »
No it is not OK. I have upgraded to CWP Pro, and mod_rewrite does not work for individual accounts.
I had to set up it at WebServers Configuration Editor and for EACH user at /usr/local/apache/conf.d/vhosts/MYDOMAIN.COM.conf
I had to set up it at WebServers Configuration Editor and for EACH user at /usr/local/apache/conf.d/vhosts/MYDOMAIN.COM.conf
62
Installation / Install CWP with PHP 7.1 by deafult
« on: July 08, 2019, 08:22:51 AM »
Hello,
Just a confirmation from the CWP masters please.
If I need a fresh CWP installation with php 7.1 by default I have to enter the following?
Is there anything else that I have to configure? I need after the CWP installation, every account to work with PHP7.1
Just a confirmation from the CWP masters please.
If I need a fresh CWP installation with php 7.1 by default I have to enter the following?
Code: [Select]
sh cwp-el7-latest -r yes --phpfpm 7.1 --softaculous yes
Is there anything else that I have to configure? I need after the CWP installation, every account to work with PHP7.1
63
CentOS-WebPanel Bugs / Re: Setting the right PHP cron command
« on: January 24, 2019, 03:36:57 PM »
What logs exactly?
65
CentOS-WebPanel Bugs / Setting the right PHP cron command
« on: November 19, 2018, 02:51:49 PM »
Hello,
Can you please advise the best way to find the right path for php CRON execution commands?
Eg I try
* * * * * /usr/local/bin/php -q /home/user/public_html/comomand:run 2>&1
And it is not working...
Can you please advise the best way to find the right path for php CRON execution commands?
Eg I try
* * * * * /usr/local/bin/php -q /home/user/public_html/comomand:run 2>&1
And it is not working...
66
E-Mail / Re: New install send all email via external SMTP even for local domains
« on: July 30, 2018, 07:38:21 AM »67
E-Mail / Re: Mail routing for main domain
« on: July 30, 2018, 07:30:16 AM »
Yes, when I created a samle@mydomain.com mailbox, I had available the option to CHANGE to REMOTE mail exchanger in my IP:2030/admin/index.php?module=mx_routing
Thanks!
Thanks!

68
E-Mail / Re: New install send all email via external SMTP even for local domains
« on: July 26, 2018, 10:39:40 AM »...in recall in Cpanel you can set it so that all email is routed via an external MX lookup even for local domains.
CWP dosnt seem to have this option
...
How can we do that with CWP please?
69
E-Mail / Re: Open 465 port
« on: July 26, 2018, 07:47:07 AM »
At my first message I wrote:
...But problem remains. And if I disable firewall again I receive:QuotePort 25 OK
Port 2525 OK
Port 587 OK
Port 465 not opened on your server errornum: 0 :
70
E-Mail / Re: Open 465 port
« on: July 26, 2018, 07:16:52 AM »
I received from Datacenter: "We don't block any port. It is possible to be a configuration problem in your firewall."
Have I somehow to exclude an account in order to use Port 465?
Have I somehow to exclude an account in order to use Port 465?
71
E-Mail / Re: Open 465 port
« on: July 26, 2018, 06:38:11 AM »
I receive:
Quote
...
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 1317/master
tcp 0 0 0.0.0.0:2030 0.0.0.0:* LISTEN 954/cwpsrv: master
tcp 0 0 0.0.0.0:2095 0.0.0.0:* LISTEN 954/cwpsrv: master
tcp 0 0 0.0.0.0:2031 0.0.0.0:* LISTEN 954/cwpsrv: master
tcp 0 0 0.0.0.0:2096 0.0.0.0:* LISTEN 954/cwpsrv: master
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 1317/master
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1317/master
tcp6 0 0 :::587 :::* LISTEN 1317/master
tcp6 0 0 :::465 :::* LISTEN 1317/master
tcp6 0 0 :::25 :::* LISTEN 1317/master
[root@vps ~]#
72
E-Mail / Re: mail is not sending from wordpress
« on: July 25, 2018, 10:03:15 AM »
If you do use PRO, then send them a private ticket for that...
73
E-Mail / Re: mail is not sending from wordpress
« on: July 25, 2018, 09:50:51 AM »
OK, choose ONE website and check what is it using...? PHP Mail?
Have you set up and WP SMTP plugin?
Have you set up and WP SMTP plugin?
74
E-Mail / Open 465 port
« on: July 25, 2018, 09:39:41 AM »
Hello,
I am trying to use Amazon SES for my websites at my CWP server.
My SES credentials work fine and tested locally through Thunderbird. Under a port check from my website online I receive:
I have also added at /admin/index.php?module=file_editor&file=/etc/csf/csf.conf the 465 at
# Allow outgoing TCP ports
and
# Allow incoming TCP ports
But problem remains. And if I disable firewall again I receive:
I am trying to use Amazon SES for my websites at my CWP server.
My SES credentials work fine and tested locally through Thunderbird. Under a port check from my website online I receive:
Quote
Port 25 OK
Port 2525 not opened on your server errornum: 111 : Connection refused
Port 587 OK
Port 465 not opened on your server errornum: 0 :
I have also added at /admin/index.php?module=file_editor&file=/etc/csf/csf.conf the 465 at
# Allow outgoing TCP ports
and
# Allow incoming TCP ports
But problem remains. And if I disable firewall again I receive:
Quote
Port 25 OK
Port 2525 OK
Port 587 OK
Port 465 not opened on your server errornum: 0 :
75
E-Mail / Re: mail is not sending from wordpress
« on: July 25, 2018, 09:30:57 AM »
Hello,
First choose one website. Is it WordPress? If yes, what setup do you have? Does it use PHP Mail or SMTP?
First choose one website. Is it WordPress? If yes, what setup do you have? Does it use PHP Mail or SMTP?