RE : [users@httpd] RE : [users@httpd]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Éric

 here is what i see when i use mod_jk module instead of the proxy_mod_ajp module

[Tue Feb 28 13:34:09.137 2017] [23245:140478953539328] [debug] ajp_process_callback::jk_ajp_common.c (2135): (ajp13instance9) AJP13 protocol: Reuse is OK
[Tue Feb 28 13:34:09.137 2017] [23245:140478953539328] [debug] ajp_reset_endpoint::jk_ajp_common.c (851): (ajp13instance9) resetting endpoint with socket 15
[Tue Feb 28 13:34:09.137 2017] [23245:140478953539328] [debug] ajp_done::jk_ajp_common.c (3287): recycling connection pool for worker ajp13instance9 and socket 15
[Tue Feb 28 13:34:09.137 2017] [23245:140478953539328] [debug] jk_handler::mod_jk.c (2979): Service finished with status=404 for worker=ajp13instance9



Stéphane 



________________________________________
De : Stéphane Laurencelle [stephane.laurencelle@xxxxxxxxxxxxxxxx]
Envoyé : 28 février 2017 13:13
À : users@xxxxxxxxxxxxxxxx
Objet :  RE : [users@httpd] RE : [users@httpd]

What i have done is in the http.conf file uncomment both lines

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so

after that in my httpd-vhosts.conf file that is use for my different vhost define on this server i add those line for testing ajp call :


<Location /exemples>
  ProxyPreserveHost On
  ProxyPass ajp://servername:ajpport/exemples
  ProxyPassReverse ajp://servername:ajpport/exemples
  Require all granted
</Location>

<Location /exemples/>
  ProxyPreserveHost On
  ProxyPass ajp://servername:ajpport/exemples/
  ProxyPassReverse ajp://servername:ajpport/exemples/
  Require all granted
</Location>


and when i try to access this page i got a 404 error

Stephane


________________________________________
De : Eric Covener [covener@xxxxxxxxx]
Envoyé : 28 février 2017 12:20
À : users@xxxxxxxxxxxxxxxx
Objet : Re:  RE : [users@httpd]

On Tue, Feb 28, 2017 at 11:23 AM, Stéphane Laurencelle
<stephane.laurencelle@xxxxxxxxxxxxxxxx> wrote:
> when i look at apachectl -M, i don't see the ajp module load but i see the proxy_mod module
> and when i try i get an error 404 in the apache log.
>
> i don't know where to look to debug the module not loading in apache.


If you uncommented a LoadModule for the AJP module, it wasn't in a
conf file being read by Apache.


--
Eric Covener
covener@xxxxxxxxx

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux