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

Pages: 1 ... 50 51 [52] 53 54 55
766
CentOS-WebPanel GUI / Re: All domains ok but cannot acces CWP even root one
« on: February 08, 2020, 06:56:10 PM »
Your firewall sounds misconfigured if you can't access it at all.  Backdoor login and run iptables --flush

767
MySQL / Re: FRESH INSTALL :: Could not select database root_cwp
« on: February 08, 2020, 01:36:16 AM »
find the password in /root/.my.cnf  ( cat /root/.my.conf )   
curl -s http://centos-webpanel.com/webpanel/main.php?app=showip

Record these two things  ^^^^^


wget http://static.cdn-cwp.com/files/cwp/sql/root_cwp.sql
wget http://static.cdn-cwp.com/files/cwp/sql/oauthv2.sql
mysql -u root -p << root_cwp.sql
mysql -u root -p << oauthv2.sql

now manually
mysql -uroot -p  ( At the Maria DB command line now)
use root_cwp;
UPDATE settings SET shared_ip="IP FROM EARLIER";
exit

768
SSL / Re: ignore http requests
« on: February 06, 2020, 11:59:41 PM »
If your server does not serve a non-http redirect on port 80, i guarantee you, you will lose traffic. Until sometime in 2021 when standard http class is finally rescinded, http is still the standard port browsers will use to get to your site.   You can tell google crawler to explicitly crawl your site https only in the google domain  https://search.google.com/search-console?

769
Installation / Re: i have install but not working please help me
« on: February 06, 2020, 11:40:41 PM »
make sure you are running the install script from /usr/local/src.  Also explicetely call the script using "sh cwp-el7-latest"

770
SSL / Re: ignore http requests
« on: February 06, 2020, 11:14:41 PM »
If you don't have http redirect, you would have to explicitly add https to all of your requests to the server.  Why don't you tell Google that your site is https in your google panel, and leave the redirect for people who just type yourdomain.com into their browser.

Also, your redirect should be at the top of your config so it doesn't have to go through all the bs before redirecting. That can slow it down.  as far as i'm aware, your non-ssl only needs 3 configurations.   ServerName, DocumentRoot and Redirect

771
New Modules / Re: Two Factor Authorization Mod
« on: February 06, 2020, 10:51:04 PM »
Here are the checksums for the file cwp2fa.tar.gz
MD5:  a3b85cbb5f67022da228de61224560fc
sha1:  65d80e3cd034d54ef0cf144ae236a42b84468366
sha256:  edb57a36d2df601e1ef4d02020d7c11a1e74109b7d3a895fee53808e510a57e1 

772
CentOS-WebPanel Bugs / Re: Package Limits error
« on: February 06, 2020, 10:00:07 PM »
Try feature manger for the package and turn off MySQL functions

773
SSL / Re: ignore http requests
« on: February 06, 2020, 09:53:43 PM »
Redirect in non ssl to ssl

774
Apache / Re: 2082 always redirected to 2083
« on: February 06, 2020, 09:26:49 PM »
Mainly for security reasons.

It can be shit off, but will reactivate on update.

/use/local/cwpsrv/conf/cwp_panels.conf

Find 2082 and remove the redirect line.  Service reload cwpsrv

775
Apache / Re: Error starting Apache: code=exited status=1
« on: February 06, 2020, 09:01:23 PM »
Autossl regenerate a cert for seaccna.com

776
SSL / Re: Only authorised on 8443
« on: February 06, 2020, 08:20:02 PM »
Does autossl show turned on for that domain?

778
New Modules / Re: Two Factor Authorization Mod
« on: February 06, 2020, 08:15:11 PM »
Fixed now.  Not sure why it corrupted.

779
New Modules / Re: Two Factor Authorization Mod
« on: February 06, 2020, 06:20:21 PM »
Not a zip.  It's a tar gzipped

780
SSL / Re: problem creating the certificate the web doesn't work for me
« on: February 06, 2020, 05:54:44 AM »
That error usually has to do with a misconfigured proxy server.  Ex if your using nginx in front of apache.

I just tested your site and it works fine.  Are you behind a socks proxy or something like that?

Pages: 1 ... 50 51 [52] 53 54 55