Koozali.org: home of the SME Server

-CCR- How to install mod_dav

haj

-CCR- How to install mod_dav
« on: April 01, 2004, 01:12:05 AM »
URL: http://no.longer.valid/phpwiki/index.php/How%20to%20install%20mod_dav

Request: Please test and report your results.

salesman

-CCR- How to install mod_dav
« Reply #1 on: April 01, 2004, 09:14:12 AM »
Install went fine (on a 6.01), but calendar for mozilla does not work.

Michael

haj

-CCR- How to install mod_dav
« Reply #2 on: April 02, 2004, 12:44:26 AM »
Ooops, sorry I forgot that:

Quote
Dav lockfile:

    * Open template fragment

    pico /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/35DavLock

    * Type that content:

<IfModule mod_dav.c>
    DAVLockDB /var/run/davLocks/DAVLock
</IfModule>

    * Save the file (ctrl+X)
    * Create lock directory and give it the right ownership

    mkdir /var/run/davLocks
    chown www:www /var/run/davLocks


Also added a note on sharing calendars.

HowTo updated

[/b]

Anonymous

-CCR- How to install mod_dav
« Reply #3 on: April 04, 2004, 07:47:35 AM »
Hi,
so now i can read an ics file (which i copied into the files folder of an "webdeav'ed" ibay), but calendar cannot write to it.
Maybe webdav location should move away from the ibays to the webshare directories (http://no.longer.valid/mylinks/visit.php?cid=123&lid=296),
which work great for uploads, and is allready .htaccess-enabled.

Michael

Anonymous

-CCR- How to install mod_dav
« Reply #4 on: April 04, 2004, 08:14:39 AM »
Sorry, my mistake - works great.
Michael

Offline mdo

  • *
  • 355
  • +0/-0
-CCR- How to install mod_dav
« Reply #5 on: April 04, 2004, 11:39:32 AM »
Laurent,

thanks for your work on that. After your updated documentation, it's working fine here.
Looking at the available clients, I like the approach with .ics files but I feel a need for the web based access as an alternative when users are travelling (same as imap mail client plus webmail).
I downloaded and played with phpicalendar and so far I can read the .ics file that I created with Mozilla's calendar but I cannot update through the web interface.

Has anybody experience with phpicalendar?

Regards,
Michael Doerner
...

Offline stiperstones

  • *
  • 177
  • +0/-0
    • http://www.stiperstones.com
-CCR- How to install mod_dav
« Reply #6 on: April 04, 2004, 06:40:20 PM »
Hi all
When enabling WebDav on my server i am unable to log onto sever_manager using ssl
Any idea's
Stiperstones

http://wiki.contribs.org/Koozali_Foundation
Try the Wiki some great how's there

"My Licence".........

Don't report security issues here - Contact security at contribs dot org
Don't report problems here - Please report bugs @ http://bugs.contribs.org/
Don't ask the same question twice - Please search the forums, your question may have been asked before - Thank You.

Anonymous

-CCR- How to install mod_dav
« Reply #7 on: April 05, 2004, 12:09:36 AM »
Quote from: "mdo"
Laurent,

thanks for your work on that. After your updated documentation, it's working fine here.
Looking at the available clients, I like the approach with .ics files but I feel a need for the web based access as an alternative when users are travelling (same as imap mail client plus webmail).
I downloaded and played with phpicalendar and so far I can read the .ics file that I created with Mozilla's calendar but I cannot update through the web interface.

Has anybody experience with phpicalendar?

Regards,
Michael Doerner


PhpIcalendar can only read ics :)

Quote
Hi all
When enabling WebDav on my server i am unable to log onto sever_manager using ssl
Any idea's


try
#service httpd-admin restart

haj

-CCR- How to install mod_dav
« Reply #8 on: April 05, 2004, 12:11:59 AM »
Quote from: "mdo"
Laurent,

thanks for your work on that. After your updated documentation, it's working fine here.
Looking at the available clients, I like the approach with .ics files but I feel a need for the web based access as an alternative when users are travelling (same as imap mail client plus webmail).
I downloaded and played with phpicalendar and so far I can read the .ics file that I created with Mozilla's calendar but I cannot update through the web interface.

Has anybody experience with phpicalendar?

Regards,
Michael Doerner

frej

ok, still...
« Reply #9 on: April 09, 2004, 12:56:59 AM »
Install went ok on 5.6. Thanks a lot for this !

But there's still something I would like to do : set up a semi-public area for viewing calendars (1 public user account), and a private area for updating the calendar.
I tested the access through a password protected i-bay : it's ok when updating. That makes my public user account for viewing.
The tricky part is to set up a second user account on the directory that stores the calendars (for limiting updates to 1 private user account).

I'm not really a linux guru, so if anyone can help...

thx in advance.
Frej.

Anonymous

Re: ok, still...
« Reply #10 on: April 09, 2004, 08:55:43 AM »
Quote from: "frej"
Install went ok on 5.6. Thanks a lot for this !

But there's still something I would like to do : set up a semi-public area for viewing calendars (1 public user account), and a private area for updating the calendar.
I tested the access through a password protected i-bay : it's ok when updating. That makes my public user account for viewing.
The tricky part is to set up a second user account on the directory that stores the calendars (for limiting updates to 1 private user account).

I'm not really a linux guru, so if anyone can help...

thx in advance.
Frej.



Create a no-password-protected Ibays
Put there public Calendars

To have private calendars for user MYUSER:

- create a directory MYUSER in the Ibay
- cd to directory MYUSER
- pico .htaccess
- paste:


AuthUserFile /home/e-smith/files/ibays/IBAYNAME/html/MYSUSER/.htpasswd
AuthGroupFile /dev/null
AuthName "Please authenticate"
AuthType Basic
require MYUSER

- save  
- create password file:

#htpasswd -c .htpasswd MYUSER

and choose a password


Haven't tried but should work

More infos there:
http://hoohoo.ncsa.uiuc.edu/docs/tutorials/user.html

frej

ok for .htaccess, but...
« Reply #11 on: April 15, 2004, 01:34:07 AM »
ok for .htaccess that uses .htpasswd, but what if I just want to use the users and passwords inside my SME box ? I tried the following .htacces file :

    AuthName "agendas"
    AuthType Basic
    AuthExternal pwauth
    require user <username>

This is ok if I accordingly modify the setup of httpd.conf by adding AuthConfig to get :

    AllowOverride Options FileInfo AuthConfig

This gives me a working website for viewing I put that file in the dir where the iCalendar file is stored... but updating that file does not work :-(

any idea ?

frej

oups
« Reply #12 on: April 15, 2004, 11:27:12 PM »
my mistake : publishing works if owner of the directory where calendars are stored is "www"

badger

What went wrong? No webserver after install webdav on 6.0r3
« Reply #13 on: April 17, 2004, 09:29:58 PM »
Hello,

Probably I did something wrong but I don't know what. And I dont know where to start repairing. Here's what happened:

I installed mod_dav according to the docs on this site. It responded ok on the commandline, but when I was done. The total webserver didn't responde. So even no server_manager through admin console. So no backup :evil:

How can I repair my templates without losing data/e-mail  from the rest.

Many thanks,

dutch badger

badger

Disabling Moddav again 'solves' problem.
« Reply #14 on: April 17, 2004, 10:34:28 PM »
My problem of a complete disfunctional apache solves when I disable mod_dav. Not really solved, but maybe I have to look closer to the docs first before trying again. First I'm making a backup now. Still I would like to know how to make it work. Mozilla Calendar.