You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by "Olivier J.F. Martin" <ma...@ifh.ee.ethz.ch> on 1997/03/11 10:30:00 UTC

config/226: automount error[386]: server .htaccess not responding

>Number:         226
>Category:       config
>Synopsis:       automount error[386]: server .htaccess not responding
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Mar 11 01:30:00 1997
>Originator:     martin@ifh.ee.ethz.ch
>Organization:
apache
>Release:        1.2b7
>Environment:
Solaris 2.5.1 , gcc compiler
>Description:
We are using the automounter to mount the different user partitions.
The mounting point is /home and the different user directory are then
mounted as /home/ifh/user-name .  Our web pages are on /home/ifh/www .

The automounter gave an error:

automountd[386]: server .htaccess not responding

that was caused by apache to look for a file /home/.htaccess that it
couldn't find as /home is just a mounting point.  This happend in spite
of the fact that there was an "AllowOverride None" in access.conf for the 
different directories containing web files.

The workaround we found to solve this problem was to explicitely include
the /home mounting point in the access.conf file:

<Directory /home>
AllowOverride None
</Directory>

Hope that's useful for somebody else!
>How-To-Repeat:
see above
>Fix:
see abov
>Audit-Trail:
>Unformatted: