Results 1 to 1 of 1
Hi folks,
Ubuntu 7.04 server amd64
apache2 - 2.2.3
php5 - 5.2.1
libapache2-mod-php5 - 5.2.1
I was following;
Enable WebDAV with Apache 2.x on Ubuntu Linux
Sanctum Arcana - HOWTO ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-06-2008 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Encountered problem on enabling WebDAV with Apache2
Hi folks,
Ubuntu 7.04 server amd64
apache2 - 2.2.3
php5 - 5.2.1
libapache2-mod-php5 - 5.2.1
I was following;
Enable WebDAV with Apache 2.x on Ubuntu Linux
Sanctum Arcana - HOWTO Enable WebDAV with Apache 2.x on Ubuntu Linux
Already enabled "dav_fs" module with running "a2enmod"
Performed following steps;
$ su
password
# cd /etc/apache2/mods-enabled/
# ln -s ../mods-available/dav* .Code:ln: creating symbolic link `./dav_fs.conf' to `../mods-available/dav_fs.conf': File exists ln: creating symbolic link `./dav_fs.load' to `../mods-available/dav_fs.load': File exists ln: creating symbolic link `./dav.load' to `../mods-available/dav.load': File exists ln: creating symbolic link `./dav_lock.load' to `../mods-available/dav_lock.load': Permission denied ln: creating symbolic link `./dav_svn.conf' to `../mods-available/dav_svn.conf': File exists ln: creating symbolic link `./dav_svn.load' to `../mods-available/dav_svn.load': File exists
# mkdir /usr/share/apache2/var
# touch /usr/share/apache2/var/DAVlock
# chown -R -c www-data:www-data /usr/share/apache2/var# htpasswd -m -c /etc/apache2/.htpasswdCode:changed ownership of `/usr/share/apache2/var/DAVlock' to www-data:www-data changed ownership of `/usr/share/apache2/var' to www-data:www-data
Code:Usage: htpasswd [-cmdpsD] passwordfile username htpasswd -b[cmdpsD] passwordfile username password htpasswd -n[mdps] username htpasswd -nb[mdps] username password -c Create a new file. -n Don't update file; display results on stdout. -m Force MD5 encryption of the password. -d Force CRYPT encryption of the password (default). -p Do not encrypt the password (plaintext). -s Force SHA encryption of the password. -b Use the password from the command line rather than prompting for it. -D Delete the specified user. On Windows, NetWare and TPF systems the '-m' flag is used by default. On all other systems, the '-p' flag will probably not work.
I was stuck here. According to "man htpasswd", there are 3 suggestions;
htpasswd /usr/local/etc/apache/.htpasswd-users jsmith
htpasswd -c /home/doe/public_html/.htpasswd jane
htpasswd -mb /usr/web/.htpasswd-all jones Pwd4Steve
Which of them I should follow? None of the above path exists. Please advise. TIA
B.R.
satimis


Reply With Quote
