phpstudy2018 Apache reverse proxy site domain name management error
张垚
张垚 2018-12-20 14:11:21
0
0
872
<VirtualHost *:80>
    DocumentRoot "D:\work"
    ServerName www.zy.com
ProxyPass / http://127.0.0.1:81/
ProxyPassReverse / http://127.0.0.1:81/
  <Directory "D:\work">
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
     Require all granted
  </Directory>
</VirtualHost>

When using the following code, the entire domain name site management becomes garbled. After saving the configuration, ProxyPass is lost

张垚
张垚

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template