On Fri, Feb 01, 2002 at 04:39:37AM -0500, Bob Thibodeau wrote: > On Fri, Feb 01, 2002 at 01:13:53AM -0800, Terry Carney wrote: > > On Thu, 31 Jan 2002, John Kuhn wrote: > > > > > The original line 33 of access.conf was "order allow,deny". I tried > > > changing this to "Order Allow,Deny" and "Order allow,deny". All > > > variations that I tried resulted in a syntax error on line 33 when I ran > > > "apache -t". From a quick scan of the apache source it appears that > > > apache does not care about the case of directives, but the Debian install > > > and config scripts might. > > > > I found that apacheconfig was not loading DSO modules that didn't have > > directives in the /usr/lib/apache/1.3/*.info files being used in > > httpd.conf. In my case mod_access.so which handles the 'Order' directive > > wasn't being loaded. My solution was to Uppercase the 'order' directives > > and run apacheconfig again. > > That's what worked for me, too. (The difference being that you seem to have > known what you were doing.)
Terry & Bob, Thanks for the input. I'll give it a try tonight. John