Added apache 2.4 compatibility and fixed bug in configure.ac
Branch: mathias_burger/cwdapache:master
mathias_burger/cwdapache:master
Branch: atlassianlabs/cwdapache:master
atlassianlabs/cwdapache:master
Open
#18 · Created  · Last updated
Description
Apache 2.4 now uses the provider api and removed a deprecated method that was used in the code. Furthermore, remote_ip is now called client_ip.
The configure.ac script did only find a binary called 'httpd', but on systems like debian it is called 'apache2'. Now it looks for both executables and writes the right one into the HTTPD variable.
Apache 2.4 now uses the provider api and removed a deprecated method that was used in the code. Furthermore, remote_ip is now called client_ip.
The configure.ac script did only find a binary called 'httpd', but on systems like debian it is called 'apache2'. Now it looks for both executables and writes the right one into the HTTPD variable.