oui la c'est un exemple...
mais si tu change le port 58000 en whatever, tu te loggera en whatever aprés avoir dedémarré l'appli
mais si tu change le port 58000 en whatever, tu te loggera en whatever aprés avoir dedémarré l'appli
<?
header('Location: http://.'$_SERVER["SERVER_ADDR"]'.:'80');
>
# Module: http
--module=http
### HTTP Connector Configuration
## HTTP port to listen on
# jetty.port=58000
jetty.port=80
ln -s $(getcfg -f /etc/config/qpkg.conf QPydio install_path)/QPydio /share/Web/QPydio
ln -s $(getcfg -f /etc/config/qpkg.conf KeyBox install_path) /share/Web/KeyBox
header("Location: https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
<?
header('Location: http://.'$_SERVER["SERVER_ADDR"]'.:'58000');
>
<?
header('Location: http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
>
<VirtualHost *:80>
ServerName sub.domain.com
ProxyPass / http://localhost:58000/
ProxyPassReverse / http://localhost:58000/
</VirtualHost>