Displaying 1 result from an estimated 1 matches for "warmlyyour".
Did you mean:
  warmlyyours
  
2006 Nov 08
2
Apache 2.2.3 setup woes
...mited.
I''ve also checked the permission for the www-data user that my apache runs
under and all checks out and is similar there.
Any other areas I could look at?
Here''s the virtual host config
Listen 192.168.100.100
<VirtualHost 192.168.100.100>
  ServerName myprojects.warmlyyours.com
  DocumentRoot /var/www/approot/public
  <Directory "/var/www/approot/public">
        Options FollowSymLinks
        AllowOverride None
        Order allow,deny
        Allow from all
  </Directory>
  # Configure mongrel_cluster
  <Proxy balancer://mongrel_cluster>...