Re, merci d’avoir répondu:dasn mon fichier de configuration d’apache2, j’ai ceci:
Listen 10.8.134.1:8080
ServerName proxy.my.talweg
RewriteEngine On
RewriteRule (.*) 10.8.134.1:8181/
Listen 10.8.134.1:8181
ServerName notalweg
MonoAutoApplication disabled
MonoRunXSP False
MonoUnixSocket /tmp/notalweg-socket
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/talweg.crt
SSLCertificateKeyFile /etc/apache2/ssl/talweg.key
SSLVerifyClient none
SSLProxyEngine off
Alias / /usr/share/notalweg/
ErrorLog /var/log/apache2/notalweg-error.log
SetHandler mono
SSLRequireSSL
Allow from all
et dans /etc/hosts, j’ai les lignes:
10.8.134.1 localhost.localdomain
10.8.134.1 localhost.localdomain notalweg
et je ne rajouter les deux "virtualhosta dans le fichier de configuration d’apache2 comme dans le site talweg.univ-metz.fr/notalweg:installationlenny car sinon je ne pourrai même pas redemarrer apache2.
j’ai utilisé notalweg pour une authentification avec un serveur Radius externe.
merci d’avance, dites moi si cela vous semble correct.
merci beaucoup