Answer the question
In order to leave comments, you need to log in
How to setup access to phpmyadmin in apache2?
Good afternoon. I'm running express on port 3000, to access the site via a direct link I configured apache2 like this
<VirtualHost *:80>
ServerName site.ru
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://site.ru:3000/
ProxyPassReverse / http://site.ru:3000/
</VirtualHost>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question