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.
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
(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
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/
&
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
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
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
'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
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
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
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
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/
>
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
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
/ /
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
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
[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
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
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
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
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
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
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
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
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
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
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
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
28 matches
Mail list logo