Browse Source

un bout httpd.conf

Sniperovitch 8 years ago
parent
commit
a1edfa47a1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      config_apache.txt

+ 6 - 0
config_apache.txt

@@ -0,0 +1,6 @@
+a2enmod proxy
+a2enmod proxy_http
+
+ProxyPass /bartender http://localhost:5000/
+ProxyPassReverse / http://localhost:5000/
+