You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2013/12/18 13:44:39 UTC

[Httpd Wiki] Update of "PcfgOpenfile" by SeanTimmins

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The "PcfgOpenfile" page has been changed by SeanTimmins:
https://wiki.apache.org/httpd/PcfgOpenfile?action=diff&rev1=3&rev2=4

  
  The above error message indicates that {{{httpd}}} is unable to check whether an {{{.htaccess}}} file exists. This is often caused by too-strict file-system permissions on the directory (as shown by the {{{(13)Permission denied}}} part of the message). Some possible solutions:
  
-  1. Just ask {{{httpd}}} to stop looking for {{{.htaccess}}} files by setting {{{AllowOverride off}}} in {{{httpd.conf}}} for the relevant directories.
+  1. Just ask {{{httpd}}} to stop looking for {{{.htaccess}}} files by setting {{{AllowOverride None}}} in {{{httpd.conf}}} for the relevant directories.
  
   2. Fix the file-system permissions on the directory path (often {{{/home/user}}}). {{{chmod 755}}} is usually sufficient, and you can set stricter permissions if {{{httpd}}} is configured to run under the user or group that owns the directory.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org