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

Pages: [1]
1
PHP / Re: PHP not working File not found
« on: August 10, 2019, 06:50:46 AM »
Nevermind. Will install a different web panel instead. After a few weeks of playing around with CWP it is not stable enough to warrant being in production in my opinion.

Good luck with it though.

2
PHP / PHP not working File not found
« on: August 09, 2019, 01:08:29 PM »
Interesting problem. html and txt files all work fine. Any php file and it displays a 404 Not Found

php -v
PHP 7.3.6 (cli) (built: Aug  8 2019 13:27:38) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.6, Copyright (c) 1998-2018 Zend Technologies
    with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.3.2, Copyright (c) 2002-2018, by ionCube Ltd.

In the user control panel it states php 7.3.6

phpmyadmin loads fine just no php files in the user directories will work

I have ran fix permissions

I have reinstalled cwp-php, cwp-suphp and cwp-httpd

My webserver selection is nginx, varnish, apache custom port

I have double checked that php is being loaded in the apache config file

So what am I missing. ?

3
Actually got it resolved.

I had installed cloudlinux and this had installed a version of httpd in /etc/httpd

It was this version of httpd which was running not cwp-httpd

Removed and rebuilt the webservers and all is running as expected now.


4
Installation / Re: Cannot start apache nginx both trying to use port 80
« on: August 05, 2019, 08:23:30 AM »
Ive changed the ports in the config files for nginx and that will now load. It would seem apache is wishing to load on port 80 regardless of what is stated in the conf files

netstat -tulpn | grep :80
tcp6       0      0 :::80                   :::*                    LISTEN      6705/httpd

5
Installation / Cannot start apache nginx both trying to use port 80
« on: August 05, 2019, 07:03:56 AM »
When I select any of the apache / nginx, apache / nginx / varnish webserver combinations I am unable to get them both running at the same time. Both are attempting to use port 80 even though checking the conf files apache has 8181 set and nginx port 80

I must be missing a setting or something somewhere. Ive tried reverting back to apache which works fine as its the only server on port 80 but when i install nginx through the cwp panel only one will start. What am I missing??

Pages: [1]