DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9878>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9878

entering DAV directives into httpd.conf causes syntax error, server will not 
start

           Summary: entering DAV directives into httpd.conf causes syntax
                    error, server will not start
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_dav
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Apache 2.0.36 compilied on Solaris 2.7

configure statement:
./configure --prefix=/local/apache_2.0.36 \
--enable-so --enable-ssl=shared \
--with-ssl=/local/openssl-0.9.6d \
--enable-mods-shared="auth_anon auth_dbm cern_meta dav expires \
headers info mime_magic rewrite unique_id usertrack"

This complies fine, server runs fine with the
  LoadModule dav_module modules/mod_dav.so
statement in httpd.conf.   
server-info web page shows that the DAV module is there:
   ...
  Module Name: mod_dav.c 
  Content handlers: yes
  Configuration Phase Participation: Create Directory Config, Merge
Directory      Configs, Create Server Config, Merge
  Server Configs
  Request Phase Participation: Check Type 
  Module Directives:
      DAV - specify the DAV provider for a directory or location 
      DAVMinTimeout - specify minimum allowed timeout 
      DAVDepthInfinity - allow Depth infinity PROPFIND requests 
Current Configuration: 

However attempting to add any of the DAV directives to the httpd.conf
file result in errors --

1) added:  DAVLockDB /local/apache_2.0.36/logs/DAVLock
   result:   
  # ../bin/httpd -t
  Syntax error on line 1054 of /local/apache_2.0.36/conf/httpd.conf:
  Invalid command 'DAVLockDB', perhaps mis-spelled or defined by a module not 
  included in the server configuration

2) added: DAV On to a Directory container
   result:  
   # ../bin/httpd -t
   Segmentation Fault

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to