Thread: Problems with apache webdav server on ubuntu 11.10
hey everyone. i'm new linux , i'm trying set webdav server using tutorial on unixmen.com:
http://unixmen.com/linux-tutorials/l...av-ubuntu-1104
looked ok running through tutorial, having following problems:
anytime restart apache see following:
/etc/init.d/apache2 restart
*restarting web server apache2 apache2: not reliably determine server's qualified domain name, using 127.0.1.1 servername
... waiting .apache2: not reliably determine server's qualified domain name, using 127.0.1.1 servername [ ok ]
should server have qualified domain name, , if how determined?
when access server firefox using http://127.0.1.1 get:
"it works! default web page server. web server software running no content has been added, yet."
not prompted enter username , password. when use http://127.0.1.1/webdav get:
"forbidden. don't have permission access /webdav/ on server."
able access server through home folder -> file -> connect server , add content server there, of yet unable connect server other location.
advice?
you may define location in /etc/apache2/mods_enabled/dav_fs.conf
mine looks this:
just setup own authentication method per tutorial.code:davlockdb ${apache_lock_dir}/davlock <location /webdav/> dav on authtype kerberos authname "kerberos login" krb5keytab /etc/apache2/krb5_server.tab # krbmethodnegotiate on # krbmethodk5passwd off krbauthrealms myrealm.net krbservicename http require valid-user davmintimeout 600 <limitexcept put head options post> require valid-user </limitexcept> </location>
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [SOLVED] Problems with apache webdav server on ubuntu 11.10
Ubuntu
Comments
Post a Comment