我已安装 CMS 并使用以下配置
<VirtualHost *:8080>
ServerAdmin admin@example.com
DocumentRoot /var/www/html/chamilo
ServerName 127.0.0.1
<Directory /var/www/html/chamilo/>
Options FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
我也尝试过不同的配置
<VirtualHost *:80>
我给了 Servername 127.0.0.1, localhost, 0.0.0.0 但它们似乎都无法访问。
任何帮助表示赞赏...谢谢