On Mon, 9 Apr 2007, [EMAIL PROTECTED] wrote:
> Sorry forgot to include the chunk that line 141 comes from: > > <Files ~ "^\.ht"> > Order allow,deny > Deny from all > </Files> >
The Order directive is from mod_access, which wasn't on the list of compiled-in modules you had. See if it appears in httpd/apache2 -M or if Order appears in httpd/apache2 -L. -- jpg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

