[users@httpd] websockets and chunked encoding

2014-04-14 Thread Antony Mayi
Hi, Not sure which part to blame - whether it is Apache, mod_passenger or a browser - but my websocket handshake gets corrupted by apache sending it using chunked encoding. Following is the response packet that indicates switching to websocket: HTTP/1.1 101 Switching Protocols Date: Thu, 10 Apr

[users@httpd] Re: users Digest 14 Apr 2014 22:35:03 -0000 Issue 4783

2014-04-14 Thread Kurt Newman
>> Are you using a self-signed certificate? I'm seeing the same thing. > > No, ours come from a CA. Hm. Well, I can duplicate this issue pretty easily with OpenSSL 0.9.8e (CentOS 5.10), but not with OpenSSL 1.0.1e-fips (CentOS 6.5) # mkdir -p /tmp/sslkeys # openssl req -new -x509 -nodes -out

RE: [users@httpd] 2.4.9 expecting DH PARAMETERS

2014-04-14 Thread Jesse Defer
> -Original Message- > From: Kurt Newman [mailto:kurt.new...@cpanel.net] > Sent: Monday, April 14, 2014 3:32 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] 2.4.9 expecting DH PARAMETERS > > On Thu, 10 Apr 2014 20:34:11 GMT, Jesse Defer wrote: > > When upgrading from 2.4.7 to

Re: [users@httpd] 2.4.9 expecting DH PARAMETERS

2014-04-14 Thread Kurt Newman
On Thu, 10 Apr 2014 20:34:11 GMT, Jesse Defer wrote: > When upgrading from 2.4.7 to 2.4.9 we found that the server complained about > missing DH PARAMETERS > in our certificate and would not start. Adding dhparams to it fixed it. > After some troubleshooting > we found that only systems that di

[users@httpd] custom ldap conf file

2014-04-14 Thread Lee Burke
Question - how to configure Apache to find a custom ldap conf file. I am using Apache 2.2.12 on Suse linux 11 patchset 2, with PHP 5.2.14. I want to create a custom ldap.conf file for use by Apache for user authentication via a remote system. I can't put my config info in /etc/openssl/ldap.conf

Re: [users@httpd] Using google domain user's and passwords

2014-04-14 Thread Yehuda Katz
Until recently, you could have used Google's OpenID provider with mod_auth_openid . Google is discontinuing their OpenID provider in April 2015. There was talk of a mod_auth_oauth module, but it appears that it does not actually exist yet

[users@httpd] Using google domain user's and passwords

2014-04-14 Thread Dwayne Hottinger
I currently use a .htaccess file and an internal ldap server on my lamp servers to protect some directorys. I got out of the email business and switched all my users over to google domains. Ive been looking around for some way to authenticate access to the protected directory's using my google a

Re: [users@httpd] Apache http 2.4.9 configuration

2014-04-14 Thread Brajesh Patel
Thanks Pankaj, for you reply but please share more about httpd 2.4.9 structure and configuration. On Mon, Apr 14, 2014 at 5:56 PM, Pankaj Singh wrote: > Dear Brajesh, > > > You can follow the apache.org documentation guide to do all these stuff. > > > > Thanks > Pankaj Singh > > > On Mon, Apr 1

Re: [users@httpd] Re: mod ssl

2014-04-14 Thread John Iliffe
Basil: I pretty much followed the Apache INSTALL documentation except as noted in this thread. Before you install Apache you have to install PCRE if you don't already have it (I installed pcre-8.32 a couple of years ago) and OpenSSL. I put them in /usr under their own sub directory (/usr/pcre

Re: [users@httpd] mod ssl

2014-04-14 Thread John Iliffe
On Sunday 13 April 2014 21:32:12 Nick Kew wrote: > On 14 Apr 2014, at 00:34, John Iliffe wrote: > > Here I am assuming that you are not using the O/S supplied OpenSSL > > version and that you are either updating Apache or don't have OpenSSL > > linked dynamically. > Nick: I'm not trying to be a p

Re: [users@httpd] Apache http 2.4.9 configuration

2014-04-14 Thread Pankaj Singh
Dear Brajesh, You can follow the apache.org documentation guide to do all these stuff. Thanks Pankaj Singh On Mon, Apr 14, 2014 at 5:31 PM, Brajesh Patel wrote: > Dear Eric, > Thanks for your prompt reply, > > I have to add vhost and certificate, also few modules. > > > > On Mon, Apr 14, 20

Re: [users@httpd] Apache http 2.4.9 configuration

2014-04-14 Thread Brajesh Patel
Dear Eric, Thanks for your prompt reply, I have to add vhost and certificate, also few modules. On Mon, Apr 14, 2014 at 5:27 PM, Eric Covener wrote: > On Mon, Apr 14, 2014 at 7:50 AM, Brajesh Patel > wrote: > > Dear all, > > > > Please suggest me detail about structure and configuration, wil

Re: [users@httpd] Apache http 2.4.9 configuration

2014-04-14 Thread Eric Covener
On Mon, Apr 14, 2014 at 7:50 AM, Brajesh Patel wrote: > Dear all, > > Please suggest me detail about structure and configuration, will appreciate. There's a default configuration. What more do you want? - To unsubscribe, e-mail:

[users@httpd] Apache http 2.4.9 configuration

2014-04-14 Thread Brajesh Patel
Dear all, Please suggest me detail about structure and configuration, will appreciate. -- Thanks Brajesh Patel skype: brajesh.patel11 Cell:- +91 8750709907

Re: [users@httpd] mod ssl

2014-04-14 Thread Rainer M. Canavan
On Apr 14, 2014, at 01:34 , John Iliffe wrote: > The library (found in the OpenSSL installation > directory in the /bin/ subdirectory) must be copied to the SYSTEM's library > directory. Don't do that. Re-Build apache with LDFLAGS=-Wl,-rpath,/path/to/new/openssl You can check if the RPATH

[users@httpd] Re: mod ssl

2014-04-14 Thread Basil
John Iliffe iliffe.ca> writes: > > I am compiling Apache-2.4.9 from source with the new openssl 1.0.1g. So > far everything looks good EXCEPT that Apache won't start. After making a > number of tweaks to the configuration, I'm stuck. The error from httpd -t > is: > > httpd: Syntax error