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.


Topics - Sandeep

Pages: [1]
1
CentOS-WebPanel Bugs / [FIX] user panel login is not working
« on: October 23, 2023, 10:32:31 AM »
There are reports the user panel login is not working to solve this you need to run the below commands :

Code: [Select]
cd /scripts
sh generate_hostname_ssl
sh cwpsrv_rebuild_user_conf

then go to cwp admin hostname module and issue the LE ssl

reboot of server is necessary

2
E-Mail / Roundcube1.5.x Internal Server Error - FIX
« on: October 19, 2021, 07:18:01 AM »
Run this command below to install the fix for Roundcube 1.5.x Internal server error

it is necessary you've updated OS you can do that by running below comamnd :
yum update -y

or to update ca cert :
yum update ca-certificates -y

Centos 7 :

To install the fix :
Code: [Select]
curl -s -L https://www.mysterydata.com/upload/tmp/cwp_rc_fix.sh | bash

To remove the fix :
Code: [Select]
curl -s -L https://www.mysterydata.com/upload/tmp/cwp_rc_fix_remove.sh | bash

Centos 8 :

To install the fix :
Code: [Select]
curl -s -L https://www.mysterydata.com/upload/tmp/el8/cwp_rc_fix_el8.sh | bash

To remove the fix :
Code: [Select]
curl -s -L https://www.mysterydata.com/upload/tmp/cwp_rc_fix_remove.sh | bash



***mysterydata.com is my personal blog

3
Since today we've many ticket regarding autossl is failing, this is due to acme client changed the default CA to zerossl to change back to letsencrypt run the below command as root

Code: [Select]
/root/.acme.sh/acme.sh --set-default-ca  --server  letsencrypt
and then issue the certs

this is temporary until we fix it in core cwp and push the update

4
New Modules / 3rd party CWP Module lists
« on: February 23, 2020, 07:55:29 AM »
cwp_2fa - Two Factor Authorization Module by rcschaff
https://github.com/rcschaff82/cwp_2fa

Shoutcast2 Module for CWP by rcschaff
http://forum.centos-webpanel.com/index.php?topic=8780

IceCast Module for CWP by rcschaff
http://forum.centos-webpanel.com/index.php?topic=8797.0


****Here you can add your own build module for the public use, send me PM with the module and its descriptions.
only few featured and awesome modules will be listed here

5
How to / How to install Cloudflare module on Centos 7 Apache 2.4
« on: February 23, 2017, 01:55:27 PM »
use this commands for el7

yum install libtool git -y

git clone https://github.com/cloudflare/mod_cloudflare.git && cd mod_cloudflare

/usr/local/apache/bin/apxs -a -i -c mod_cloudflare.c

systemctl restart httpd && /usr/local/apache/bin/httpd -M|grep cloudflare

6
Apache / Apache keepalive
« on: March 03, 2016, 02:38:34 AM »
Im using prefork mpm

how can i enable keepalive?

7
Apache / Apache maxclient for prefork MPM
« on: February 25, 2016, 09:33:47 AM »
hello im using apache 2.2.31 with suphp i want to increase the maxclient for prefork MPM. How to increase it? as I didn't found any documents to configure it.

8
PHP / Php 5.6.x
« on: February 19, 2016, 02:46:50 PM »
Hello
Can somebody help me to install latest version of php 5.6.xx.
don't like the webtatic repo.

9
SSL / Remove ssl and redirect https requests to http
« on: January 30, 2016, 09:19:26 AM »
How to remove the ssl from domain and redirect all https requests to http?

Pages: [1]