apache配置文件httpd.cof 配置虚拟主机80端口
apache开启了虚拟主机 配置80端口会覆盖住 默认的httpd.conf文件里的80配置
直接上图

代码
<VirtualHost *:80> DocumentRoot /var/www/html1/public ProxyRequests Off ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9001/var/www/html1/public/$1 <Directory "/var/www/html1/public"> Options Indexes FollowSymLinks AllowOverride all Require all granted </Directory> </VirtualHost>
                    
                
                
            
        
浙公网安备 33010602011771号