Archive for January, 2011
Windows: Error opening installation log file. Verify that the specified log file location exists and is writable
by Ali on Jan.26, 2011, under Windows
I got around it by creating a new administrator account. Log on/off the new admin account and try the install task again.
Apache: NameVirtualHost *:80 has no VirtualHosts error message
by Ali on Jan.14, 2011, under Linux, Misc
If you’re getting the following error when trying to restart Apache server:
NameVirtualHost *:80 has no VirtualHosts
Edit your ports.conf:
nano /etc/apache2/ports.conf
and comment out NameVirtualHost towards the top of your config file.
This should work considering all other settings are correct.