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.
Pages: [1]
1
CentOS 7 Problems / Re: Admin URL ERR_CONNECTION_RESET
« on: July 21, 2017, 10:36:50 PM »
CSF looks good. I also disabled it and restarted it, but still could not pull up the admin via either port at any part in testing CSF. Even attempted disabling iptables while testing CSF.
2
CentOS 7 Problems / Re: Admin URL ERR_CONNECTION_RESET
« on: July 21, 2017, 06:58:41 PM »
It's all good.
Code: [Select]
netstat -tulpn|grep 2030
tcp 0 0 0.0.0.0:2030 0.0.0.0:* LISTEN 177/cwpsrv: master
Code: [Select]
service cwpsrv status
Redirecting to /bin/systemctl status cwpsrv.service
* cwpsrv.service - CentOS Web Panel service (daemon)
Loaded: loaded (/usr/lib/systemd/system/cwpsrv.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2017-07-21 11:43:43 CDT; 2h 12min ago
Process: 159 ExecStart=/usr/local/cwpsrv/bin/cwpsrv (code=exited, status=0/SUCCESS)
Process: 108 ExecStartPre=/usr/local/cwpsrv/bin/cwpsrv -t (code=exited, status=0/SUCCESS)
Main PID: 177 (cwpsrv)
CGroup: /system.slice/cwpsrv.service
|-177 cwpsrv: master process /usr/local/cwpsrv/bin/cwpsrv
|-182 cwpsrv: worker process
`-183 cwpsrv: worker process
Jul 21 11:25:58 jez systemd[1]: Failed to read PID from file /usr/local/cwpsrv/var/run/nginx.pid: Invalid argument
Jul 21 11:25:58 jez systemd[1]: Started CentOS Web Panel service (daemon).
Jul 21 11:42:34 jez systemd[1]: Stopping CentOS Web Panel service (daemon)...
Jul 21 11:42:34 jez systemd[1]: Stopped CentOS Web Panel service (daemon).
Jul 21 11:43:42 jez systemd[1]: Starting CentOS Web Panel service (daemon)...
Jul 21 11:43:43 jez cwpsrv[108]: Already running. If you want to run multiple instances, you need to specify different pid files (use -i option)
Jul 21 11:43:43 jez cwpsrv[108]: cwpsrv:the configuration file /usr/local/cwpsrv/conf/cwpsrv.conf syntax is ok
Jul 21 11:43:43 jez cwpsrv[108]: cwpsrv:configuration file /usr/local/cwpsrv/conf/cwpsrv.conf test is successful
Jul 21 11:43:43 jez systemd[1]: Failed to read PID from file /usr/local/cwpsrv/var/run/nginx.pid: Invalid argument
Jul 21 11:43:43 jez systemd[1]: Started CentOS Web Panel service (daemon).
Code: [Select]
service cwp-phpfpm status
Redirecting to /bin/systemctl status cwp-phpfpm.service
* cwp-phpfpm.service - The PHP FastCGI Process Manager
Loaded: loaded (/usr/lib/systemd/system/cwp-phpfpm.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2017-07-21 11:43:42 CDT; 2h 12min ago
Main PID: 101 (php-fpm)
CGroup: /system.slice/cwp-phpfpm.service
|-101 /usr/local/cwp/php71/sbin/php-fpm --nodaemonize --fpm-config /usr/local/cwp/php71/etc/php-fpm.conf -R
`-123 /usr/lib/systemd/systemd-udevd
Jul 12 09:52:24 jez postfix/postsuper[32386]: Requeued: 1 message
Jul 21 11:24:48 jez systemd[1]: Stopping The PHP FastCGI Process Manager...
Jul 21 11:24:49 jez systemd[1]: Stopped The PHP FastCGI Process Manager.
Jul 21 11:25:58 jez systemd[1]: Started The PHP FastCGI Process Manager.
Jul 21 11:25:58 jez systemd[1]: Starting The PHP FastCGI Process Manager...
Jul 21 11:42:34 jez systemd[1]: Stopping The PHP FastCGI Process Manager...
Jul 21 11:42:34 jez systemd[1]: Stopped The PHP FastCGI Process Manager.
Jul 21 11:43:42 jez systemd[1]: Started The PHP FastCGI Process Manager.
Jul 21 11:43:42 jez systemd[1]: Starting The PHP FastCGI Process Manager...
Jul 21 11:43:42 jez systemd-udevd[123]: starting version 219
3
CentOS 7 Problems / Admin URL ERR_CONNECTION_RESET
« on: July 21, 2017, 04:56:43 PM »
I've had the server running fine for a few months, as of this morning the admin URL (both ports 2030 and 2031) are giving the following error.
This site can’t be reached
The connection was reset.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_RESET
I'm not seeing any server updates done via any crons or logs and I'm not certain what the cause is. Websites are still running, I've tried disabling and rebooting various services (iptables, apache, nginx, varnish). Any guidance would be appreciated.
This site can’t be reached
The connection was reset.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_RESET
I'm not seeing any server updates done via any crons or logs and I'm not certain what the cause is. Websites are still running, I've tried disabling and rebooting various services (iptables, apache, nginx, varnish). Any guidance would be appreciated.
4
Installation / Executing Perl/Python
« on: June 15, 2017, 02:26:55 PM »
Hello,
I have a fresh install of CWP on Centos 7. Everything is working fine except for execution of Perl and Python scripts. I've followed the instructions in the help article for Python and a forum post for Perl, but the scripts only display as plain text when visited (just generic test scripts to print content to a page). Has something changed since this information was written that needs to be done yet?
http://wiki.centos-webpanel.com/apache-run-python-script
http://forum.centos-webpanel.com/installation/how-do-i-execute-perl/
I have a fresh install of CWP on Centos 7. Everything is working fine except for execution of Perl and Python scripts. I've followed the instructions in the help article for Python and a forum post for Perl, but the scripts only display as plain text when visited (just generic test scripts to print content to a page). Has something changed since this information was written that needs to be done yet?
http://wiki.centos-webpanel.com/apache-run-python-script
http://forum.centos-webpanel.com/installation/how-do-i-execute-perl/
Pages: [1]