>>> [EMAIL PROTECTED] 07/11/00 03:00PM >>>
>[error] System: Permission denied (errno: 13)
>[Tue Jul 11 13:52:18 2000] [error] mod_ssl: Child could not open
>SSLMutex lockfile /django/opt/apache_1.3.12/logs/ssl_mutex.8681
>as per faq the answer is:
>"This is usually caused by to restrictive permissions on the parent
>directories. Make sure that all parent directories (here /opt,
>/opt/apache and /opt/apache/logs) have the
>x-bit set at least for the UID under which Apache's children are
>running...."
>How do I get the x-bit set for all of these directories? I am runnig
>apache out of a non-standard directory:::/django/opt/apache_1.3.12....
>Is it a simple chmod -R +x apache_1.3.12/ ?? Do I need to specifiy that
>the user is nobody?
All you have to do is set a+x for the directory where you put your ssl mutex and all its parent directories.  So for you, you'd do something like this:
 
   chmod a+x /django
   chmod a+x /django/opt
   chmod a+x /django/opt/apache_1.3.12
   chmod a+x /django/opt/apache_1.3.12/logs
 
Hope this helps.
 
--Cliff
 
Cliff Woolley
Central Systems Software Administrator
Washington and Lee University
http://www.wlu.edu/~jwoolley/
 
Work: (540) 463-8089
Pager: (540) 462-2303

Reply via email to