Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-22 Thread jose cabrera
> Nothing to do with Apache, but you can eliminate the distraction of the > spurious line from grep by typing the command as: ps -ef | grep [h]ttpd > '[h]ttpd' doesn't match 'httpd' John thanks. A new trick. josé -- What if eternity is real? Where will you spend it? Hmmm... --

Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-22 Thread John Iliffe
Nothing to do with Apache, but you can eliminate the distraction of the spurious line from grep by typing the command as: ps -ef | grep [h]ttpd '[h]ttpd' doesn't match 'httpd' John == On Wednesday 21 February 2018 22:36:07 jose cabrera wrote: > >> > What happens if you do ps -ef

Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-21 Thread jose cabrera
Just to finish this thread, here is what I did to fix the problem: step 1: apt-get remove apache2* step 2: apt-get install apache2 >> > What happens if you do ps -ef | grep httpd > root@GBRTEF01LX005:/home/bzadmin/httpd-2.4.29# ps -ef | grep httpd > root 31788 8262 0 03:19 pts/0 00:00:00 grep -

Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-21 Thread jose cabrera
>> > What happens if you do ps -ef | grep httpd > root@GBRTEF01LX005:/home/bzadmin/httpd-2.4.29# ps -ef | grep httpd > root 31788 8262 0 03:19 pts/0 00:00:00 grep --color=auto httpd Never mind. This is the grep execution. > > ps -ef | grep apache (without the '2' on the end) > root@GBRTEF01LX00

Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-21 Thread jose cabrera
> What happens if you do ps -ef | grep httpd root@GBRTEF01LX005:/home/bzadmin/httpd-2.4.29# ps -ef | grep httpd root 31788 8262 0 03:19 pts/000:00:00 grep --color=auto httpd > ps -ef | grep apache (without the '2' on the end) root@GBRTEF01LX005:/home/bzadmin/httpd-2.4.29# ps -ef | gre

Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-21 Thread John Iliffe
Only one more idea comes to mind: What happens if you do ps -ef | grep httpd and ps -ef | grep apache (without the '2' on the end) That should at least check if Apache is running under httpd. John === On Wednesday 21 February 2018 21:54:41 jose cabrera wrote: > >

Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-21 Thread jose cabrera
> > This is probably a Ubuntu issue and not an Apache problem since Apache isn't > getting installed. In that case, there would be no log entries. But: on most Fuunny you said that. He said it was an apache problem. :-) > Unix systems the Apache daemon runs as httpd and can be controlled by > /bi

Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-21 Thread jose cabrera
> >It's a rather terrible idea to post a link without much context. Apologies. > To make it worse, that forum post is without much substance that would help > us fix your problem. Start with the relevant error log entries. If I run, /usr/sbin/apachectl -t -D DUMP_MODULES here is the resu

Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-21 Thread John Iliffe
This is probably a Ubuntu issue and not an Apache problem since Apache isn't getting installed. In that case, there would be no log entries. But: on most Unix systems the Apache daemon runs as httpd and can be controlled by /bin/apachectl. he could check if the daemon is running by issuing

Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-21 Thread Frank Gingras
It's a rather terrible idea to post a link without much context. To make it worse, that forum post is without much substance that would help us fix your problem. Start with the relevant error log entries. On Wed, Feb 21, 2018 at 7:49 PM, jose cabrera wrote: > > Please take a look at this url, >

[users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-21 Thread jose cabrera
  Please take a look at this url,   https://askubuntu.com/questions/1008531/cant-install-apache2-after-uninstall   and please help me.  thanks.   josé             What if eternity is real? Where will you spend it? Hmmm... --