Show Posts

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.


Messages - dennisss

Pages: [1]
1
Apache / Re: WARNING! You are not running CWP Apache
« on: September 06, 2018, 10:06:45 AM »
this issue occurs if you are installing default centos apache which conflicts with cwp apache
yes...
finaly found the fix for this. Quite dissapointed in this forum that nobody was willing to share it.

Code: [Select]
killall httpd
/usr/local/apache/bin/httpd -k restart

2
Installation / Re: Domain redirect problem
« on: July 13, 2018, 09:00:10 AM »
why not make users for the other domains? way easier!

if for some reason you can't/don't want to:

first make sure you have https for ALL domains in the user
and you'll have to add something like this in the base .htaccess

RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} =abc.com [NC]
RewriteRule .* https://%{HTTP_HOST}/abc\.com [L,R=301]

also . in folders is bad practice, don't do that (I'm not unsure if you have to outcomment that . in the rewriterule or not.



3
CentOS-WebPanel GUI / Re: disable notifications / alerts
« on: October 02, 2017, 09:54:59 AM »
well, to implement CWP on our code would be too much of a hassle we are not willing to do.

Still remains the question how to turn off notifications... surely this should be possible, not?!

4
CentOS-WebPanel GUI / disable notifications / alerts
« on: September 18, 2017, 10:32:14 AM »
Hi I'm getting multiple alerts / warnings, which I'd like to close.
I have no interest in moving my ssh port, since I already blocked all but my own IP to access this.
Also I have no interest to instal mod_sercurity since some of my code is incompatible with this.

How can I permanantly close this and other alerts/warnings?

Quote
WARNING: Security vulnerability! Your server is using default SSH Port 22, to make your server more secure change SSH port in config file /etc/ssh/sshd_config and in CSF firewall !
After changes are done don't forget to restart SSH and CSF Firewall.

Pages: [1]