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.
211
CentOS 7 Problems / Re: Client & Admin SSL Domain Verified URL
« on: August 08, 2018, 01:51:35 AM »
Yes actually this is possible.
Use this link to generate autossl for hostname.
edit
find
Replace above hostname with hostname of your server.
Now restart cwpserver
Below is a test url to show you its working.
Use this link to generate autossl for hostname.
Code: [Select]
http://wiki.centos-webpanel.com/hostname-ssl-with-letsencrypt
edit
Code: [Select]
/usr/local/cwpsrv/conf/cwpsrv.conf
find
Code: [Select]
ssl_certificate /etc/pki/tls/certs/hostname.cert;
ssl_certificate_key /etc/pki/tls/private/hostname.key;
Replace above hostname with hostname of your server.
Now restart cwpserver
Code: [Select]
server cwpsrv restart
Below is a test url to show you its working.
Code: [Select]
https://server1.bullten.net:2087/login/index.php
212
PHP Selector / Re: Add modules with PHP selector
« on: August 08, 2018, 01:30:56 AM »
Why dont you manually install the modules you need?
213
CentOS 7 Problems / Re: My vps cpu always running %100
« on: August 08, 2018, 01:17:11 AM »
No you are not getting any DDOS attack. just few IPs making connections to the server
214
CentOS 7 Problems / Re: GUI
« on: August 08, 2018, 01:16:06 AM »
I didnt get what you mean. Can you show me screenshot.
215
CentOS-WebPanel GUI / Re: Domains > List Domains >
« on: August 08, 2018, 01:15:17 AM »
Path is stored in mysql "root_cwp --> Domains --> Path"
216
SSL / [BUG] AutoSSL Centos 6
« on: August 07, 2018, 05:36:07 AM »
admin/index.php?module=ssl_certificate
Clicking renew
Produces error
[Tue Aug 7 01:33:27 EDT 2018] Renew: 'domain.com'
[Tue Aug 7 01:33:27 EDT 2018] 'domain.com' is not a issued domain, skip.
As this command is trying to run
sh /root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --renew -d domain.com --force --debug
but it should run
sh /root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --renew -d www.domain.com --force --debug
www is missing in front of domain.
Clicking renew
Produces error
[Tue Aug 7 01:33:27 EDT 2018] Renew: 'domain.com'
[Tue Aug 7 01:33:27 EDT 2018] 'domain.com' is not a issued domain, skip.
As this command is trying to run
sh /root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --renew -d domain.com --force --debug
but it should run
sh /root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --renew -d www.domain.com --force --debug
www is missing in front of domain.
217
CentOS 7 Problems / Re: My vps cpu always running %100
« on: August 07, 2018, 02:50:00 AM »
are you having same issue? That load issue?
218
CentOS 7 Problems / Re: My vps cpu always running %100
« on: August 07, 2018, 02:09:32 AM »
yes please do.
219
CentOS 7 Problems / Re: My vps cpu always running %100
« on: August 07, 2018, 02:01:10 AM »
Didnt it completed?
220
CentOS 7 Problems / Re: My vps cpu always running %100
« on: August 07, 2018, 01:48:29 AM »
Upload /var/log/php-rebuild.log to send.bullten.net
221
CentOS 7 Problems / Re: My vps cpu always running %100
« on: August 07, 2018, 12:51:45 AM »
Would you try upgrading php to 7.0.31?
222
CentOS 7 Problems / Re: My vps cpu always running %100
« on: August 07, 2018, 12:45:31 AM »
Which php version you are using?