par robotmixer » 17 Août 2003 12:24
Voilà j'aimerais rendre accessible ipcop sur le port 80 du serveur apache de mon serveur linux du type
<BR>
<BR><!-- BBCode auto-link start --><a href="http://ipcop.mondomaine.dyndns.org" target="_blank">http://ipcop.mondomaine.dyndns.org</a><!-- BBCode auto-link end -->
<BR>ou <!-- BBCode auto-link start --><a href="http://mondomaine.dyndns.org/ipcop/" target="_blank">http://mondomaine.dyndns.org/ipcop/</a><!-- BBCode auto-link end -->
<BR>
<BR>tout en conservant mon site web "normal" en <!-- BBCode auto-link start --><a href="http://mondomaine.dyndns.org" target="_blank">http://mondomaine.dyndns.org</a><!-- BBCode auto-link end -->
<BR>
<BR>J'ai déjà reussi sans trop de difficultés grâce aux virtualhosts à faire ce genre de manipulation pour d'autres sites (ex interface webmin du serveur linux ou mon serveur w2k pour l'asp) mais le problème est le suivant
<BR>
<BR>Lorsque je mets la configuration suivante (qui marche pour d'autres serveur web même pour des ports autres que 80)
<BR>
<BR>NameVirtualHost *
<BR>
<BR><VirtualHost *>
<BR>ServerName ipcop.mondomaine.dyndns.org
<BR>ProxyPass / <!-- BBCode auto-link start --><a href="http://192.168.1.1:81/" target="_blank">http://192.168.1.1:81/</a><!-- BBCode auto-link end -->
<BR>ProxyPassReverse / <!-- BBCode auto-link start --><a href="http://192.168.1.1:81/" target="_blank">http://192.168.1.1:81/</a><!-- BBCode auto-link end -->
<BR></VirtualHost>
<BR>
<BR>ça ne veut pas marcher (idem si je tente en https sur le port 445)
<BR>
<BR>Je me demande si du fait que le serveur apache de ipcop est super bien configuré, il n'y aurait pas une protection qui empecherait que le serveur soit relayé par un autre serveur apache ?
<BR>
<BR>Quelqu'un a une idée ou encore mieux, quelqu'un a déjà reussi à faire marcher le proxypass avec ipcop ?