You should only need one vhost and it should look more like this:
ServerName example.com
ErrorLog /var/log/httpd/error.log
CustomLog /var/log/httpd/access.log combined
ProxyPass /first ajp://localhost:8009/
ProxyPassReverse /first ajp://localhost:8009/
Thank you!! I ended up getting this just 5 minutes ago, and then saw your
email!
Frederick Finn
http://www.fredfinn.com
On Tue, May 6, 2014 at 1:43 PM, Yehuda Katz wrote:
> You should only need one vhost and it should look more like this:
>
>
> ServerName example.com
> ErrorLo