Re: [users@httpd] httpd basic authentication

2014-03-26 Thread Pankaj Singh
You need to create a user in the .htpasswd database to authenticate with the file. Thanks Pankaj Singh On Wed, Mar 26, 2014 at 5:14 AM, Paolo De Michele pa...@paolodemichele.itwrote: Hi everybody, I configured a basic httpd authentication via apache2. Look below: Directory

[users@httpd] help on ssl configuration of forward proxy

2014-03-26 Thread Li Run
Hi, I'm trying to configure my apache server to be a forward proxy. And I tried to invoke some webservices with the server as a proxy. When the webservice endpoint is in HTTP, like http://10.151.124.98:24101/TestServiceCert/TestWebServiceCert, then the client can work fine with the proxy

[users@httpd] httpd authentication using ldap fails

2014-03-26 Thread Brian Gaber
Once I enable OPenLDAP authentication I cannot launch any cgi scripts. These scripts work find without any authentication. I have set loglevel to debug and get this error: [Wed Mar 26 07:28:35 2014] [info] Initial (No.1) HTTPS request received for child 0 (server

Re: [users@httpd] httpd authentication using ldap fails

2014-03-26 Thread Eric Covener
On Wed, Mar 26, 2014 at 7:39 AM, Brian Gaber brian.ga...@ssc-spc.gc.ca wrote: AuthLDAPURL ldap://cfallotmentlisting.ssc-spc.gc.ca/o=gc,c=ca?uid?sub try quoting the whole thing instead? - To unsubscribe, e-mail:

RE: [users@httpd] httpd authentication using ldap fails

2014-03-26 Thread Brian Gaber
Eric, Thanks, that worked. Cheers. Brian -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Wednesday, March 26, 2014 7:42 AM To: users@httpd.apache.org Subject: Re: [users@httpd] httpd authentication using ldap fails On Wed, Mar 26, 2014 at 7:39 AM, Brian

Re: [users@httpd] Permission with Location

2014-03-26 Thread Paweł Ch .
It don't work :-( On 25 March 2014 22:53, Paul Singleton paol...@gmail.com wrote: VirtualHost ServerName www.example.com ... Location /?q=User Order Deny,Allow Deny from all Allow from 192.168.20.0/24 /Location /VirtualHost Try that On Mar 25, 2014, at 2:48 PM, pch0317

Re: [users@httpd] Permission with Location

2014-03-26 Thread Paweł Ch .
Is some other solution to allow access only form 192.168.20.0/24? On 25 March 2014 23:15, Eric Covener cove...@gmail.com wrote: Location /?q=User Location only matches against the path component, not the query string. if you're in 2.4, check out if. In 2.2, use mod_rewrite with a

Re: [users@httpd] Permission with Location

2014-03-26 Thread Eric Covener
On Wed, Mar 26, 2014 at 8:35 AM, Paweł Ch. pch0...@gmail.com wrote: Location /?q=User Location only matches against the path component, not the query string. if you're in 2.4, check out if. In 2.2, use mod_rewrite with a RewriteCond. Is some other solution to allow access only form

Re: [users@httpd] httpd basic authentication

2014-03-26 Thread Paolo De Michele
On 03/26/2014 07:12 AM, Pankaj Singh wrote: You need to create a user in the .htpasswd database to authenticate with the file. Thanks Pankaj Singh Hi Pankaj, after that I modified the file in /etc/apache2/conf.d/phpmyadmin, I gave the command: # htpasswd -bc

Re: [users@httpd] httpd basic authentication

2014-03-26 Thread Eric Covener
but doesn't work You'll have to elaborate for meaningful help. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] httpd basic authentication

2014-03-26 Thread Paolo De Michele
On 03/26/2014 05:19 PM, Eric Covener wrote: but doesn't work You'll have to elaborate for meaningful help. Sorry? What could be the problem? I didn't understand because in theory should be easy - To unsubscribe, e-mail:

Re: [users@httpd] httpd basic authentication

2014-03-26 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/25/2014 04:44 PM, Paolo De Michele wrote: I configured a basic httpd authentication via apache2. Look below: Is /usr/share/phpmyadmin/setup/ the entry point into the restricted area? - -- James Moe moe dot james at sohnen-moe dot com

Re: [users@httpd] httpd basic authentication

2014-03-26 Thread Eric Covener
On Wed, Mar 26, 2014 at 1:30 PM, Paolo De Michele pa...@paolodemichele.it wrote: On 03/26/2014 05:19 PM, Eric Covener wrote: but doesn't work You'll have to elaborate for meaningful help. Sorry? What could be the problem? I didn't understand because in theory should be easy What's the

[users@httpd] [Announcment] Apache HTTP Server 2.2.27 Released

2014-03-26 Thread William A. Rowe Jr.
Apache HTTP Server 2.2.27 Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.2.27 of the Apache HTTP Server (Apache). This version of Apache is principally a security and bug fix