Re: [EMAIL PROTECTED] DAV on + ssl ?

2007-02-08 Thread Brandon Fosdick
[EMAIL PROTECTED] wrote: > > Have anyone succeeded to set up DAV running on top of SSL ? > > If so please post your configs.Thanks. > > Every time I turn dav on, ssl stops!? I've never had any problems running DAV+SSL. The stock setup for both should work just fine. How do you know SSL stops?

Re: [EMAIL PROTECTED] how to customise response to OPTIONS request?

2006-08-10 Thread Brandon Fosdick
Jens Theisen wrote: > Hello, > > I have a cgi application and want to add basic webdav functionality. I > wonder if it is an option to implement webdav on the cgi level. What do you mean by "add basic webdav functionality" to a cgi app? You may be able to get away with allowing mod_dav to contro

Re: [EMAIL PROTECTED] How to unlock files for dav?

2006-08-03 Thread Brandon Fosdick
Laurent Blume wrote: > Hi all, > > I've had the same problem a few times, and I'm wondering if there's a > clean solution: > some users are accessing a web directory (an Apache 2.0.54 server) with > DreamWeaver, using WebDAV, It seems that sometimes, files and > directories get locked, and are nev

Re: [EMAIL PROTECTED] Confused with VirtualHosts & Global ServerName/DocumentRoot

2006-08-01 Thread Brandon Fosdick
Boyle Owen wrote: > Then the only "global" directives (ie, outside VHs) should be those that > are truly global and meant to apply to all VHs. I tend to follow the same policy, however I've noticed that when I don't set a global ServerName I get startup errors like "httpd: Could not reliably det

Re: [EMAIL PROTECTED] mod_log_mysql and 2.2?

2006-07-25 Thread Brandon Fosdick
Nick Kew wrote: > On Tuesday 25 July 2006 07:16, Brandon Fosdick wrote: >> Anyone have any experience using mod_log_mysql with the 2.2 release? > > Nope. > > If it worked with 2.0, it should work fine with 2.2. But with 2.2 you should > be using DBD instead of hookin

[EMAIL PROTECTED] mod_log_mysql and 2.2?

2006-07-24 Thread Brandon Fosdick
Anyone have any experience using mod_log_mysql with the 2.2 release? The module's webpage (http://bitbrook.de/software/mod_log_mysql/) looks a bit outdated. It mentions needing a patched version of mod_log_config...is that still true? ---

Re: [EMAIL PROTECTED] Re: limiting log files' size

2006-07-12 Thread Brandon Fosdick
Michael Gale wrote: > What does FreeBSD use to rotate it's logs, it most likely has the same > features ? The base system has newsyslog, which does most everything logrotate does. But, logrotate is in the ports tree in case you need/want it. --

Re: [EMAIL PROTECTED] DirectoryIndex, DirectorySlash and mod_dav?

2006-07-11 Thread Brandon Fosdick
Joshua Slive wrote: > What are you trying to accomplish? As I said, activating DAV without > any DAV methods doesn't make any sense. I was trying to see if I could give my users a public_html directory within their DAV shares. > In addition, the use of "Dav UserDir" implies you are using some >

Re: [EMAIL PROTECTED] DirectoryIndex, DirectorySlash and mod_dav?

2006-07-11 Thread Brandon Fosdick
Joshua Slive wrote: > Show us the config and log entries. In general, activating DAV for a > directory shouldn't change anything about GET/HEAD requests. This is the relevant bit from httpd.conf --- #Serve account public_html directories DirectoryIndex index.html

[EMAIL PROTECTED] DirectoryIndex, DirectorySlash and mod_dav?

2006-07-11 Thread Brandon Fosdick
As a quick hack I tried enabling mod_dav on a location to see if it would act as a storage backend for regular page serving. That is, just to use it for GET and HEAD requests and none of the other DAV-related requests. For the most part it works, but for some reason DirectorySlash and Director