On Wed, Feb 10, 2010 at 3:26 PM, Howard <[email protected]> wrote: > TNX for the response, Greg. That was the first configuration I put > ProxyPass ad nausea in and no go. What is the function of > sites-available/default versus sites-enabled/000-default (which is what I'm > trying right now)?? Yet another Google search, sigh.
000-default is usually a symlink to default. You put vhost entry files in /etc/apache2/sites-available, then you turn them on and off with symlinks to them in /etc/apache2/sites-enabled. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
