Nathan Colgate RSS

This is the personal blog of Nathan Colgate Clark. I work at Brand New Box. I developed a content management system for churches.

Archive

Aug
19th
Wed
permalink

Trouble with Deprec Setting up Apache and Passenger

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 up.