search for: dapache2

Displaying 2 results from an estimated 2 matches for "dapache2".

Did you mean: apache2
2006 Jun 11
1
mod_ntlm_winbind
...apr_file_write' from incompatible pointer type mod_ntlm_winbind.c: In function `process_msg': mod_ntlm_winbind.c:735: warning: passing arg 3 of `apr_file_write' from incompatible pointer type /usr/share/apache2/build/libtool --silent --mode=link gcc -o mod_auth_ntlm_winbind.so -Wall -DAPACHE2 -Wc,-Wall -rpath /usr/lib64/apache2 -module -avoid-version mod_ntlm_winbind.lo /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: unrecognized option '-Wall' /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: use the --help...
2007 Oct 17
0
svn access via apache with ntlm authentication
...bversion-1.4.5 configured with the following "./configure --prefix=/opt/subversion-1.4.5 --with-apr=/opt/ httpd-2.0.61 --with-apr-util=/opt/httpd-2.0.61 --with-apxs=/opt/ httpd-2.0.61/bin/apxs" mod_auth_ntlm_winbind AFAIK the latest version compiled with "/opt/httpd-2.0.61/bin/apxs -DAPACHE2 -c -i mod_auth_ntlm_winbind.c" Now, AFAIT everything is working well... separately ! Apache serves documents, svn works for anonymous access with the following config : <Location /svn/repos> DAV svn SVNPath /mnt/data/rep/svn </Location /svn/repos> I can check out projects...