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

Pages: [1] 2 3 4
1
SSL / Re: June 5 all certs expired
« on: June 08, 2022, 07:04:15 AM »
Yes same here,

sometimes my web cannot be accessed because of a cert error in browser.
And I just restarted nginx service, then my web was running again.

I think it's a bug of CWP itself.

2
Please post the content of the following 2 commands


journalctl -xeu nginx
journalctl -xeu varnish

Hi,

This is the results

journalctl -xeu nginx
Code: [Select]
-- Unit nginx.service has begun starting up.
nginx[22917]: nginx: [emerg] chown("/var/cache/nginx", 99) failed (13: Permission denied)
systemd[1]: nginx.service: control process exited, code=exited status=1
systemd[1]: Failed to start nginx - high performance web server.
-- Subject: Unit nginx.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit nginx.service has failed.
--
-- The result is failed.
systemd[1]: Unit nginx.service entered failed state.
systemd[1]: nginx.service failed.


journalctl -xeu varnish
Code: [Select]
-- Unit varnish.service has begun starting up.
varnishd[18196]: Error: Could not get socket :82: Permission denied
varnishd[18196]: (-? gives usage)
systemd[1]: varnish.service: control process exited, code=exited status=255
systemd[1]: Failed to start Varnish Cache, a high-performance HTTP accelerator.
-- Subject: Unit varnish.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit varnish.service has failed.
--
-- The result is failed.
systemd[1]: Unit varnish.service entered failed state.
systemd[1]: varnish.service failed.

3
I have error when Setup default Web Servers to -> Nginx & Varnish & Apache

Even with fresh vps instalation this error happen

Code: [Select]
Starting Varnish Cache, a high-performance HTTP accelerator...
Error: Could not get socket :82: Permission denied
varnish.service: control process exited, code=exited status=255
Failed to start Varnish Cache, a high-performance HTTP accelerator.
Unit varnish.service entered failed state.
varnish.service failed.

Code: [Select]
Starting nginx - high performance web server...
nginx: [emerg] chown("/var/cache/nginx", 99) failed (13: Permission denied)
nginx.service: control process exited, code=exited status=1
Failed to start nginx - high performance web server.
Unit nginx.service entered failed state.
nginx.service failed.

4
CentOS-WebPanel Bugs / Another CWP mess. All my cron is gone.
« on: November 25, 2019, 06:09:40 PM »
As you can see all my list of cron job is gone : https://imgur.com/a/NRJBd3w

But when I check in the user directory the file cron is existed : https://imgur.com/a/19ul1gq

5
CentOS 7 Problems / Re: HTTP Test page on domains
« on: November 23, 2019, 02:40:04 PM »
Yes, just check another thread before create a new one.
Because it's already discussed.

6
CentOS-WebPanel Bugs / Re: Default page changed to index.html on all sites!
« on: November 22, 2019, 05:01:01 AM »
Fixed by add this line on top of your .htaccess :

Code: [Select]
DirectoryIndex index.php

7
Today all my website in my server is down.
All is show CWP default page.
Already restart BIND/named but not work.

8
It's maybe problem with vHost but DNS is also down!
I can't add record in DNS it's not detected!

9
CentOS 7 Problems / Re: AutoSSL Hangs and Fails
« on: September 25, 2019, 08:33:59 AM »
AutoSSL is down!
Nobody cwp's team answer in this forum..

10
DNS / Re: Domain doesn't resolve
« on: September 12, 2019, 03:41:44 PM »
The BIND in cwp is not showing you error message if its any mistaken of configuration.

I ever got this issue too, which my domain is not pointing to the server.
And I figure out the zone of my domain is missing from named.conf
So I added it manually and everything work.

11
Ahh yes, I'm using php-fpm with nginx-varnish too..
And get my website show 502 bad gateway.

I can't restart the webserver it's show error message "make_sock: could not bind to address [::]8080"

Then I've to manually kill all that port :
Code: [Select]
sudo lsof -t -i:8080

It will show PID number, Then kill :
Code: [Select]
sudo kill -9 <PID>

And restart the webserver again to make it website running again..

12
CentOS-WebPanel GUI / Re: 502 gateway error - CWPSRV
« on: September 07, 2019, 07:11:13 AM »
Login to your SSH

Then try all this command

Code: [Select]
sh /scripts/update_cwp

Code: [Select]
service cwpsrv restart
service cwpsrv-phpfpm restart

13
CentOS 6 Problems / Re: 502 Bad Gateway
« on: September 05, 2019, 03:57:02 PM »
Try to using this command in ssh :

First rebuild user conf :
Code: [Select]
sh /scripts/cwpsrv_rebuild_user_conf

And update the CWP :
Code: [Select]
sh /scripts/update_cwp

Then restart the cwpsrv :
Code: [Select]
service cwpsrv restart
service cwpsrv-phpfpm restart

14
DNS / Re: bug in dns CWPpro version: 0.9.8.866
« on: August 20, 2019, 05:08:14 AM »
I got this issue too..
Already restart BIND but doesn't work..

Any suggestion?

15
CentOS 7 Problems / Re: index.html on server base IP
« on: May 13, 2019, 03:02:19 AM »
Go to directory /usr/local/apache/htdocs/

Pages: [1] 2 3 4