[us...@httpd] Apache segmentation fault

2010-09-02 Thread Fabio Mauri
LL) = 0 [pid 2976] select(0, NULL, NULL, NULL, {1, 0} Does anyone can help me with this? Thanks in advance. -- Fabio Mauri - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.

[us...@httpd] Re: Custom ErrorDocument

2010-07-16 Thread Mauri
nd worker https://10.173.100.117:8443/ for https://10.173.100.117:8443/test.html<https://10.173.100.117:8443/prova.html> the file test.html is a local file in /var/www/error/test.html Thanks for any suggest. Cheers, Mauri 2010/7/15 Mauri > > Hi expert, > where I can insert the

[us...@httpd] Custom ErrorDocument

2010-07-15 Thread Mauri
(1960): proxy: HTTP: serving URL https://10.173.100.117:8443/prova.html I want that if the backend application is down (https://10.173.100.117:8443/) the proxy send to client the local file /var/www/error/test.html many thanks for any sugget. Cheers, Mauri

Re: [us...@httpd] (104)Connection reset by peer: SSL input filter read failed.

2010-07-05 Thread Mauri
Hi, can someone help? many thanks, Mauri 2010/7/2 Mauri > Hi Igor, > > thanks for the response, u have right about the order, i have changed it. > > for the ProxyPassreverse this directive is wrong? > > > > ProxyPassReverse https://itsmtest/ &

Re: [us...@httpd] (104)Connection reset by peer: SSL input filter read failed.

2010-07-02 Thread Mauri
Accept-Encoding what I can change or do? many thanks for the support. Cheers, Mauri 2010/7/2 Igor Cicimov > Hi, > > Using "ProxyRequests off" means the apache is going to be a reverse proxy > but I can't see your ProxyPassreverse statement. Also the order of the

[us...@httpd] (104)Connection reset by peer: SSL input filter read failed.

2010-07-01 Thread Mauri
nection for (10.10.0.1) What kind of check can I do? Many thanks for all suggest, as usual Cheers, Mauri this is my server: [r...@proxy1 httpd]# uname -a Linux Proxy1 2.6.18-128.el5 #1 SMP Wed Dec 17 11:42:39 EST 2008 i686 i686 i386 GNU/Linux [r...@proxy1 httpd]# rpm -qa | grep httpd httpd-manu

Re: [us...@httpd] apxs: not found

2010-05-05 Thread Mauri
please write: uname -a echo $PATH which apxs Cheers, Mauri 2010/5/5 Sakthi Esakiappan > Hello, > > Have a try with > /usr/local/apache2/bin/apxs -c -I /usr/include/libxml2 -I. -i > mod_poxy_html.c > > and make sure that /usr/local/apache2/bin/apxs has executable permis

Re: [us...@httpd] ReverseProxy for Tomcat (AJP) not working for SSL redirects

2010-04-28 Thread Mauri
'm using another modules, also. Please check my configuration. I hope it can help you. Read this tutorial, it's very usefull: http://www.apachetutor.org/admin/reverseproxies Cheers, Mauri LoadModule ssl_module modules/mod_ssl.so LoadFile /usr/lib/libxml2.so LoadModule proxy_html_module

Re: [us...@httpd] Re: ProxyPreserveHost On

2010-04-26 Thread Mauri
se of ProxyPreserveHost On, I think... Many thanks to all. Cheers, Mauri 2010/4/26 Tom Evans > On Mon, Apr 26, 2010 at 3:15 PM, Mauri wrote: > > > > Thanks tom for the reply. > > > > about your request. This is the first call... others log is in > > http://mysi

Re: [us...@httpd] Re: ProxyPreserveHost On

2010-04-26 Thread Mauri
Thanks tom for the reply. about your request. This is the first call... others log is in http://mysite.com/bla/bla/bla I want that only http header will be https://mysite.com/bla/bla/bla and not http://mysite.com/bla/bla/bla many thanks. Cheers, Mauri

[us...@httpd] Re: ProxyPreserveHost On

2010-04-26 Thread Mauri
thanks for any suggest. Cheers, Mauri 2010/4/22 Mauri > Hi experts, > > this is my scenario: https://miosito.com --> mod_proxy --> > http://10.19.72.100:8080/ (tomcat) > > httpd conf: > > NameVirtualHost mysite.com:443 > > ProxyPreserveHost On > Pr

Re: [us...@httpd] Re: ProxyPreserveHost On

2010-04-26 Thread Mauri
RLMap / / RequestHeaderunset Accept-Encoding [SSL directive...] 2010/4/23 Mauri > > it's in ssl.conf, just > > # cat /etc/httpd/conf.d/ssl.conf > [...] > > ProxyPreserveHost On > ProxyRequests off > ProxyPass / http://10.19.72.100:8080/ >

Re: [us...@httpd] KeepAlive settings for reverse proxy (was: Apache module that enables ActiveX)

2010-04-23 Thread Mauri
derunset Accept-Encoding 2010/4/23 Jonas Eckerman > On 2010-04-23 16:00, Mauri wrote: > > many thanks jonas for your suggest. This is a part of my conf. Is it >> correct? >> > > I'm not clear on exactly what you want, so I'm guessing that you wan't

Re: [us...@httpd] Re: ProxyPreserveHost On

2010-04-23 Thread Mauri
RLMap / / RequestHeaderunset Accept-Encoding [...] but It don't work in my httpd-2.2.3-31. The error is below in my previous mail. Cheers, Mauri 2010/4/23 GB GB > I had the exact same problem > Instead of putting those lines in httpd.conf, try putting them in ssl.con

Re: [us...@httpd] Apache module that enables ActiveX

2010-04-23 Thread Mauri
/ / RequestHeaderunset Accept-Encoding SetEnv proxy-nokeepalive 1 2010/4/22 Jonas Eckerman > On 2010-04-22 16:56, Mauri wrote: > > [quote]Do you want the connection between the proxy and the server to be >> kept alive rather than closed after each reqest

[us...@httpd] Re: ProxyPreserveHost On

2010-04-23 Thread Mauri
Someone can help me? cheers, Mauri 2010/4/22 Mauri > Hi experts, > > this is my scenario: https://miosito.com --> mod_proxy --> > http://10.19.72.100:8080/ (tomcat) > > httpd conf: > > NameVirtualHost mysite.com:443 > > ProxyPreserveHost On &g

Re: [us...@httpd] Apache module that enables ActiveX

2010-04-22 Thread Mauri
[quote]Do you want the connection between the proxy and the server to be kept alive rather than closed after each reqest?[quote] yes. just this? KeepAlive Off in the thanks for the suggest. cheers, Mauri 2010/4/22 Jonas Eckerman > On 2010-04-21 15:28, Mauri wrote: > > a question

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread Mauri
gt; > On Thu, Apr 22, 2010 at 8:32 AM, Mauri wrote: > > Hi GB. > > > > I have a similar solution. > > > > Client --> https://mysite.com --> proxy --> http://backend. > > > > the url in the client broswer is https://mysite.com. > > &g

[us...@httpd] Apache module that enables ActiveX

2010-04-22 Thread Mauri
I'm reading 2 stable TCP connection in connection. All the request from my i.e. to web server close one session and generate a new session. Can I set the proxy as per Scenario A ? Many thanks for any suggest, and sorry for this thread. Mauri

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread Mauri
Hi GB. I have a similar solution. Client --> https://mysite.com --> proxy --> http://backend. the url in the client broswer is https://mysite.com. this is my /etc/httpd/conf.d/ssl.conf: LoadModule ssl_module modules/mod_ssl.so LoadFile /usr/lib/libxml2.so LoadModule proxy_html_module modul

[us...@httpd] ProxyPreserveHost On

2010-04-22 Thread Mauri
hat the URL will be https://mysite.com but I can use the ProxyPreserveHost (one backend application need to this set). any idea? many thanks, as usual. Cheers, Mauri

[us...@httpd] Apache module that enables ActiveX

2010-04-21 Thread Mauri
Scenario B) client I.E. -> apache mod_proxy (80) -> web server IIS (80) when I login to web server , i'm reading 2 stable TCP connection in connection. All the request from my i.e. to web server close one session and generate a new session. Can I set the proxy as per Scenario A ? Many

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-20 Thread Mauri
that enables ActiveX > > what is the activex area in your html? > > > > > From: Mauri > To: users@httpd.apache.org > Sent: Tue, April 20, 2010 1:12:15 PM > Subject: Re: [us...@httpd] Re: Apache module that enables ActiveX > > &g

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-20 Thread Mauri
ets the file as per an image (GIF). I don't undestand the reason. Anyone can help me? thanks for any suggest. Cheers, Mauri # uname -a Linux SRV01 2.6.18-128.el5 #1 SMP Wed Dec 17 11:42:39 EST 2008 i686 i686 i386 GNU/Linux # rpm -qa | grep http httpd-manual-2.2.3-31.el5_4.2 system-config-htt

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Mauri
rol should be loaded [quote] that is clear. For Eric: i'm trying to find "towards activex" Tom: Many thanks for all. Cheers, Mauri 2010/4/16 Tom Evans > On Fri, Apr 16, 2010 at 12:28 PM, Mauri wrote: > > I'm checking about security context. > > The html reques

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Mauri
rver with activex (ex. 192.168.0.11) over HTTP If I try to connect to SERVERB the browser read the activex, if I try to connect to SERVERA the browser don't read the activex from the SERVERB. I'll find the problem on SERVERB? many thanks for your suggest. Cheers, Mauri 2010/4/16 Tom Evans

[us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Mauri
I'm sorry but someone mayebe help me? There are apache module that enables ActiveX? Thanks for any suggest. Cheers, Mauri 2010/4/15 Mauri > Hi, > I have a proxy with SSL that forward any request to a backend platform. > In this moment I have a problem if I'm trying to ex

[us...@httpd] Apache module that enables ActiveX

2010-04-15 Thread Mauri
Hi, I have a proxy with SSL that forward any request to a backend platform. In this moment I have a problem if I'm trying to execute an activex on the backend platform. I'm reading that the mod_proxy blocks any activex request because it don't trust for the system. How I can do? I'm reading about m