PDA

View Full Version : Newb: Is this WebDav setup going to work?


smartin
12th January 2010, 16:33
Hi,

I have an ISPc3 setup working well and I'm petrified of breaking anything so just wanted someone to sanity-check the following... I really have no idea what I'm doing.

I notice there is a lot of interest in webdav as related to ISP3 so perhaps this can become a howto in the end...

I'm assuming the following:

I'm running ISP3 on Ubuntu 8.04 LTS server.
My site is called 'www.mysite.com'. It's already created using ISPc3.
I want to create a dav folder for the client 'Mike' within my website.

Does the following make sense...?

Become root:

sudo su


Enable the WebDav modules:

a2enmod
dav (enter)
a2enmod
dav_fs (enter)


Reload apache

/etc/init.d/apache2 force-reload


Create a dav folder for 'Mike': (The exact location may be different for you)

mkdir /var/www/clients/client4/www.mysite.com/web/clients/dav/mike


Only allow root and www-data group members to access. Then set permissions:

chgrp root:www-data /var/www/clients/client4/www.mysite.com/web/clients/dav/mike
chmod 640 /var/www/clients/client4/www.mysite.com/web/clients/dav/mike



Create the htpasswd file and add the user 'mike'. The -c flag creates the file if it doesn't already exist. *Only* use it the first time. You will be asked for the password you wish 'mike' to use.

htpasswd -c /var/www/clients/client4/www.mysite.com/web/clients/dav/mike/.DAVlogin mike


I then go to my ISPc3 control panel and log in.
I go to the 'Sites' tab
Click on 'www.mysite.com'
Go to 'Options'

In the 'Apache Directives' field I paste in:

DAVLockDB /tmp/DAVLock
#DAVMinTimeout 600

<Location /clients/client4/www.mysite.com/web/clients/dav/mike/>
Dav On

AuthType Basic
AuthName mike
AuthUserFile /var/www/clients/client4/www.mysite.com/web/clients/dav/mike/.DAVlogin

<LimitExcept OPTIONS>
Require user mike
</LimitExcept>
</Location>


Save and log out of ISPc3

Restart apache

/etc/init.d/apache2 restart


I more or less have to repeat this whole thing for each WebDav user I want to create.

Is this going to work?

Is there a more elegant way, especially given that I will need to create further password protected Dav folders for other users?

Thanks guys! :-)

S

smartin
14th January 2010, 13:53
Hi,

Sadly have to report that this *will not* work...

Things that are tripping me up:

I thought the command to add a directory to several groups (root and www.data in this case) was

chgrp root:www.data directoryname


But I get:
chgrp: invalid group: `root:www-data'

I have given the dav folder permissions of 640 775 and 777 but nothing works.

When I try to access the folder through a browser I get 'Access forbidden'

My log is saying:
[Thu Jan 14 12:43:42 2010] [error] [client 192.168.0.6] Directory index forbidden by Options directive: /var/www/www.mytestsite.co.uk/web/davtest/

Does anyone have any ideas to get me past this?

I'd really appreciate it :-)

S

falko
15th January 2010, 13:23
chgrp root:www.data directorynameThe correct group name is www-data, not www.data.

smartin
15th January 2010, 15:17
The correct group name is www-data, not www.data.

Falko,

I was hoping you'd show up... ;-)

That must be a typo in my post here. Sorry. The error message from Terminal had it correct as www-data not www.data so I must have got it right in my command originally.

Any other ideas as to why things aren't working?

The message from my error log makes me think the issue is in the code I pasted into the options field in ISPc3...? I just don't know enough to spot the issue.


DAVLockDB /tmp/DAVLock
#DAVMinTimeout 600

<Location /clients/client4/www.mysite.com/web/clients/dav/mike/>
Dav On

AuthType Basic
AuthName mike
AuthUserFile /var/www/clients/client4/www.mysite.com/web/clients/dav/mike/.DAVlogin

<LimitExcept OPTIONS>
Require user mike
</LimitExcept>
</Location>


What are your thoughts?

S

falko
16th January 2010, 15:23
Are you sure that the path in <Location /clients/client4/www.mysite.com/web/clients/dav/mike/>
is correct?

smartin
19th January 2010, 10:33
Are you sure that the path in <Location /clients/client4/www.mysite.com/web/clients/dav/mike/>
is correct?

Falko,

It seems the path wasn't correct (thanks :-) but I *still* can't get things right...

This is what I just did...


root@mybox:/var/www/clients/client1/www.myothersite.co.uk/log# locate davtest
/var/www/clients/client1/web1/web/davtest
/var/www/clients/client1/web1/web/davtest.DAVlogin
root@mybox:/var/www/clients/client1/www.myothersite.co.uk/log# htpasswd -c /var/www/clients/client1/web1/web/davtest/.Davlogin davtest
New password:
Re-type new password:
Adding password for user davtest
root@mybox:/var/www/clients/client1/www.myothersite.co.uk/log# /etc/init.d/apache2 restart
* Restarting web server apache2
...done.
root@mybox:/var/www/clients/client1/www.myothersite.co.uk/log# chgrp root:www-data /var/www/clients/client1/web1/web/davtest
chgrp: invalid group: `root:www-data'
root@mybox:/var/www/clients/client1/www.myothersite.co.uk/log# chmod 640 /var/www/clients/client1/web1/web/davtest
root@mybox:/var/www/clients/client1/www.myothersite.co.uk/log# /etc/init.d/apache2 restart
* Restarting web server apache2
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
...fail!
root@mybox:/var/www/clients/client1/www.myothersite.co.uk/log# /etc/init.d/apache2 restart
* Restarting web server apache2
httpd (no pid file) not running
...done.
root@mybox:/var/www/clients/client1/www.myothersite.co.uk/log# /etc/init.d/apache2 restart
* Restarting web server apache2
...done.
root@mybox:/var/www/clients/client1/www.myothersite.co.uk/log#


I created the directory 'davtest' using my ftp client first, then searched for it... I still get the error:



ERROR 403 - Forbidden!
The following error occurred:

You are not permitted to access the requested URL.

Please contact the webmaster with any queries.


My error log says:

[Tue Jan 19 09:14:34 2010] [crit] [client 192.168.0.6] (13)Permission denied: /var/www/www.myothersite.co.uk/web/davtest/.htaccess pcfg_openfile: unable to check htaccess$


These are the permissions:

root@mybox:/var/www/clients/client1/web1/web# ls -a -l
total 36
drwxr-xr-x 5 web1 client1 4096 2010-01-14 13:50 .
drwxr-xr-x 6 root root 4096 2009-06-09 11:38 ..
drw-r----- 2 www-data client1 4096 2010-01-19 09:06 davtest
-rw-r--r-- 1 root root 22 2010-01-14 14:08 davtest.DAVlogin
drwxr-xr-x 2 web1 client1 4096 2009-06-09 10:48 error
-rwxr-xr-- 1 web1 client1 1406 2009-06-09 10:48 favicon.ico
-rwxr-xr-- 1 web1 client1 0 2009-06-09 10:48 .htaccess
-rwxr-xr-- 1 web1 client1 1861 2009-06-09 10:48 index.html
-rwxr-xr-- 1 web1 client1 34 2009-06-09 10:48 robots.txt
drwxr-xr-x 2 web1 client1 4096 2010-01-15 00:30 stats
lrwxrwxrwx 1 root root 16 2009-06-09 12:12 webmail -> /var/www/webmail


Make any sense?

Thanks for your help as always...

(Why do I get those apache errors on restart btw...? They go away on the third attempt...)

S

falko
20th January 2010, 13:32
Directories must always be executable, so oyu should try a
chmod 751 davtest

smartin
20th January 2010, 14:41
Directories must always be executable, so oyu should try a
chmod 751 davtest

Falko,

Really sorry but after

root@mybox:/var/www/clients/client1/web1/web# ls -a -l
total 36
drwxr-xr-x 5 web1 client1 4096 2010-01-14 13:50 .
drwxr-xr-x 6 root root 4096 2009-06-09 11:38 ..
drw-r----- 2 www-data client1 4096 2010-01-19 09:06 davtest
-rw-r--r-- 1 root root 22 2010-01-14 14:08 davtest.DAVlogin
drwxr-xr-x 2 web1 client1 4096 2009-06-09 10:48 error
-rwxr-xr-- 1 web1 client1 1406 2009-06-09 10:48 favicon.ico
-rwxr-xr-- 1 web1 client1 0 2009-06-09 10:48 .htaccess
-rwxr-xr-- 1 web1 client1 1861 2009-06-09 10:48 index.html
-rwxr-xr-- 1 web1 client1 34 2009-06-09 10:48 robots.txt
drwxr-xr-x 2 web1 client1 4096 2010-01-15 00:30 stats
lrwxrwxrwx 1 root root 16 2009-06-09 12:12 webmail -> /var/www/webmail
root@mybox:/var/www/clients/client1/web1/web# chmod 751 davtest
root@mybox:/var/www/clients/client1/web1/web# /etc/init.d/apache2 restart
* Restarting web server apache2
...done.
root@mybox:/var/www/clients/client1/web1/web#


I still get the 403 error above.

Log:

[Wed Jan 20 13:26:19 2010] [error] [client 192.168.0.6] Directory index forbidden by Options directive: /var/www/www.myothersite.co.uk/web/davtest/


I notice above that the directory davtest is in the group www-data and the davtest.DAVlogin file is in the group root.

I'm guessing this is significant (?) but I get the error here:

root@mybox:/var/www/clients/client1/www.myothersite.co.uk/log# chgrp root:www-data /var/www/clients/client1/web1/web/davtest
chgrp: invalid group: `root:www-data'


This is what's in the 'Options' field in the relevant site in ISPc3:

DAVLockDB /var/lock/apache2/DAVLock
#DAVMinTimeout 600

<Location /var/www/clients/client1/web1/web/davtest>
Dav On

AuthType Basic
AuthName davtest
AuthUserFile /var/www/clients/client1/web1/web/davtest/.DAVlogin

<LimitExcept OPTIONS>
Require user davtest
</LimitExcept>
</Location>


Should the web address be in there somewhere?

Thanks for your time with this! I'm sure it's a newb mistake I'm making but I have done this many times on a non-ISPc3 server so it's something specific to this server...

S

falko
21st January 2010, 15:29
I'm guessing this is significant (?) but I get the error here:

root@mybox:/var/www/clients/client1/www.myothersite.co.uk/log# chgrp root:www-data /var/www/clients/client1/web1/web/davtest
chgrp: invalid group: `root:www-data'


The chgrp command jujst takes the group name as argument, not a user and a group. What you want is chown instead:

chown root:www-data /var/www/clients/client1/web1/web/davtest

smartin
21st January 2010, 15:40
The chgrp command jujst takes the group name as argument, not a user and a group. What you want is chown instead:

chown root:www-data /var/www/clients/client1/web1/web/davtest

Falko,

I'm so sorry but I get the same error as before.

I did restart apache with "/etc/init.d/apache2 restart". Do I need another command?

The log says:

[Thu Jan 21 14:36:58 2010] [error] [client 192.168.0.6] Directory index forbidden by Options directive: /var/www/www.myothersite.co.uk/web/davtest/


Any other thoughts? This ought to be possible to do? Yes?

S

falko
22nd January 2010, 15:30
Can you post the vhost configuration of that vhost?

smartin
22nd January 2010, 15:53
Can you post the vhost configuration of that vhost?

Falko,

In the Options tab for that site within ISPc3 I have:

DAVLockDB /var/lock/apache2/DAVLock
#DAVMinTimeout 600

<Location /var/www/clients/client1/web1/web/davtest>
Dav On

AuthType Basic
AuthName davtest
AuthUserFile /var/www/clients/client1/web1/web/davtest/.DAVlogin

<LimitExcept OPTIONS>
Require user davtest
</LimitExcept>
</Location>


The actual vhost file seems to be:

<Directory /var/www/www.myothersite.co.uk>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>

<VirtualHost *:80>
DocumentRoot /var/www/www.myothersite.co.uk/web

ServerName www.myothersite.co.uk
ServerAlias *.www.myothersite.co.uk
ServerAdmin webmaster@www.myothersite.co.uk

ErrorLog /var/log/ispconfig/httpd/www.myothersite.co.uk/error.log

ErrorDocument 400 /error/400.html
ErrorDocument 401 /error/401.html
ErrorDocument 403 /error/403.html
ErrorDocument 404 /error/404.html
ErrorDocument 405 /error/405.html
ErrorDocument 500 /error/500.html
ErrorDocument 503 /error/503.html

<Directory /var/www/www.myothersite.co.uk/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/clients/client1/web1/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>

# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@www.myothersite.co.uk"
php_admin_value upload_tmp_dir /var/www/clients/client1/web1/tmp
php_admin_value session.save_path /var/www/clients/client1/web1/tmp


Hope this helps :-)

S

falko
23rd January 2010, 12:12
That's not the full vhost - the end is missing...

smartin
25th January 2010, 09:24
That's not the full vhost - the end is missing...

Falko,

Sorry, I'm not familiar with things like nano text editor...

This is the end of the file:

DAVLockDB /var/lock/apache2/DAVLock
#DAVMinTimeout 600

<Location /var/www/clients/client1/web1/web/davtest>
Dav On

AuthType Basic
AuthName davtest
AuthUserFile /var/www/clients/client1/web1/web/davtest/.DAVlogin

<LimitExcept OPTIONS>
Require user davtest
</LimitExcept>
</Location>

</VirtualHost>


Helpful? At least it looks the same as what I pasted in to ISPc3 :-)

S

falko
26th January 2010, 14:50
Helpful?
Unfortunately not. I need the full configuration. You can use cat to output the contents of the file.

smartin
26th January 2010, 15:00
Unfortunately not. I need the full configuration. You can use cat to output the contents of the file.

Falko,

Sorry, I'm not doing very well here am I...

This is what I got:

me@sierra:/var/www/clients/client5/web5$ sudo cat /etc/apache2/sites-enabled/www.myothersite.co.uk.vhost
[sudo] password for me:
<Directory /var/www/www.myothersite.co.uk>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>

<VirtualHost *:80>
DocumentRoot /var/www/www.myothersite.co.uk/web

ServerName www.myothersite.co.uk
ServerAlias *.www.myothersite.co.uk
ServerAdmin webmaster@www.myothersite.co.uk

ErrorLog /var/log/ispconfig/httpd/www.myothersite.co.uk/error.log

ErrorDocument 400 /error/400.html
ErrorDocument 401 /error/401.html
ErrorDocument 403 /error/403.html
ErrorDocument 404 /error/404.html
ErrorDocument 405 /error/405.html
ErrorDocument 500 /error/500.html
ErrorDocument 503 /error/503.html

<Directory /var/www/www.myothersite.co.uk/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/clients/client1/web1/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>

# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@www.myothersite.co.uk"
php_admin_value upload_tmp_dir /var/www/clients/client1/web1/tmp
php_admin_value session.save_path /var/www/clients/client1/web1/tmp

DAVLockDB /var/lock/apache2/DAVLock
#DAVMinTimeout 600

<Location /var/www/clients/client1/web1/web/davtest>
Dav On

AuthType Basic
AuthName davtest
AuthUserFile /var/www/clients/client1/web1/web/davtest/.DAVlogin

<LimitExcept OPTIONS>
Require user davtest
</LimitExcept>
</Location>

</VirtualHost>


Better?

S

falko
27th January 2010, 15:11
Better. :)

Can you change

<Directory /var/www/www.myothersite.co.uk/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/clients/client1/web1/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>

to

<Directory /var/www/www.myothersite.co.uk/web>
Options FollowSymLinks +Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/clients/client1/web1/web>
Options FollowSymLinks +Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>

and restart Apache?

smartin
28th January 2010, 10:27
Better. :)

Falko,

I think we are nearly there :-) Don't go! :-)

My .vhost now looks like this:

<Directory /var/www/www.myothersite.co.uk>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>

<VirtualHost *:80>
DocumentRoot /var/www/www.myothersite.co.uk/web

ServerName www.myothersite.co.uk
ServerAlias *.www.myothersite.co.uk
ServerAdmin webmaster@www.myothersite.co.uk

ErrorLog /var/log/ispconfig/httpd/www.myothersite.co.uk/error.log

ErrorDocument 400 /error/400.html
ErrorDocument 401 /error/401.html
ErrorDocument 403 /error/403.html
ErrorDocument 404 /error/404.html
ErrorDocument 405 /error/405.html
ErrorDocument 500 /error/500.html
ErrorDocument 503 /error/503.html

<Directory /var/www/www.myothersite.co.uk/web>
Options FollowSymLinks +Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/clients/client1/web1/web>
Options FollowSymLinks +Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>

# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@www.myothersite.co.uk"
php_admin_value upload_tmp_dir /var/www/clients/client1/web1/tmp
php_admin_value session.save_path /var/www/clients/client1/web1/tmp

DAVLockDB /var/lock/apache2/DAVLock
#DAVMinTimeout 600

<Location /var/www/clients/client1/web1/web/davtest>
Dav On

AuthType Basic
AuthName davtest
AuthUserFile /var/www/clients/client1/web1/web/davtest/.DAVlogin

<LimitExcept OPTIONS>
Require user davtest
</LimitExcept>
</Location>

</VirtualHost>


Using my browser, I seem to be able to get to the davtest folder but I don't get a username/password challenge, which is important to me.

Using the OSX finder I get an error that the "Server cannot be found on the network".

There are no errors in my log.

Some tweak is required somewhere.

EDIT:
I thought there wasn't a .Davlogin file inside davtest and so logged in to my ISPc3 panel > Sites > Options and changed the line

AuthUserFile /var/www/clients/client1/web1/web/davtest/.DAVlogin


to


AuthUserFile /var/www/clients/client1/web1/web/davtest.DAVlogin


as I could see the web/davtest.DAVlogin file.

This made no difference but when I changed it back, I suddenly can't get to the davtest folder any more, using my browser. I get a 403 Forbidden! error.

I restarted apache.

There *is* in fact a .Davlogin file inside the davtest directory. I thought my ftp client was showing invisible files but it didn't show that one. I can see it in the terminal.

*Now* my log says:

[Thu Jan 28 10:10:33 2010] [error] [client my.ip] Directory index forbidden by Options directive: /var/www/www.myothersite.co.uk/web/davtest/


I'll write all this up when we are done, I promise! :-)

S

falko
29th January 2010, 13:54
I guess the previous change was overwritten by ISPConfig because you changed something in the web interface. Please add this to your Apache Directives field in ISPConfig (ISPc3 panel > Sites > Options) so that the change becomes persistent:

<Directory /var/www/www.myothersite.co.uk/web>
Options +Indexes
</Directory>
<Directory /var/www/clients/client1/web1/web>
Options +Indexes
</Directory>

What's the output of ls -la /var/www/clients/client1/web1/web/davtest.DAVlogin?

smartin
1st February 2010, 09:43
I guess the previous change was overwritten by ISPConfig because you changed something in the web interface. Please add this to your Apache Directives field in ISPConfig (ISPc3 panel > Sites > Options) so that the change becomes persistent:

<Directory /var/www/www.myothersite.co.uk/web>
Options +Indexes
</Directory>
<Directory /var/www/clients/client1/web1/web>
Options +Indexes
</Directory>

What's the output of ls -la /var/www/clients/client1/web1/web/davtest.DAVlogin?

Falko,

Well, I can get to the /davtest directory again but still no username/password challenge.

The output of -la /var/www/clients/client1/web1/web/davtest.DAVlogin is:
-rw-r--r-- 1 root root 22 2010-01-14 14:08 /var/www/clients/client1/web1/web/davtest.DAVlogin

In my Options field within ISPc3 I now have:
<Directory /var/www/www.myothersite.co.uk/web>
Options +Indexes
</Directory>
<Directory /var/www/clients/client1/web1/web>
Options +Indexes
</Directory>
DAVLockDB /var/lock/apache2/DAVLock
#DAVMinTimeout 600

<Location /var/www/clients/client1/web1/web/davtest>
Dav On

AuthType Basic
AuthName davtest
AuthUserFile /var/www/clients/client1/web1/web/davtest/.DAVlogin

<LimitExcept OPTIONS>
Require user davtest
</LimitExcept>
</Location>

The vhost file of www.myothersite.co.uk is:

<Directory /var/www/www.myothersite.co.uk>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>

<VirtualHost *:80>
DocumentRoot /var/www/www.myothersite.co.uk/web

ServerName www.myothersite.co.uk
ServerAlias *.www.myothersite.co.uk
ServerAdmin webmaster@www.myothersite.co.uk

ErrorLog /var/log/ispconfig/httpd/www.myothersite.co.uk/error.log

ErrorDocument 400 /error/400.html
ErrorDocument 401 /error/401.html
ErrorDocument 403 /error/403.html
ErrorDocument 404 /error/404.html
ErrorDocument 405 /error/405.html
ErrorDocument 500 /error/500.html
ErrorDocument 503 /error/503.html

<Directory /var/www/www.myothersite.co.uk/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/clients/client1/web1/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>

# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@www.myothersite.co.uk"
php_admin_value upload_tmp_dir /var/www/clients/client1/web1/tmp
php_admin_value session.save_path /var/www/clients/client1/web1/tmp

<Directory /var/www/www.myothersite.co.uk/web>
Options +Indexes
</Directory>
<Directory /var/www/clients/client1/web1/web>
Options +Indexes
</Directory>
DAVLockDB /var/lock/apache2/DAVLock
#DAVMinTimeout 600

<Location /var/www/clients/client1/web1/web/davtest>
Dav On

AuthType Basic
AuthName davtest
AuthUserFile /var/www/clients/client1/web1/web/davtest/.DAVlogin

<LimitExcept OPTIONS>
Require user davtest
</LimitExcept>
</Location>

</VirtualHost>


Apache has been restarted.

Sorry this is such hard work! :-)

Any ideas?

S

falko
2nd February 2010, 15:01
Try this:
chown root:www-data /var/www/clients/client1/web1/web/davtest.DAVlogin
chmod 640 /var/www/clients/client1/web1/web/davtest.DAVlogin

smartin
2nd February 2010, 21:03
Try this:
chown root:www-data /var/www/clients/client1/web1/web/davtest.DAVlogin
chmod 640 /var/www/clients/client1/web1/web/davtest.DAVlogin

Falko,

Sorry. Still the same.

I can reach the directory but without a username/password challenge. I restarted Apache.

I guess the problem I'm having here
http://www.howtoforge.com/forums/showthread.php?t=43195
is related...?

I'm totally stumped on both problems I'm afraid...

S

smartin
9th February 2010, 17:14
Falko,

You didn't give up on me did you...?:o

S

falko
10th February 2010, 14:00
Well, I'm running out of ideas... :(

smartin
10th February 2010, 14:40
Well, I'm running out of ideas... :(

Aaahhhhhh... don't say that....:(

Sleep on it... :p

S

smartin
11th February 2010, 19:40
Falko,

I know this is a huge thing to ask but this thread has been getting a lot of reads so there seems to be a lot of people interested...

Is there any way you could do a quick howto on activating webdav with digest authentication on a server with an ISPc3 install?

I'm thinking that maybe I have been hacking away at my server to such an extent that I screwed my site.

If I started with a proper howto on another site things may go better?

:D

S

falko
12th February 2010, 14:17
I've just added this to my To-Do list. :)

smartin
12th February 2010, 21:12
I've just added this to my To-Do list. :)

Falko,

That's fantastic! Really appreciate it.

I imagine your to-do list is a mile long... ;-)

I'm having to use FTP... primitive...

S

falko
13th February 2010, 16:31
I wrote that tutorial yesterday and will publish it in the next days. :)

smartin
13th February 2010, 16:38
I wrote that tutorial yesterday and will publish it in the next days. :)

M'man!:D

S

smartin
17th February 2010, 19:09
I wrote that tutorial yesterday and will publish it in the next days. :)

Falko,

Did the howto go up?

S

falko
2nd March 2010, 12:05
Here it is (finally): http://www.howtoforge.com/using-webdav-with-ispconfig-3-on-ubuntu-9.10

smartin
3rd March 2010, 10:55
Here it is (finally): http://www.howtoforge.com/using-webdav-with-ispconfig-3-on-ubuntu-9.10

Falko,

Really appreciate it, as always.

I'll have a go asap. Fingers crossed.

S

smartin
3rd March 2010, 10:57
Here it is (finally): http://www.howtoforge.com/using-webdav-with-ispconfig-3-on-ubuntu-9.10

Falko,

I'm actually on Ubuntu 8.04 LTS.

Should work the same?

S

falko
4th March 2010, 18:15
Should work the same?

S

I think so. :)