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.
1126
Backup / Re: cifs mount backup
« on: September 28, 2017, 10:26:49 AM »
yes root is running backup
1127
SSL / Re: vhost template - SSL cert Manager
« on: September 28, 2017, 10:25:54 AM »
probably soon with new cwp
1128
Apache / Re: ADD local site.
« on: September 28, 2017, 10:23:50 AM »
then you have something wrong, try to include the screenshot of that url and don't forget that you need to have this after you ip address
/~USERNAME
you only need to replace word USERNAME as this /~ is required
/~USERNAME
you only need to replace word USERNAME as this /~ is required
1129
Installation / Re: How to free space like uninstall ClamAV, AMaViS, etc.
« on: September 28, 2017, 10:21:44 AM »Thanks for your suggestions guys! Anything else you feel I can do to free disk space?
Thanks
you would need to setup log rotation or log cleaner and check the system more often so that requires more human time which is more expensive then upgrading server storage.
1130
SSL / Re: AutoSSL installation failed!
« on: September 28, 2017, 10:18:03 AM »
try disabling firewall as maybe you have blocked outgoing connections to port 443
you can test that from shell with curl command
you can test that from shell with curl command
1131
Mod_Security / Re: Installed Comodo rules, dashboard still says need to install mod_securityI
« on: September 28, 2017, 10:16:17 AM »after running that, I see this result:
security2_module (shared)
that is only required that you don't get new messages...this probably means you haven't deleted all old messages.
1132
Apache / Re: ADD local site.
« on: September 25, 2017, 01:41:21 PM »
have you created that user with cwp ?
1133
Installation / Re: How to free space like uninstall ClamAV, AMaViS, etc.
« on: September 25, 2017, 01:32:58 PM »
in cwp you have yum manager and from there you can remove anything by single click so you don't need to know package names as all installed are listed there.
Don't forget that removing packages you also remove cwp custom configuration for that service and later if you will need some of this packages you could have some issues.
also you can check more detailed your disk usage by using cwp disk_details module, it has per folder usage.
IP:2030/admin/index.php?module=disk_details
Don't forget that removing packages you also remove cwp custom configuration for that service and later if you will need some of this packages you could have some issues.
also you can check more detailed your disk usage by using cwp disk_details module, it has per folder usage.
IP:2030/admin/index.php?module=disk_details
1134
Apache / Re: Default Page Displayed for all domains
« on: September 25, 2017, 01:28:43 PM »worked for me. the site is still in test stage, I'm not sure if other issues will arise later due to this * setting.
Any rebuild will cause you the same issue again so its tbest to resolve the issue as * could cause you issue and requires manual changes.
try checking this instructions (all info should be there)
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
1135
PHP / Re: Installation of php 7.x fails
« on: September 25, 2017, 01:22:07 PM »
php 7.x is developer version latest from git so you probably don't need that and you should stick to production versions.
1136
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: September 25, 2017, 01:20:39 PM »
oh you have 32bit system, it's recommend to have 64bit system...however, try this
rm -f /usr/local/apache/conf.d/mod_security.conf
then try to install modsecurity again if that fails then build apache & suphp from source from cwp and then again install modsecurity.
rm -f /usr/local/apache/conf.d/mod_security.conf
then try to install modsecurity again if that fails then build apache & suphp from source from cwp and then again install modsecurity.
1137
E-Mail / Re: Retrieve / Fetch emails from other accounts
« on: September 25, 2017, 01:16:51 PM »
you need to add relay details into postfix main configuration manually in file: /etc/postfix/main.cf (rebuild of mail server will overwrite this)
for fetching of emails from remote server you need to use imap/pop3 client software so this is mostly done on the end computers and not on the server....however all is possible with linux but this info you would need to google.
for fetching of emails from remote server you need to use imap/pop3 client software so this is mostly done on the end computers and not on the server....however all is possible with linux but this info you would need to google.
1138
Updates / Re: Pure-FTP update dies!
« on: September 25, 2017, 01:12:31 PM »
have you checked in the logs what is the exact issue ?
1139
Mod_Security / Re: Installed Comodo rules, dashboard still says need to install mod_securityI
« on: September 25, 2017, 01:11:40 PM »
I never saw it after deleting messages on any server, are you sure that mod security is loaded on your apache...you can check it like this
Code: [Select]
/usr/local/apache/bin/httpd -M|grep security2_module|
1140
Varnish / Re: Wordpress robust default.vcl ? do you have any?
« on: September 22, 2017, 01:03:13 PM »
you need to check varnish configuration based on your script/cms, example for wordpress
you would google varnish configuration for wordpress
you would google varnish configuration for wordpress
