August 2009
2 posts
Custom Generators That Work in all of your Rails...
Go here:
/Library/Ruby/Gems/1.8/gems/rails-X.X.X/lib/rails_generator/generators/components/
Trouble with Deprec Setting up Apache and...
I was getting this error a lot:
VirtualHost *:80 — mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
The fix:
I had to remove the default site:
cd /etc/apache2/sites-enabled/
sudo rm 000-default
The file is still available here:
/etc/apache2/sites-available/
But is not conflicting with the config files that deprec sets...