3

I have Apache 2.1.14 installed and running in production - due to a new requirement, I need to start using the module mod_proxy_ajp.

Running the './httpd -l' script does not show the compiled module 'mod_proxy_ajp'.

Is there a way I can enable mod_proxy_ajp withough having to recompile the Apache instance?

Thanks.

raven
  • 18,004
  • 16
  • 81
  • 112
user353829
  • 1,244
  • 5
  • 25
  • 38

1 Answers1

10

sudo a2enmod proxy_ajp

AJ.
  • 27,586
  • 18
  • 84
  • 94