| Author |
configuring Apache for Sunbird
|
|
|
| Hi,
According to the Sunbird people, you have to publish the .ics file to
the webserver which only works using HTTP PUT. But I can't find this in
Apache. Can somebody tell me where it is?
Thanks,
Huub
| |
| Peter X 2005-08-22, 6:01 pm |
| Huub wrote:
>
> According to the Sunbird people, you have to publish the .ics file to
> the webserver which only works using HTTP PUT. But I can't find this in
> Apache. Can somebody tell me where it is?
>
You need to look at mod_dav (and possibly mod_dav_fs but I'm not 100%
sure what it does!!). There is more information here:
http://httpd.apache.org/docs/2.0/mod/mod_dav.html
NOTE: It mentions on the linked page that you should secure your
webserver *before* enabling WebDAV. Although if you webserver isn't
accessible outside your LAN this is less important.
| |
|
|
> You need to look at mod_dav (and possibly mod_dav_fs but I'm not 100%
> sure what it does!!). There is more information here:
>
> http://httpd.apache.org/docs/2.0/mod/mod_dav.html
>
> NOTE: It mentions on the linked page that you should secure your
> webserver *before* enabling WebDAV. Although if you webserver isn't
> accessible outside your LAN this is less important.
Thank you.
|
|
|
|