ml_donkey_apache

http://mldonkey.sourceforge.net/AuthenticateWebInterfaceUsingApache
http://www.apachetutor.org/admin/reverseproxies
http://apache.webthing.com/mod_proxy_html/
http://forum.hardware.fr/hfr/OSAlternatifs/reseaux-securite/tuto-apache2-faire-sujet_55865_1.htm


activer les modules :
cd /etc/apache2/mods-enabled/
ln -s ../mods-available/rewrite.load rewrite.load



/etc/init.d/apache2 restart


compilation de mod_proxy_html
##apt-get install apache2-threaded-dev libxml2-dev #pour apxs & headers libxml2
apxs2 -c -I/usr/include/libxml2 -i mod_proxy_html.c


cd /etc/apache2/
vim mod-available/proxy_html.load
LoadModule proxy_html_module /usr/lib/apache2/modules/mod_proxy_html.so


cd mods-enabled
ln -s ../mods-available/proxy_html.load proxy_html.load
ln -s ../mods-available/headers.load headers.load


vim mods-enabled/proxy.conf
changer 'Deny from all' en 'Allow from all'.



a2enmod à la place de ln -s## pour activer les module apache (strictement équivalent)

  • ml_donkey_apache.txt
  • Dernière modification: 2023/05/08 01:41
  • de 127.0.0.1