安装akeneo后它不起作用
<VirtualHost *:80>
ServerAdmin admin@example.com
DocumentRoot /var/www/html/akeneo/pim-community-standard/web
ServerName example.com
ServerAlias www.example.com
<Directory /var/www/html/akeneo/pim-community-standard/web>
Options FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/akeneo_error.log
CustomLog ${APACHE_LOG_DIR}/akeneo_access.log combined
</VirtualHost>
当我尝试在浏览器中打开http://example.com时,它没有运行。
任何指导任何帮助?