#enable modules
a2enmod proxy proxy_http
#add virtualhost<VirtualHost name.test.com:80><Location />ProxyPass http://localhost:8000/AllowOverride AllOrder allow,denyAllow from all</Location></VirtualHost>
More Posts
You must be logged in to post a comment.
Username
Password
Remember Me
#enable modules
a2enmod proxy proxy_http
#add virtualhost
<VirtualHost name.test.com:80>
<Location />
ProxyPass http://localhost:8000/
AllowOverride All
Order allow,deny
Allow from all
</Location>
</VirtualHost>
Nattakon Mingkaew
More Posts
Nattakon Mingkaew