>Hi
>I just update apache from 1.2.0 to 1.3b3, and I have insert in the conf file
>the addign line between the 2 versions.
to old betas is even worse. 1.3b6 is out.
This means it gets a "device not configured" error when it triesQuote:>After this, I can't see the main page of my server ....
>I verify the SMR.CONF / ACCESS.CONF and found nothing.
>I have an error in the /logs/error_log like this :
>[crit] (6)Device not configured : /.htaccess pcfg_openfile: unable to check
>file, ensure it is readable
to open /.htaccess. Do you have some odd setup where attempts
to open /.htaccess don't fail but instead return a device not cofigured
error?
As a workaround, you can do something like:
<Directory />
AllowOverride none
</Directory>
...then you need to be sure you have explicit settings for where you
want to be able to use htaccess files. Setting AllowOverride none
stops Apache from looking for htaccess files and therefore stops
this from occuring.