Re: [users@httpd] httpd running with uid - apache 2.4.29

2018-02-14 Thread renee ko
; > On Wed, Feb 14, 2018 at 2:45 PM, renee ko <kottre...@gmail.com> wrote: > >> All, >> >> I am experimenting a scratch install of Apache 2.4 on RHEL. I noticed >> the httpd process is running with UID instead of username. Any ideas? >> >> root

[users@httpd] httpd running with uid - apache 2.4.29

2018-02-14 Thread renee ko
All, I am experimenting a scratch install of Apache 2.4 on RHEL. I noticed the httpd process is running with UID instead of username. Any ideas? root 30426 1 0 14:40 ?00:00:00 /app/apache/apache24/bin/httpd -k start 3013930427 30426 0 14:40 ?00:00:00

Re: [users@httpd] upgrade or new install

2018-02-13 Thread renee ko
change, but some module names and directives do, so it is good to test > before doing it on production and such. > > 2018-02-13 17:27 GMT+01:00 renee ko <kottre...@gmail.com>: > > All, > > > > Looking for best practice upgrade method from Apache 2.2.29 to Apache > >

[users@httpd] upgrade or new install

2018-02-13 Thread renee ko
All, Looking for best practice upgrade method from Apache 2.2.29 to Apache 2.4.29. Should i perform an in place upgrade or install a new version of Apache 2.4.29?

[users@httpd] apache httpd2.4.29 error when running make command

2018-02-02 Thread renee ko
Hello group, I am getting following error when running the make command for httpd2.4.28 on RHEL6 Please advice. *make[2]: Entering directory `/app/apache/httpd-2.4.29/support'/app/apache/httpd-2.4.29/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread

[users@httpd] stable version of 2.4 running in production?

2018-02-02 Thread renee ko
I am planing to upgrade Apache from 2.2 to 2.4 on RHEL 6.6. I am looking for best practice, should i perform an upgrade from 2.2 or install 2.4? Thank you.

[users@httpd] Apache load module path

2017-10-18 Thread renee ko
Team, I have LoadModules configured under the default RedHat httpd directory. Example: LoadModule proxy_module /usr/lib64/httpd/modules/mod_proxy. I would like the modules to be changed to another directory(/usr/local/apache2/modules). Should I just update the new modules path in the

Re: [users@httpd] Difference in Apache version

2017-10-06 Thread renee ko
Sorry Eric, I didnt understand your question. "ps" on which process? On Thu, Oct 5, 2017 at 12:14 PM, Eric Covener <cove...@gmail.com> wrote: > > > On Thu, Oct 5, 2017 at 11:07 AM, renee ko <kottre...@gmail.com> wrote: > >> Hello all, >> >&g

[users@httpd] Difference in Apache version

2017-10-05 Thread renee ko
Hello all, - I am running Apache httpd version *2.2.29* and server built on Aug 23 2015 13:19:54 . /usr/local/apache2/bin/httpd -v *Server version: Apache/2.2.29 (Unix)* *Server built: Aug 23 2015 13:19:54* - But the server-status page shows a different version and built.

[users@httpd] Apache server-status and balancer-manager

2017-10-03 Thread renee ko
Team, I have installed Apache 2.2.29 version on RHEL VM, but the "Server Version" on *server-status*and *balancer-manager* is showing as Apache/2.2.15. I am confused why its different. Am i missing any configuration?