Bonjour
là, j’ai besoin d’un coup de main car je ne comprend pas.
J’ai essayé de mappé mon site web (nextcloud) sur un port différent afin de mettre un reverse proxy
- sur le port 80, ça fonctionne pas
- sur un autre port, ça fonctionne pas
j’ai mis l’adresse en dur dans mon fichier host
127.0.0.1 localhost
127.0.1.1 christophe-lx.leloup.lan christophe-lx
192.168.1.41 debnext.mondom.dedyn.io mondom.dedyn.io
#192.168.1.42 debnext.mondom.dedyn.io mondom.dedyn.io
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
voici ma conf apache
<VirtualHost *:80>
DocumentRoot /var/www/nextcloud/
ServerName debnext.mondom.dedyn.io
ServerAlias mondom.dedyn.io
<Directory /var/www/nextcloud/>
Require all granted
AllowOverride All
Options FollowSymLinks MultiViews
<IfModule mod_dav.c>
Dav off
</IfModule>
</Directory>
</VirtualHost>
en local si je fais un telnet c’est ok
christophe@christophe-lx ~> telnet debnext.cleloup.dedyn.io 80
Trying 192.168.1.41...
Connected to debnext.cleloup.dedyn.io.
Escape character is '^]'.
pouvez vous m’aider ?