問題描述
阿里雲,雲服務器 ECS使用ip訪問出現無法訪問
解決方法:
設置安全組配置-》配置規則-》添加安全組規則
選擇http協議



設置成功后訪問出現
You don't have permission to access / on this server.
版本:apache2.4.18
問題百度答案修改之后無效
最后修改C:\wamp64\bin\apache\apache2.4.18\conf\extra\httpd-vhosts.conf
文件
# # Virtual Hosts # <VirtualHost *:80> ServerName localhost DocumentRoot c:/wamp64/www <Directory "c:/wamp64/www/"> Options +Indexes +FollowSymLinks +MultiViews AllowOverride All Require all granted </Directory> </VirtualHost>
訪問成功,之前修改了很多次httpd.conf 如果修改了httpd-vhosts.conf
還無效那就試試同時修改下httpd.conf
# onlineoffline tag - don't remove
Order Allow,Deny
Allow from all
