On Fri, Feb 26, 2010 at 10:35 AM, Curt Lundgren <verif...@gmail.com> wrote:
> I believe the default behavior of Apache is to load anything in the
> /etc/httpd/conf.d/ directory that has a .conf extension.  You might try
> moving the ssl.conf file somewhere else.

I wouldn't assume that it's the default behavior but if the distro has
a conf.d directory there will probably be something like this in the
httpd.conf :

#
# Load config files from the config directory "/etc/httpd/conf.d".
#
Include conf.d/*.conf

that makes it load any .conf files in that subdir

Sabuj

-- 
You received this message because you are subscribed to the Google Groups 
"NLUG" group.
To post to this group, send email to nlug-talk@googlegroups.com
To unsubscribe from this group, send email to 
nlug-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nlug-talk?hl=en

Reply via email to