Apache 2 sur raspberry 4 config 2 nom de domaine
Bonjour,
Besoin d'un petit coup de main sur apache, je galaire comme rarement.
(soyez indulgent c'est mon 1er forum a 45 ans) :oops:
J'ai donc un raspberry 4 avec jeedom et le port 80 paramétré sur jeedom directe.
aujourd'hui quant je tape sur google bbabary.com -->jeedom
je voudrais pouvoir accéder a jeedom avec bbabary@freeboxos.fr
et accéder a l'index de mon site en html avec bbabary.com /var/www/html/Site
actuellement mon mon fichier default
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| <VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ErrorLog /var/www/html/log/http.error
ProxyPass /api <a href="http://192.168.1.26:8088/api" target="_blank">http://192.168.1.26:8088/api</a> nocanon
ProxyPassReverse /api <a href="http://192.168.1.26:8088/api" target="_blank">http://192.168.1.26:8088/api</a>
ProxyRequests Off
AllowEncodedSlashes NoDecode
#Local reverse proxy authorization override
#Most unix distribution deny proxy by default (ie /etc/apache2/mods-enabled/proxy.conf in Ubuntu)
<Proxy http://192.168.1.26:8088/api*>
Order deny,allow
Allow from all
</Proxy>
</VirtualHost> |
merci pour votre aide pas moyen d'y arriver....