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.
871
PHP Selector / Re: Add modules with PHP selector
« on: July 30, 2018, 01:41:36 PM »
you can do that custom after php build, you can check how php switch has this in the folder
/usr/local/cwpsrv/htdocs/resources/conf/php_switcher/external_modules/
/usr/local/cwpsrv/htdocs/resources/conf/php_switcher/external_modules/
872
CentOS 7 Problems / Re: Warning: session_start(): Failed to read session data: files (path: \\) in /home
« on: July 30, 2018, 01:38:17 PM »
did you made any permission changes and does the other scripts have the same issue
check this output
check this output
Code: [Select]
ls -la /|grep "\.\|tmp"
873
Apache / Re: Error:Can't add notification!
« on: July 30, 2018, 01:35:17 PM »
look like there was some issue with custom rebuild which was fixed in the newer versions.
874
CentOS Configuration / Re: File manager problem
« on: July 30, 2018, 01:34:13 PM »
the best would be that you contact cwp support for this issue to check it
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
875
Apache / Re: Internal Server Error
« on: July 30, 2018, 01:31:44 PM »
you should install all your applications under the user which you create, you can assign subdomains to the user account for testing.
It's not recommended to have anything custom added into /usr/local/apache/htdocs folder, also it's NOT recommended to use the root password in any script...you have mysql manager for that to create new databases and users.
Additionally to fix permissions for the folder /usr/local/apache/htdocs you can use in cwp.admin under user account option fix permissions and there you have a user nobody.
It's not recommended to have anything custom added into /usr/local/apache/htdocs folder, also it's NOT recommended to use the root password in any script...you have mysql manager for that to create new databases and users.
Additionally to fix permissions for the folder /usr/local/apache/htdocs you can use in cwp.admin under user account option fix permissions and there you have a user nobody.
876
DKIM / Re: Your DKIM signature is not valid
« on: July 30, 2018, 01:25:22 PM »
you always need to copy key from sending server to dns and not in other way and then all should be working
you can test you rmail here
http://mail-tester.com/
you can test you rmail here
http://mail-tester.com/
877
E-Mail / Re: can receive and send mail using roundcube, but not using phpmailer
« on: July 30, 2018, 01:23:35 PM »
you can try to rebuild your mail server from cwp.admin mailserver manager (postfix manager) this should give you a clean config then you can setup tail on the maillog file and try to send an email
before sending email run this from the console (not from webgui)
before sending email run this from the console (not from webgui)
Code: [Select]
tail -f /var/log/maillog
878
Backup / Re: remote backup-> only folder created
« on: July 30, 2018, 01:20:00 PM »
you can test it manually
Code: [Select]
/usr/local/cwp/php71/bin/php -d max_execution_time=100000 /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php
879
E-Mail / Re: Open 465 port
« on: July 27, 2018, 11:48:58 AM »
you need to check your network/routing or external firewall since on cwp/server all is fine
880
Updates / Re: What does "yum reinstall cwpsrv cwpphp" do?
« on: July 27, 2018, 11:48:19 AM »
you need to go deeper per folder till the last folder of the big disk usage and then list that folder like this
Code: [Select]
ls -lahS /path/to/folder
881
CentOS-WebPanel GUI / Re: Another app is currently holding the xtables lock
« on: July 27, 2018, 11:46:15 AM »
you should use CSF to manage your firewall rules
this command will show you most of the active rules
iptables -L
anyway, you shouldn't configure anything on the firewall if you don't know what you need to block as this can cause additional issues and server can be even slower during the ddos/dos attack.
this command will show you most of the active rules
iptables -L
anyway, you shouldn't configure anything on the firewall if you don't know what you need to block as this can cause additional issues and server can be even slower during the ddos/dos attack.
883
iptables / Re: I do not have /etc/sysconfig/iptables file.
« on: July 27, 2018, 11:37:21 AM »
cwp is using CSF/LFD firewall which manages then iptables, you should configure all you need in the csf since this is the most advanced firewall for webhosting servers
884
PHP / Re: PHP accelerator and Short_open_tag with prestashop
« on: July 27, 2018, 11:35:48 AM »
by default in cwp its enabled for all as many scripts could have issues if not enabled.
885
DKIM / Re: Your DKIM signature is not valid
« on: July 27, 2018, 11:35:03 AM »
dkim signature must be the same on your dns and in the dkim configuration, if you use some other server for dns then you need to update dkim record there with signature info from cwp dkim manager
