Re: [users@httpd] authn_core_module: apache 2.4 : Invalid command 'AuthLDAPBindDN'

2015-08-09 Thread Rahul R
Thanks for the suggestions. And now i am able to start apache 2.4 with ldap settings. But the browser is not giving a prompt to enter the ldap credentials, instead its opening up the page which I am trying to restrict. No errors seen on the error.log. Any help would be much appreciated. Am I missin

Re: [users@httpd] Query/Issue uploading file via HTTP POST/PUT using absolute basics

2015-08-09 Thread Ajay Garg
Thanks Eric for the lightning-fast reply :) That did it !! Thanks and Regards, Ajay ## LoadModule dav_module /usr/lib/apache2/modules/mod_dav.so LoadModule dav_fs_module /usr/lib/apache2/modules/mod_dav_fs.so ###

[users@httpd] How do you do. So,

2015-08-09 Thread Yahoo! Support Inc u00a9
Hallo! http://www.mobile-application-developers.net/jmdubk/dydytelicj/show.php?page***=9925851&IDid=3249460 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.or

Re: [users@httpd] Query/Issue uploading file via HTTP POST/PUT using absolute basics

2015-08-09 Thread Eric Covener
On Sun, Aug 9, 2015 at 1:09 PM, Ajay Garg wrote: > I have tried googling and tried whatever it threw us, but I am unable to > make the file-upload work. > We will be grateful if we could let be known where I am making the mistake. You need a plugin or script willing to do something with the reso

[users@httpd] Query/Issue uploading file via HTTP POST/PUT using absolute basics

2015-08-09 Thread Ajay Garg
Hi All. We desire to set up file upload/download feature with a HTTP-Web-Server where the client runs in an embedded-environment, and thus wish to achieve this using the absolute basic primitives - socket programming (on the client-side that is). We have been able to achieve the download function