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
Nginx / Outdated Nginx
« on: May 22, 2023, 11:45:16 AM »
Will you please remove your existing repo as it install 1.14 version of nginx and start using below repo
[nginx-stable]
name=nginx stable repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true
[nginx-mainline]
name=nginx mainline repo
baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/
gpgcheck=1
enabled=0
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true
[nginx-stable]
name=nginx stable repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true
[nginx-mainline]
name=nginx mainline repo
baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/
gpgcheck=1
enabled=0
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true
2
PHP / libavif is missing from php8.2 installation
« on: May 22, 2023, 11:13:20 AM »
Hello cwp team,
There is compilation error for php 8.2 as libavif is missing so I need to get it installed it using yum.
yum install libavif -y before compiling php 8.2
There is compilation error for php 8.2 as libavif is missing so I need to get it installed it using yum.
yum install libavif -y before compiling php 8.2
3
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
4
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/
7
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
8
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
9
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
10
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?
11
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
12
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>
13
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/
14
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/
15
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/
Pages: [1] 2