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.
Pages: [1] 2
1
Scripts / [Script] Wordpress Installler using WP-CLI for CentOS Web Panel
« on: September 10, 2018, 02:10:25 AM »
Well this is for those who wants to use wp-cli for cwp to install wordpress through command line.
https://github.com/Brijendrasial/WP-CLI-CWP
https://github.com/Brijendrasial/WP-CLI-CWP
2
How to / [Tutorial] Installing Zammad on Centos Web Panel
« on: September 04, 2018, 04:00:13 PM »
Below tutorial will help you to install zammad on centos web pane (cwp)
https://blog.bullten.com/centos-web-panel/install-zammad-v2-6-0-with-apache-and-mysql-in-centos-web-panel-centos-6-7/
https://blog.bullten.com/centos-web-panel/install-zammad-v2-6-0-with-apache-and-mysql-in-centos-web-panel-centos-6-7/
5
How to / [Tutorial] integrating Awstats in Centos Web Panel
« on: August 30, 2018, 11:10:08 AM »
Below is tutorial to install and access awstats in cwp
Code: [Select]
https://panel.bullten.net/knowledgebase/71/Adding-and-integrating-Awstats-in-CWP--Centos-6or7.html
6
How to / [Tutorial] Install Mod_Passenger in CentOS Web panel
« on: August 28, 2018, 10:26:14 PM »
Below is link for installing mod_passenger in cwp
Code: [Select]
https://panel.bullten.net/knowledgebase/70/Install-Passenger-ModPassenger-in-Latest-Running-Version-of-CWP.html
7
How to / [Tutorial] Upgrade Teamspeak 3 on CWP
« on: August 28, 2018, 09:05:27 AM »
Below is tutorial to upgrade Teamspeak
Code: [Select]
https://panel.bullten.net/knowledgebase/69/Upgrade-Teamspeak-3-in-Running-Version-of-CWP.html
8
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
Is autossl IP dependent?
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?
9
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
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

10
How to / [Solution] Nginx + Varnish + Apache force SSL .htaccess Redirect Loops
« on: August 15, 2018, 01:34:51 PM »
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>
11
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/
12
How to / Upgrading phpMyAdmin in Running Versions of CWP
« on: August 13, 2018, 11:57:38 AM »
Below is guide to update phpMyAdmin
Code: [Select]
https://blog.bullten.com/upgrading-phpmyadmin-in-new-version-of-cwp/
13
How to / Enable Mod_http2 Support for Apache in CWP
« on: August 13, 2018, 05:40:25 AM »
Below is the tutorial to enable Mod_http2 support in Centos Web Panel
Code: [Select]
https://blog.bullten.com/enable-mod_http2-for-apache-in-cwp/
14
CentOS-WebPanel Bugs / [BUG] Nginx + Apache Force HTTPS (Redirect Loop)
« on: August 12, 2018, 05:05:44 PM »
Hello,
If you force https in htaccess when you are using Apache+Nginx as reverse proxy you may end up with redirect loop.
Redirect code .htaccess
Using the above code will end up with redirect loop
Its because Vhost of nginx ssl is not passing correct parameter for proxy_pass
Right now what we have
We need to replace http with https and port 8181 with 8443
Restart Nginx
If you force https in htaccess when you are using Apache+Nginx as reverse proxy you may end up with redirect loop.
Redirect code .htaccess
Code: [Select]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Using the above code will end up with redirect loop
Its because Vhost of nginx ssl is not passing correct parameter for proxy_pass
Right now what we have
Code: [Select]
proxy_pass http://xxx.xxx.xxx.xxx:8181;
We need to replace http with https and port 8181 with 8443
Code: [Select]
proxy_pass https://xxx.xxx.xxx.xxx:8443;
Restart Nginx
Code: [Select]
service nginx restart
15
CentOS-WebPanel Bugs / [BUG] 2times DKIM Signing
« on: August 09, 2018, 03:32:51 AM »
Hello,
When you enable "AntiSpam/AntiVirus (recommended): ClamAV, Amavis & Spamassassin, Requires 1Gb+ RAM"
The mail send sign DKIM key two times. Below is log
Raw header of Gmail shows

When you enable "AntiSpam/AntiVirus (recommended): ClamAV, Amavis & Spamassassin, Requires 1Gb+ RAM"
The mail send sign DKIM key two times. Below is log
Code: [Select]
cat /var/log/maillog
Quote
Aug 8 23:20:11 server1 postfix/smtpd[22593]: connect from localhost[127.0.0.1]
Aug 8 23:20:11 server1 postfix/smtpd[22593]: 72D88E07B0: client=localhost[127.0.0.1], sasl_method=LOGIN, sasl_username=email@yourdomain.com
Aug 8 23:20:11 server1 postfix/cleanup[22646]: 72D88E07B0: message-id=<ef240cb8f48b4c21dd3a3605d00c966b@yourdomain.com>
Aug 8 23:20:11 server1 opendkim[21907]: 72D88E07B0: DKIM-Signature field added (s=default, d=yourdomain.com)
Aug 8 23:20:11 server1 postfix/qmgr[21897]: 72D88E07B0: from=<email@yourdomain.com>, size=589, nrcpt=1 (queue active)
Aug 8 23:20:11 server1 postfix/smtpd[22593]: disconnect from localhost[127.0.0.1]
Aug 8 23:20:12 server1 postfix/smtpd[22696]: connect from unknown[127.0.0.1]
Aug 8 23:20:12 server1 postfix/smtpd[22696]: 18D6CE07C1: client=unknown[127.0.0.1]
Aug 8 23:20:12 server1 postfix/cleanup[22646]: 18D6CE07C1: message-id=<ef240cb8f48b4c21dd3a3605d00c966b@yourdomain.com>
Aug 8 23:20:12 server1 opendkim[21907]: 18D6CE07C1: DKIM-Signature field added (s=default, d=yourdomain.com)
Aug 8 23:20:12 server1 postfix/qmgr[21897]: 18D6CE07C1: from=<email@yourdomain.com>, size=1408, nrcpt=1 (queue active)
Aug 8 23:20:12 server1 amavis[21744]: (21744-01) Passed CLEAN {RelayedOutbound}, MYNETS LOCAL [127.0.0.1]:57904 <email@yourdomain.com> -> <test@gmail.com>, Message-ID: <ef240cb8f48b4c21dd3a3605d00c966b@yourdomain.com>, mail_id: 2a-USGxJx-nW, Hits: -1.099, size: 913, queued_as: 18D6CE07C1, dkim_sd=default:yourdomain.com, 591 ms
Aug 8 23:20:12 server1 postfix/smtp[22647]: 72D88E07B0: to=<test@gmail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.71, delays=0.09/0/0.05/0.57, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 18D6CE07C1)
Aug 8 23:20:12 server1 postfix/qmgr[21897]: 72D88E07B0: removed
Aug 8 23:20:12 server1 postfix/smtp[22657]: 18D6CE07C1: to=<test@gmail.com>, relay=gmail-smtp-in.l.google.com[173.194.205.26]:25, delay=0.79, delays=0.05/0/0.56/0.18, dsn=2.0.0, status=sent (250 2.0.0 OK 1533784812 i3-v6si672583qkf.13 - gsmtp)
Aug 8 23:20:12 server1 postfix/qmgr[21897]: 18D6CE07C1: removed
Raw header of Gmail shows

Pages: [1] 2