15-03-2019
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# d
|
||||
|
||||
|
||||
|
||||
# Installer Apache (homebrew)
|
||||
|
||||
### Installation:
|
||||
@@ -82,7 +86,15 @@ Editer le fichier *httpd-vhosts.conf*:
|
||||
|
||||
#### Redirection de port:
|
||||
|
||||
wiki.js tourne sur localhost:3000 Pour le rendre disponible sur wiki.silverbook.local:
|
||||
wiki.js tourne sur localhost:3000
|
||||
|
||||
Pour le rendre disponible sur wiki.silverbook.local:
|
||||
|
||||
Editer le fichier *httpd.conf* et activer les modules `mod_proxy` et `mod_proxy_http`:
|
||||
```bash
|
||||
LoadModule proxy_module lib/httpd/modules/mod_proxy.so
|
||||
LoadModule proxy_http_module lib/httpd/modules/mod_proxy_http.so
|
||||
```
|
||||
|
||||
Editer le fichier *hosts*:
|
||||
|
||||
@@ -101,6 +113,7 @@ Editer le fichier *httpd-vhosts.conf*:
|
||||
ProxyPassReverse / http://localhost:3000/
|
||||
ProxyPreserveHost On
|
||||
</VirtualHost>
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user