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.
811
SSL / Re: Only authorised on 8443
« on: February 06, 2020, 08:20:02 PM »
Does autossl show turned on for that domain?
812
Other / Re: OTP / 2FA Authentication for Admin / User Login
« on: February 06, 2020, 08:17:05 PM »813
New Modules / Re: Two Factor Authorization Mod
« on: February 06, 2020, 08:15:11 PM »
Fixed now. Not sure why it corrupted.
814
New Modules / Re: Two Factor Authorization Mod
« on: February 06, 2020, 06:20:21 PM »
Not a zip. It's a tar gzipped
815
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?
I just tested your site and it works fine. Are you behind a socks proxy or something like that?
816
CentOS 7 Problems / Re: How to add Cors for apache & nginx without error?
« on: February 06, 2020, 02:26:45 AM »
Apache is easy: https://enable-cors.org/server_apache.html
Nginx is a bit more painful. You have to set it in all locations as I am aware.
Check out this article. They recommend creating a file with the parameters, and including it in the top of each server block. On CWP, DO NOT name it .conf, or it will crash the server.
try cors.include or something like that.
Nginx is a bit more painful. You have to set it in all locations as I am aware.
Check out this article. They recommend creating a file with the parameters, and including it in the top of each server block. On CWP, DO NOT name it .conf, or it will crash the server.
try cors.include or something like that.
817
Installation / Re: Error getting repository data for epel, repository not found
« on: February 06, 2020, 02:00:52 AM »
Run the following commands as root
yum install epel-release
then check:
yum repolist
then update;
yum -y update
reboot the server and you should be able to proceed
yum install epel-release
then check:
yum repolist
then update;
yum -y update
reboot the server and you should be able to proceed
818
Installation / Re: New CWP7 installation with cPanel backup imported, every page of CWP very slow
« on: February 06, 2020, 01:55:30 AM »
Turn off ClamAV and any spam filters you have running. 2GB of ram isn't really enough to run "everything"
819
Installation / Re: after finish install cwp on Centos7 got 404 Not Found on https:myIp:2031
« on: February 06, 2020, 01:53:51 AM »
Are you using the CENTOS-minimal installer. because the normal installer comes pre-loaded with lamp, and breaks a lot of things.
820
New Modules / Two Factor Authorization Mod
« on: February 06, 2020, 12:48:12 AM »
I have built a Two Factor Authorization Module for CWP. I have tested it, but please consider this is BETA. All Issues should be reported to me on this post.
Pre-Requisites.
You need an API key created with ACCOUNT-> list created
After installation, make sure you change User Account -> Themes to the modified theme, and don't allow them to change
Please not that this system works around the CWP login system, and therefore is not infallible, though I did my best to hide that it's there.
TO install:
From root user via ssh:
wget https://schaffner.org/cwp2fa.tar.gz
tar -xzf cwp2fa.tar.gz
cd cwp_2fa/
./install.sh
When prompted, put in your API key
That's it.
Now log into CWP and you should see a new menu 2Factor Auth directly under Server Settings Menu

Users Menu Appears under CWP Settings
Pre-Requisites.
You need an API key created with ACCOUNT-> list created
After installation, make sure you change User Account -> Themes to the modified theme, and don't allow them to change
Please not that this system works around the CWP login system, and therefore is not infallible, though I did my best to hide that it's there.
TO install:
From root user via ssh:
wget https://schaffner.org/cwp2fa.tar.gz
tar -xzf cwp2fa.tar.gz
cd cwp_2fa/
./install.sh
When prompted, put in your API key
That's it.
Now log into CWP and you should see a new menu 2Factor Auth directly under Server Settings Menu

Users Menu Appears under CWP Settings

821
DNS Manager / Re: HTTP Test Page on the homepage and 404 Not Found
« on: February 05, 2020, 11:49:49 PM »
CWP is more for a hosting platform. If your looking for a simple LAMP Stack, it's not really required. Though it does make it easier to configure mail and such.
822
SSL / Re: Only authorised on 8443
« on: February 05, 2020, 03:37:40 PM »
Try rebuilding the vhosts in cwp
823
DNS Manager / Re: HTTP Test Page on the homepage and 404 Not Found
« on: February 05, 2020, 03:31:36 PM »
You can try yum removing the lamp stack you installed, then rerun /use/local/src/
sh (installscript)
sh (installscript)
824
Installation / Re: after finish install cwp on Centos7 got 404 Not Found on https:myIp:2031
« on: February 05, 2020, 09:07:38 AM »
Not sure then. Just installed 3 VM's with it flawlessly. So something fubared on your machine. Just try the reinstall and hopefully everything works out.
825
Installation / Re: after finish install cwp on Centos7 got 404 Not Found on https:myIp:2031
« on: February 05, 2020, 08:25:33 AM »
By Chance did you terminate the install script?
cd /usr/local/src
sh cwp-el7-latest
something went very wrong with your install
If that's no the script you have, you installed the os6 version
cd /usr/local/src
sh cwp-el7-latest
something went very wrong with your install
If that's no the script you have, you installed the os6 version