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

Pages: 1 ... 10 11 [12] 13 14 ... 31
166
CentOS-WebPanel Bugs / Re: SSH Port change
« on: August 23, 2018, 08:16:23 PM »
It shouldnt happen like that. What port you are using for example and how you are changing it?

167
SSL / Re: AutoSSL Erroring
« on: August 23, 2018, 08:11:23 PM »
Looks like you are being redirected to "/usr/local/apache/htdocs"  e.g http://avacons.co.uk/webftp_simple/

You should be redirecting to /home/username/public_html and that's why its not registering AutoSSL.

Try to rebuild Apache Vhost and see if it works.


168
CentOS-WebPanel Bugs / [BUG] Autossl IP selection Issue
« on: August 23, 2018, 02:33:36 PM »
If you have multiple ips on your control panel and you goto
Code: [Select]
admin/index.php?module=ssl_certificate#autossl then upon under IP you will not see your server main IP only additional IPs get listed. This should be resolved.

Is autossl IP dependent?

169
Well CWP setup rules in its own way. They save rules on heir server and then the rules get on your server in update. Well using Comodo WAF GUI you get direct instant update from comodo servers and fast. With GUI you can easily manage rules , disable and enable different services just like you do in cpanel. Both CWP and CWAF have their own advantages of using GUI.

170
You should be better using comodo gui for managing rules. A simple installation can do job and you get gui just like cpanel.

https://panel.bullten.net/knowledgebase/64/Install-Comodo-WAF-With-GUI-in-CWP.html

171
Varnish / Re: Apache & Varnish Cache & Nginx Reverse Proxy + SSL = Loop
« on: August 17, 2018, 04:06:17 PM »
I cannot replicate the issue after using .htaccess file. May be you need to ask your server admin regarding it.

174
Mod_Security / Re: ModSecurity adds index.php in permalinks
« on: August 16, 2018, 12:02:07 PM »
I don't know how it is setup by developers and when it is actually updating but you can follow the guide I released to install Comodo WAF with GUI. It will work like the same plugin as it works in Cpanel

http://forum.centos-webpanel.com/how-to/perfectly-installing-comdo-waf-on-centos-web-panel-with-gui/

175
How to / Perfectly Installing Comdo WAF on Centos Web panel with GUI
« on: August 16, 2018, 11:48:45 AM »
Hello,

I made a fully working guide of enabling Comodo WAF with GUI on CWP  :)
Code: [Select]
https://panel.bullten.net/knowledgebase/64/Install-Comodo-WAF-With-GUI-in-CWP.html

176
Mod_Security / Re: 403 Forbidden
« on: August 15, 2018, 02:00:45 PM »
Its impossible to tell without log

Code: [Select]
tail -f /usr/local/apache/logs/error_log

178
Whenever you are using [Nginx + Varnish + Apache] or [Nginx + Apache] you need to tell Apache that a SSL request is being served by a proxy server. So use the code below to force SSL .htaccess

Code: [Select]
SetEnvIf X-Forwarded-Proto "https" HTTPS=on
<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{HTTPS} !=on
  RewriteCond %{HTTP:X-Forwarded-Proto} !https [NC]
  RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IFModule>

179
How to / Upgrade Roundcube in Running Versions of CWP
« on: August 13, 2018, 12:31:49 PM »
Guide to Upgrade Roundcube
Code: [Select]
https://blog.bullten.com/upgrading-roundcube-webmail-in-cwp/

180
CentOS-WebPanel GUI / Re: How To Change Reverse DNS - PTR Record
« on: August 13, 2018, 11:58:37 AM »
No

Pages: 1 ... 10 11 [12] 13 14 ... 31