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.
61
SSL / Can I have a folder use http even though the domain uses https?
« on: January 16, 2019, 02:21:41 AM »
Hi,
I have a domain secured with https, so any http requests are forced to https.
But I have a directory on that domain that's used from something else that won't accept https requests.
I guess what I'm wondering is can I have that directory use http instead of https?
Someone said I can do it with .htacces but not sure how.
How do I achieve this?
Thanks
I have a domain secured with https, so any http requests are forced to https.
But I have a directory on that domain that's used from something else that won't accept https requests.
I guess what I'm wondering is can I have that directory use http instead of https?
Someone said I can do it with .htacces but not sure how.
How do I achieve this?
Thanks
62
Installation / Need to update Python should I update it or install twice?
« on: December 05, 2018, 03:27:37 AM »
Hi,
I have an app to test that requires Python 3.6 but the installed versionn is 2.7.5
How can I update it or should I install the new version of Python beside version 2.7.5?
Thanks in advance.
I have an app to test that requires Python 3.6 but the installed versionn is 2.7.5
How can I update it or should I install the new version of Python beside version 2.7.5?
Thanks in advance.
63
FTP / Re: FTP Manager v2 no access to public_html /home/user/public_html/./
« on: November 20, 2018, 11:43:59 PM »
Ah I sorted it, I logged in as root user instead.
64
FTP / FTP Manager v2 no access to public_html /home/user/public_html/./
« on: November 20, 2018, 05:20:57 AM »
Hi,
When I create an FTP account with FTP Manager v2
I can log in but I only see .bash_profilt, .bashrc, .bash_logout,
I can't see the public_html directory or any other.
In the FTP Manager the path says /home/user/public_html/./
https://snag.gy/YkoSIu.jpg
How can I solve this?
Thanks
When I create an FTP account with FTP Manager v2
I can log in but I only see .bash_profilt, .bashrc, .bash_logout,
I can't see the public_html directory or any other.
In the FTP Manager the path says /home/user/public_html/./
https://snag.gy/YkoSIu.jpg
How can I solve this?
Thanks
65
SSL / Re: AutoSSL keeps expiring then won't install new cert
« on: October 23, 2018, 08:35:25 AM »
It's already ticked, under Auto Renovation
66
SSL / Re: AutoSSL keeps expiring then won't install new cert
« on: October 23, 2018, 04:53:57 AM »
I just clicked Force All Renovations under SSL certificates then it renewed the cert.
How do I make this cert auto renew before it expires each time?
How do I make this cert auto renew before it expires each time?
67
SSL / AutoSSL keeps expiring then won't install new cert
« on: October 23, 2018, 04:38:32 AM »
Can anyone explain how to get autossl to install.
I went to ssl certificates and see the autosll cert has expired again,
So I deleted the cert then clicked AutoSSL FREE and tried to create a new cert.
I've no clue why I have to keep renewing this cert, can I set it to auto renew?
How do I fix this issue, can't instal la new cert.
Error...!
DNS of your domain doesn't point to this server or you have htaccess restrictions
I have a .htaccess in the public_html
########################################################
# package: minPHP
# filename: .htaccess
########################################################
# Do not allow direct access to templates
# or an unauthorized backdoor from CE
<Files ~ "blesta2ce.php|\.(pdt)$">
order deny,allow
deny from all
</Files>
# Protect against Clickjacking
#Header append X-Frame-Options "SAMEORIGIN"
RewriteEngine on
# Force HTTPS
#RewriteCond %{HTTPS} !=on
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php
RewriteCond %{REQUEST_URI} ^(.*)/install.php$
RewriteRule install.php %1/install/ [R=301,L]
I went to ssl certificates and see the autosll cert has expired again,
So I deleted the cert then clicked AutoSSL FREE and tried to create a new cert.
I've no clue why I have to keep renewing this cert, can I set it to auto renew?
How do I fix this issue, can't instal la new cert.
Error...!
DNS of your domain doesn't point to this server or you have htaccess restrictions
I have a .htaccess in the public_html
########################################################
# package: minPHP
# filename: .htaccess
########################################################
# Do not allow direct access to templates
# or an unauthorized backdoor from CE
<Files ~ "blesta2ce.php|\.(pdt)$">
order deny,allow
deny from all
</Files>
# Protect against Clickjacking
#Header append X-Frame-Options "SAMEORIGIN"
RewriteEngine on
# Force HTTPS
#RewriteCond %{HTTPS} !=on
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php
RewriteCond %{REQUEST_URI} ^(.*)/install.php$
RewriteRule install.php %1/install/ [R=301,L]
68
SSL / Re: AutoSSL has expired on domain, can't renew it..
« on: July 11, 2018, 02:41:02 AM »
I tried deleting the cert then added a new one, under Manual Install tab, but still shows as expired.
Successfully...!
Successful operation
Still shows as expired under List Installed tab.
Successfully...!
Successful operation
Still shows as expired under List Installed tab.
69
SSL / Re: AutoSSL has expired on domain, can't renew it..
« on: July 07, 2018, 06:28:42 PM »
This is really disappointing after the amount of time I spent putting this together,
https://snag.gy/3OE8T9.jpg
https://snag.gy/3OE8T9.jpg
70
SSL / Re: AutoSSL has expired on domain, can't renew it..
« on: July 07, 2018, 04:08:56 PM »
Is this fixable or do I need another Os with free certs?
I tried deleting the cert and creating it in Manual install, but the cert is still expired.
I tried deleting the cert and creating it in Manual install, but the cert is still expired.
71
SSL / AutoSSL has expired on domain, can't renew it..
« on: July 02, 2018, 12:17:48 PM »
Hello,
I have an AutoSSL cert on a subdomain that has expired,
I clicked the Renew Now button under SSL Configurations,
The green popup indicated it was successful, but it hasn't renewed the cert.
I am trying to get this cert to auto update when it expires.
Also tried reload and restarting web server.
I ran the commands posted in this thread but not sure if they did anything:
http://forum.centos-webpanel.com/ssl/autorenew-ssl-is-enabled-yet-my-certificates-will-expired-after-6-days/msg12229/#msg12229
Any help appreciated.
I have an AutoSSL cert on a subdomain that has expired,
I clicked the Renew Now button under SSL Configurations,
The green popup indicated it was successful, but it hasn't renewed the cert.
I am trying to get this cert to auto update when it expires.
Also tried reload and restarting web server.
I ran the commands posted in this thread but not sure if they did anything:
http://forum.centos-webpanel.com/ssl/autorenew-ssl-is-enabled-yet-my-certificates-will-expired-after-6-days/msg12229/#msg12229
Any help appreciated.
72
CentOS-WebPanel GUI / ERR_CONNECTION_REFUSED This site can’t be reached
« on: March 16, 2018, 03:01:24 AM »
I just did a fresh install on Centos 7 and I'm locked out of CWP again, the subdomain / website works.
The only thing I did on the VPS was enable firewalld and changed the default login port.
I created one user account and used subdomain.mysite.com for the domain.
I also ticked anable autossl.
Think the last thing I did was enable firewall in CWP.
When I'm in terminal I'm greeted by CWP so i guess it's running,
Restarted apache and rebooted server, no joy.
This site can’t be reached
652.942.256.122 refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
The only thing I did on the VPS was enable firewalld and changed the default login port.
I created one user account and used subdomain.mysite.com for the domain.
I also ticked anable autossl.
Think the last thing I did was enable firewall in CWP.
When I'm in terminal I'm greeted by CWP so i guess it's running,
Restarted apache and rebooted server, no joy.
This site can’t be reached
652.942.256.122 refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
73
CentOS-WebPanel GUI / Re: Enabled LetsEncrypt and get ERR_CONNECTION_REFUSED
« on: March 16, 2018, 02:51:57 AM »
It's happened again on a fresh install, locked out of the admin panel.
74
Information / Re: Will CWP work with a subdomain?
« on: March 15, 2018, 12:53:33 PM »
I see,
So for the hostname, should I have a subdomain setup at the other server (cpanel) and set the dns for that subdomain
under the main domain's dns zone? then set up another subdomain to use for my vps.
So for the hostname, should I have a subdomain setup at the other server (cpanel) and set the dns for that subdomain
under the main domain's dns zone? then set up another subdomain to use for my vps.
75
Information / Re: Will CWP work with a subdomain?
« on: March 14, 2018, 09:28:19 PM »
Whatever I put in: Not a valid Hostname.
I think I have the whole subdomin thing a bit mixed up, I should use a FQDN but testing it with a subdomain.
I set it up on another server, dns records are there, pointed that to the vsp. maybe A records are mixed up.
Now I'm trying to use that subdomain for the CWP setup and my main site at home/user/public_html
Or maybe I need two subdomain I dunno, one for the site and one for svr1.clients.domain.com
Anyway I just did a fresh install, Centos 7, CWP 7
I think I have the whole subdomin thing a bit mixed up, I should use a FQDN but testing it with a subdomain.
I set it up on another server, dns records are there, pointed that to the vsp. maybe A records are mixed up.
Now I'm trying to use that subdomain for the CWP setup and my main site at home/user/public_html
Or maybe I need two subdomain I dunno, one for the site and one for svr1.clients.domain.com
Anyway I just did a fresh install, Centos 7, CWP 7