Re: [users@httpd] Tls-Psk support

2013-09-23 Thread chethan tm
But i dont find a way to define the psk key which will be used for tls authentication... From: Yehuda Katz To: "users@httpd.apache.org" Sent: Monday, September 23, 2013 10:16 PM Subject: Re: [users@httpd] Tls-Psk support On Mon, Sep 23, 2013 at 11:35 A

Re: [users@httpd] Apache insists on binding to *all* addresses even though Listen directives specify specific ip addresses

2013-09-23 Thread David Benfell
Hi Yehuda, You had written: ...(I am not a grep expert, but you might miss a line that has a space before the Listen directive). This turned out to be at least close. It wasn't something I had done, but rather something I had overlooked that was left over from the package installation. A fi

Re: [users@httpd] Apache insists on binding to *all* addresses even though Listen directives specify specific ip addresses

2013-09-23 Thread Yehuda Katz
I think I had a similar problem and it turned out the reason was that one of the IP addresses I was trying to Listen on was not actually bound to an interface. That could cause the misleading error. The other thing I sometimes do is stop the other service, start apache and look at the server-info

[users@httpd] Apache insists on binding to *all* addresses even though Listen directives specify specific ip addresses

2013-09-23 Thread David Benfell
Hi all, I've run into a problem. First things first: [root@munich ~]# cat /etc/issue CentOS release 6.4 (Final) Kernel \r on an \m [root@munich ~]# uname -a Linux munich 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux [root@munich]/etc/httpd/conf# yum l

Re: [users@httpd] http 403 error for any file in the directory of awstats.pl

2013-09-23 Thread Yehuda Katz
That configuration is for Apache 2.2. Apache 2.4 has changed several things: https://httpd.apache.org/docs/2.4/upgrading.html#run-time In a nutshell, you need to find everywhere where it says: > Order allow,deny > Allow from all and replace it with > Require all granted On Mon, Sep 23, 2013

[users@httpd] Tls-Psk support

2013-09-23 Thread chethantm
Hi, how to use psk key for tls authentication in apache web server? Regards, Chethan - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Response header truncated

2013-09-23 Thread Julien Muchembled
Hello, I have a HTTP server proxied by Apache 2.4 with RewriteRule [P] Some requests fail because they redirect to very long URLs (with 302 code). With tcpdump, I could see that Apache seems to cut the response headers from the backend server to ~ 8000 bytes. Is there a way to remove or increas

Re: [users@httpd] Tls-Psk support

2013-09-23 Thread Yehuda Katz
On Mon, Sep 23, 2013 at 11:35 AM, wrote: > how to use psk key for tls authentication in apache web server? > Try the documentation: http://httpd.apache.org/docs/2.4/ssl/ Besides that, if you have more specific questions, post here again. Make sure you include what operating system you are u

Re: [users@httpd] http 403 error for any file in the directory of awstats.pl

2013-09-23 Thread Menashè Eliezer
Thank you Yehuda, but these changes have eliminated the error. Thanks, Menashè On 09/23/2013 05:43 PM, Yehuda Katz wrote: That configuration is for Apache 2.2. Apache 2.4 has changed several things: https://httpd.apache.org/docs/2.4/upgrading.html#run-time In a nutshell, you need to find ev

[users@httpd] http 403 error for any file in the directory of awstats.pl

2013-09-23 Thread Menashè Eliezer
Hello, I'm posting this message after an extensive research. I have Apache/2.4.6 (Debian). I get HTTP 403 for /awstats/awstats.pl , but also to /awstats/test.html Apache error log shows that the alias points to the right folder: AH01630: client denied by server configuration: /usr/local/awstats/w

[users@httpd] Unix sockets and Apache (2.4)

2013-09-23 Thread Gerard Allwein
The problem: we accept a websockets message, send a message via unix socket to another program, it sends a response back via a different socket to our websockets module. It works 2 times, on the third attempt, the return socket is successfully written to. We have a listener who is waiting (socke