Pessoal é o seguinte preciso configurar o apache para receber compartilhar os arquivos do mozilla sunbird estou usando a distro Red Hat 5 Enterprise alguém ja fez isso ja configurei algumas coisas no apache vou postar o httpd.conf para análise

Agradeço desde já

#
# The following directive disables redirects on non-GET requests for
# a directory that does not include the trailing slash. This fixes a
# problem with Microsoft WebFolders which does not appropriately handle
# redirects for folders with DAV methods.
# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
#
<IfModule dav_module>
<Ifmodule dav_fs_module>
<Ifmodule setenvif_module>
<Ifmodule authn_file_module>
DAVLockDB "/var/lib/dav/lockdb"
Alias /davcal/central "/var/www/html/davcal/central"
<Directory /var/www/html/davcal/central>
Dav On
Order allow,deny
Allow from all
AuthName Dav-upload
#AuthType basic
#AuthUserFile /etc/httpd/auth/acesso
#AuthGroupFile /etc/httpd/auth/acessogrupo
#Require group central
<LimitExcept GET HEAD OPTIONS>
#Require valid-user
</LimitExcept>
</Directory>
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "MS FrontPage" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
BrowserMatch "^XML Spy" redirect-carefully
BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
</Ifmodule>
</Ifmodule>
</Ifmodule>
</Ifmodule>
#