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 - Sandeep

Pages: 1 ... 101 102 [103] 104 105 ... 114
1531
Information / Re: How to Secure CWP webserver
« on: April 20, 2016, 02:32:06 PM »
check the port in this file : cwp-ssl.conf it must be 2031 not 2030 or any

Location :
Code: [Select]
/usr/local/cwpsrv/conf.d/cwp-ssl.conf

1532
Backup / Re: Exclude a directory
« on: April 20, 2016, 01:31:56 PM »
for custom request contact cwp support

1533
Information / Re: How to Secure CWP webserver
« on: April 20, 2016, 01:31:20 PM »
access
your server ip:2031

eg :
192.168.0.1:2031

1534
Information / Re: How to Secure CWP webserver
« on: April 20, 2016, 12:24:08 PM »
follow the guide posted above by infinitech07

1535
E-Mail / Re: mailing list service
« on: April 20, 2016, 02:21:01 AM »
You can request custom modules by contacting the support team

1536
Apache / Re: Mod_expires
« on: April 19, 2016, 03:00:17 PM »
if you want better suggestion please post your home page url

1537
Installation / Re: SELinux
« on: April 19, 2016, 01:45:36 PM »
 CWP does not support SELinux

1538
Apache / Re: Starting httpd: (98)Address already in use
« on: April 19, 2016, 01:20:58 PM »
Im running 5 vps and 2 dedicated servers in which i never experienced this bugs.

1539
Information / Re: How to Secure CWP webserver
« on: April 19, 2016, 01:17:27 PM »
Go to apache > web server > select apache + nginx
After installing nginx the installation will ask u to rebuild vhost.

1540
Information / Re: How to Secure CWP webserver
« on: April 19, 2016, 09:07:03 AM »
nginx is more secure than apache use it as reverse proxy to handle all your legit traffic. most threats and ddos are stopped by nginx

WordPress sites are getting hacked mainly for outdated themes and plugins else the platform is secure

1541
SSL / Re: installing SSL on CWP from cPanel
« on: April 19, 2016, 04:16:06 AM »
Did you install nginx or varnish as a reverse proxy ?

Did you added Listen 443 to vhost ?

1542
Apache / Re: Mod_expires
« on: April 19, 2016, 03:52:41 AM »
add this lines to htaccess and remove any previous lines for deflate and leverage
Code: [Select]
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 1 month"
</IfModule>
## EXPIRES CACHING ##
<IfModule mod_deflate.c>
  # Compress HTML, CSS, JavaScript, Text, XML and fonts
  AddOutputFilterByType DEFLATE application/javascript
  AddOutputFilterByType DEFLATE application/rss+xml
  AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
  AddOutputFilterByType DEFLATE application/x-font
  AddOutputFilterByType DEFLATE application/x-font-opentype
  AddOutputFilterByType DEFLATE application/x-font-otf
  AddOutputFilterByType DEFLATE application/x-font-truetype
  AddOutputFilterByType DEFLATE application/x-font-ttf
  AddOutputFilterByType DEFLATE application/x-javascript
  AddOutputFilterByType DEFLATE application/xhtml+xml
  AddOutputFilterByType DEFLATE application/xml
  AddOutputFilterByType DEFLATE font/opentype
  AddOutputFilterByType DEFLATE font/otf
  AddOutputFilterByType DEFLATE font/ttf
  AddOutputFilterByType DEFLATE image/svg+xml
  AddOutputFilterByType DEFLATE image/x-icon
  AddOutputFilterByType DEFLATE text/css
  AddOutputFilterByType DEFLATE text/html
  AddOutputFilterByType DEFLATE text/javascript
  AddOutputFilterByType DEFLATE text/plain
  AddOutputFilterByType DEFLATE text/xml

  # Remove browser bugs (only needed for really old browsers)
  BrowserMatch ^Mozilla/4 gzip-only-text/html
  BrowserMatch ^Mozilla/4\.0[678] no-gzip
  BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
  Header append Vary User-Agent
</IfModule>

1543
SSL / Re: installing SSL on CWP from cPanel
« on: April 18, 2016, 09:41:46 PM »
Just install the certs from cwp gui .. And enable port 443 http://forum.centos-webpanel.com/ssl/how-to-install-multiple-ssl-certificates-on-shared-ip/

1544
SSL / Re: installing SSL on CWP from cPanel
« on: April 18, 2016, 09:20:48 PM »
If u didn't reissued ur ssl certs for the new ip then the certs will not work. You need to reissue the certs for the new ip, contact the ssl provider

Pages: 1 ... 101 102 [103] 104 105 ... 114