You are here
T_Gu3 - Fri, 2014/01/03 - 21:14
Hi Guys,
I am installing a beta of Akeneo on a VirtualBox installation of LAMP Stack.
I have installed everything as instructed but get nothing when I navigate to the virtual host and I wish to check if these settings are correct.
I created the host via Webmin with the following settings
- Address - Any
- Port - 54321
- Document Root - /root/pim-community-dev/web
- Server Name - Default
I then updated the directives to according to the akeneo instructions:
<VirtualHost *:54321>
DocumentRoot /root/pim-community-dev/web
<Directory /root/pim-community-dev/web>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog path to error log file*
# Possible values include: debug, info, notice, warn, error, crit, alert, emerg.
LogLevel warn
CustomLog path to access log file* combined
</VirtualHost>
*Had to remove file path as it triggered spam warning
The error/access logs created above are still empty. Is there anything different I should be doing?
Regards
Thomas
Forum:
Add new comment