Re: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04

2017-04-18 Thread Marat Khalili
> Given where I AM what would you suggest would be the best course of action to > get back to a working system please? As was already suggested, run: sudo netstat -tpln to see what program occupies port 80. Also try: ps -AFH to see if other instances of Apache are already running. Compare the

Re: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04

2017-04-18 Thread Purvez
Hi Eric The info I'm getting from Phusion is that Standalone Passenger only uses port 3000 by default or whatever else you stipulate at start time. However they are helping me decipher why nginx 'appears' to be grabbing port 80. Once I have an understanding of 'that bit' maybe I'll have a b

Re: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04

2017-04-18 Thread Eric Covener
On Tue, Apr 18, 2017 at 12:01 PM, Purvez wrote: > Given where I AM what would you suggest would be the best course of action > to get back to a working system please? Decide which http server will listen on port 80? Whoever gets port 80 may have to proxy to the other server on an alt port. --

Re: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04

2017-04-18 Thread Purvez
Hi Marat Many thanks for your input. Yes 14.04 was an upgrade from 13.10 ...BUT I had tested it and it DID WORK!! I must admit that I didn't look at the apache versions between 13.10 and 14.04 on ubuntu. (I really had no 'need' to...as everything worked) Given where I AM what would you sug

Re: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04

2017-04-18 Thread Marat Khalili
Versions of Apache used by 14.04 and 16.04 are in fact very close: 2.4.7 and 2.4.18, I doubt their configurations are so much different (unless 14.04 was also an upgrade, since 13.10 used 2.2.x AFAIR). Breakage in the way Apache is started (upstart vs systemd) is much more probable. Reinstallat

Re: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04

2017-04-18 Thread Mitchell Krog Photography
h PHP 7, then move your sites back into /etc/apache2/sites-available/ one at a time, enable them one at a time and test as you go along. Good luck From: Purvez Reply: users@httpd.apache.org Date: 18 April 2017 at 1:35:12 PM To: users@httpd.apache.org Subject: [users@httpd] Problem with Apa

Re: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04

2017-04-18 Thread Purvez
e.org> Date: 18 April 2017 at 1:35:12 PM To: users@httpd.apache.org <mailto:users@httpd.apache.org> <mailto:users@httpd.apache.org> Subject: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04 Hi Newbie to the forum here so I hope I'm doing thi

Re: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04

2017-04-18 Thread Purvez
Hi Luca Many thanks for your quick response. I think you have identified the problem. I am running an ROR website with Phusion Passenger Standalone to serve it via reverse proxy. Under 14.04 as far as I can tell Passenger Standalone did not use any outside 'help'. However their latest vers

Re: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04

2017-04-18 Thread Mitchell Krog Photography
PM To: users@httpd.apache.org Subject: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04 Hi Newbie to the forum here so I hope I'm doing this right. If not please would someone guide me. Thx in advance. As the subject line says Apache2 is not working a

Re: [users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04

2017-04-18 Thread Luca Toscano
Hi! 2017-04-18 13:35 GMT+02:00 Purvez : > Hi > > Newbie to the forum here so I hope I'm doing this right. If not please > would someone guide me. Thx in advance. > > As the subject line says Apache2 is not working at all / satisfactorily > since the Ubuntu upgrade. The details follow: > >

[users@httpd] Problem with Apache2 after upgrade from Ubuntu14.04 to 16.04

2017-04-18 Thread Purvez
Hi Newbie to the forum here so I hope I'm doing this right. If not please would someone guide me. Thx in advance. As the subject line says Apache2 is not working at all / satisfactorily since the Ubuntu upgrade. The details follow: === Here is my full post on ask