Re: [EMAIL PROTECTED] WebDAV

2007-04-11 Thread Paul Matthews
> Is there anyone using WebDAV and Basic Authentication from a Windows > Explorer client?? > > Dan > Was there something about it you wanted to know? check out the link below for heaps of information on apache http://www.opensourcehowto.org/how-to/apache/ or if you really want to know about web

[EMAIL PROTECTED] OpenSourceHowTo.org

2007-04-02 Thread Paul Matthews
hi everyone, i've setup a website so that users of open source server side software can come and look at instructional guides, how-to's, forums, wiki's and all sorts of other information about setting up software on Linux for both windows and Linux based networks. I am currently still working on i

Re: [EMAIL PROTECTED] Apache Authentication & Authorization

2007-03-20 Thread Paul Matthews
Hi there, I think this might be what your looking for Setup Apache2 with OpenLDAP Authentication http://www.opensourcehowto.org/how-to/apache/setup-apache2-with-openldap-authentication.html there is a heap of other information about apache on my website if you want to have a look http://www.op

[EMAIL PROTECTED] ntlm mod

2006-04-17 Thread Paul Matthews
hi there, I'm looking into the ntlm mod for apache and I'm just wondering how it works, does it just require auth to view the website or can you set it to pass on credentials to a content management system like mambo? -- Paul Matthews I.T Trainee | The Cathedral School Ph (07) 47222

[EMAIL PROTECTED] i'm lost with this ...

2006-04-11 Thread Paul Matthews
the answer and i'll post it or post it themselves on my website ... -- Paul Matthews I.T Trainee | The Cathedral School Ph (07) 47222 194 | Fax (07) 47222 111 PO Box 944 Aitkenvale Q 4814 E: [EMAIL PROTECTED] W: www.cathedral.qld.edu.au Anglican coeducation | Day and Boarding | Early Ch

RE: [EMAIL PROTECTED] Apache and Active Directory

2006-04-06 Thread Paul Matthews
i'm not sure if this will work with Active Directory but you could try the LDAP auth with apache http://www.yourhowto.org/content/view/47/9/ Paul Matthews I.T Trainee | The Cathedral School Ph (07) 47222 194 | Fax (07) 47222 111 PO Box 944 Aitkenvale Q 4814 E: [EMAIL PROTECT

[EMAIL PROTECTED] Apache with user access to their own home directories via webdav and openldap authentication

2006-03-29 Thread Paul Matthews
i've figure out what i wanted and posted my finding on my website if anyone's interested at looking http://www.yourhowto.org/content/view/50/9/ Paul Matthews I.T Trainee | The Cathedral School Ph (07) 47222 194 | Fax (07) 47222 111 PO Box 944 Aitkenvale Q 4814 E: [EMAIL PR

Re: [EMAIL PROTECTED] openldap on Apache 2.2

2006-03-24 Thread Paul Matthews
> On 3/24/06, Paul Matthews <[EMAIL PROTECTED]> wrote: >> hi there, >> >> I've just upgraded to Fedora core 5 with apache 2.2 and I'm trying to >> get >> apache working with ldap, but with the upgrade the old httpd.conf file >> doesn

[EMAIL PROTECTED] openldap on Apache 2.2

2006-03-24 Thread Paul Matthews
hi there, I've just upgraded to Fedora core 5 with apache 2.2 and I'm trying to get apache working with ldap, but with the upgrade the old httpd.conf file doesn't seam to work. I've added the following lines to my httpd.conf file AuthType Basic AuthName "Case Network ID" AuthLDAPURL "ldap://127

[EMAIL PROTECTED] Mod_Authz_Unixgroup

2006-03-22 Thread Paul Matthews
will create mod_authz_unixgroup.so and copy it into the proper place, and add appropriate AddModule and LoadModule commands to the configuration files. (Actually, it may get the LoadModule command wrong. See below.) Step 4: Go to the CONFIGURATION instructions below.

RE: [EMAIL PROTECTED] Password protect apache home directories

2006-03-22 Thread Paul Matthews
>> -Original Message- >> From: Paul Matthews [mailto:[EMAIL PROTECTED] >> > >> > http://httpd.apache.org/docs/2.2/mod/mod_authz_owner.html >> > >> >> okay i'm not having a lot of luck with this, can just ask a >> simple q

Re: [EMAIL PROTECTED] Password protect apache home directories

2006-03-22 Thread Paul Matthews
> On Wednesday 22 March 2006 10:12, Paul Matthews wrote: > >> okay i'm not having a lot of luck with this, can just ask a simple >> quesion >> then, how can find out if i have authz_owner_module installed and is >> being used by apache? > >

Re: [EMAIL PROTECTED] Password protect apache home directories

2006-03-22 Thread Paul Matthews
>> hi there, >> >> what i'm trying to do is set apache so that when i user trys to access >> there home directory http://www.example.com/~username they have to enter >> there password/username? without adding in each home directory into my >> httpd.conf file and then adding require valid username i

Re: [EMAIL PROTECTED] Password protect apache home directories

2006-03-21 Thread Paul Matthews
> hi there, > > what i'm trying to do is set apache so that when i user trys to access > there home directory http://www.example.com/~username they have to enter > there password/username? without adding in each home directory into my > httpd.conf file and then adding require valid username is ther

[EMAIL PROTECTED] Password protect apache home directories

2006-03-21 Thread Paul Matthews
hi there, what i'm trying to do is set apache so that when i user trys to access there home directory http://www.example.com/~username they have to enter there password/username? without adding in each home directory into my httpd.conf file and then adding require valid username is there a way i c