hello new bie in linux i need some help to install webdav support using apache2 server . i tried so many time but failed
following commands i was using: #a2enmod dav but i am getting: ERROR: Module dav does not exist! Then i google for it and found that! i might have to install liblibapache-mod-dav/libapatche2-mod-dav My installation steps : # ./configure --prefix=/home/java1/apache2 --enable-dav --enable-dav-fs --enable-auth_digest --enable-dav_lock --enable-ssl #make #make install then try to see which module are enabled with #apache2ctl -l but getting Compiled in modules: core.c mod_log_config.c mod_logio.c worker.c http_core.c mod_so.c #source ~/.bashrc and again try to see with #apache2ctl -l but same thing i hope :-) i am not missing any thing..................... please help
