[us...@httpd] Reverse Proxy and header manipulation

2010-05-23 Thread Tomer Okavi
Hi I'm using apache as front end for iis servers. I'm using mod_proxy and mod_proxy_balancer for the reverse proxy stuff and for load balancing requests beetween backend (IIS) servers. the front end apache is also doing ssl, backend communication is http (browser https apache -- http

[us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-23 Thread Mario Mol
Hy, this is my first message at this group, after more than 10 years using apache =) I`m using apache on a brand new server and i`ve installed a DTC to help me manage many virtual hosts. But i have a website running on this server that, some times, do not shows images (shoing that `x` of file

Re: [us...@httpd] Reverse Proxy and header manipulation

2010-05-23 Thread Octavian Rasnita
From: Tomer Okavi tome...@gmail.com Hi I'm using apache as front end for iis servers. I'm using mod_proxy and mod_proxy_balancer for the reverse proxy stuff and for load balancing requests beetween backend (IIS) servers. the front end apache is also doing ssl, backend communication is http

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-23 Thread Igor Cicimov
Set the file prmisions to 755 Sent from my phone On May 24, 2010 1:49 AM, Mario Mol marioh...@gmail.com wrote: Hy, this is my first message at this group, after more than 10 years using apache =) I`m using apache on a brand new server and i`ve installed a DTC to help me manage many virtual

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-23 Thread Mario Mol
Hy, i didi that already, this problem some times happen and some times not. Very wierd! On 23 May 2010 20:10, Igor Cicimov icici...@gmail.com wrote: Set the file prmisions to 755 Sent from my phone On May 24, 2010 1:49 AM, Mario Mol marioh...@gmail.com wrote: Hy, this is my first

[us...@httpd] the current queue size and number of clients

2010-05-23 Thread Damian Lęcznar
Hi, Is there a possibility to trace these parameters on the fly(the current queue size and number of clients)?. Because according to these parameters wanted me to do the reload server. (im using prefork MPM) Thanks damian attachment: damian_lecznar.vcf

Re: [us...@httpd] SSL protocol limits ignored?

2010-05-23 Thread Dennis J.
Hi, Doesn't work. I added the lines to the virtual host and restartet Apache but I can still connect with SSLv2: openssl s_client -ssl2 -connect SERVERNAME:443 ... New, SSLv2, Cipher is DES-CBC3-MD5 ... Regards, Dennis On 05/22/2010 11:44 AM, Sakthi Esakiappan wrote: Hello, Have a try

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-23 Thread Igor Cicimov
Hi Mario, Are you running mixed http and ssl configuration? Do you have any authentications set on the directories? Any redirections maybe between http and ssl? I think the best would be to print the relevant parts of your configuration here so we can have a look. Cheers, Igor On Mon, May 24,

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-23 Thread Mario Mol
Hy Igor, thanks for your attention. Is this code above enough? Directory /var/www/sites/dtc Options FollowSymLinks Order Allow,Deny Allow from all /Directory VirtualHost 174.142.53.80:80 ServerName www.gemt.com.br Alias /stats

Re: [us...@httpd] SSL protocol limits ignored?

2010-05-23 Thread Eric Covener
On Sun, May 23, 2010 at 8:01 PM, Dennis J. denni...@conversis.de wrote: Hi, Doesn't work. I added the lines to the virtual host and restartet Apache but I can still connect with SSLv2: openssl s_client -ssl2 -connect SERVERNAME:443 Sure you're hitting the virtualhost you're configuring? --

Re: [us...@httpd] Multiple IPs NATed to apache

2010-05-23 Thread Devraj Mukherjee
If you have NATed the addresses, the local interface has no idea about the external addresses. Hence the VirtualHost will be defined on the local IP. I don't see this to be a problem unless you want to use SSL. Or map each external IP to a different internal IP, for transparency in your