Re: [users@httpd] Checking if MPM is working

2020-07-11 Thread Holger Schramm
Am 10.07.20 um 18:41 schrieb Mahmood Naderan: The server is Ubuntu 18.04 and I installed that via apt. The apachectl command says it is using MPM. [...]    Server MPM: prefork you use prefork. Did you see this syntax error? Regarding that error, the following line in not commented Defau

Re: [users@httpd] Checking if MPM is working

2020-07-10 Thread Eric Covener
On Fri, Jul 10, 2020 at 12:47 PM Mahmood Naderan wrote: > > >Did you see this syntax error? > > > OK I commented that line and left that to the apache's default. Put it back and continue to invoke apachectl instead of "apache2". ---

Re: [users@httpd] Checking if MPM is working

2020-07-10 Thread Mahmood Naderan
>Did you see this syntax error? OK I commented that line and left that to the apache's default. Now I can see MPM status # apache2 -V [Fri Jul 10 21:15:32.121146 2020] [core:warn] [pid 49516] AH00111: Config variable ${APACHE_PID_FILE} is not defined [Fri Jul 10 21:15:32.121269 2020] [core:warn]

Re: [users@httpd] Checking if MPM is working

2020-07-10 Thread Mahmood Naderan
The server is Ubuntu 18.04 and I installed that via apt. The apachectl command says it is using MPM. # apachectl status   Apache Server Status for localhost (via ::1)    Server Version: Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1    Server MPM: prefork    Server Built: 2020-03-13T12:

Re: [users@httpd] Checking if MPM is working

2020-07-10 Thread Eric Covener
> # apache2 -V > [Fri Jul 10 15:13:36.293467 2020] [core:warn] [pid 25107] AH00111: Config > variable ${APACHE_RUN_DIR} is not defined use apachectl - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional com

Re: [users@httpd] Checking if MPM is working

2020-07-10 Thread Holger Schramm
Am 10.07.20 um 12:47 schrieb Mahmood Naderan: Hi The output of "apache2 -V" and "apache2 -l" commands show that MPM prefork is not available in my apache web server. which os? i see ubuntu. but which one? # apache2 -V [Fri Jul 10 15:13:36.293467 2020] [core:warn] [pid 25107] AH00111: Confi

[users@httpd] Checking if MPM is working

2020-07-10 Thread Mahmood Naderan
Hi The output of "apache2 -V" and "apache2 -l" commands show that MPM prefork is not available in my apache web server. # apache2 -V [Fri Jul 10 15:13:36.293467 2020] [core:warn] [pid 25107] AH00111: Config variable ${APACHE_RUN_DIR} is not defined apache2: Syntax error on line 80 of /etc/apach