|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2007
/
2007-06
/
Pound interaction with apache
[
And ignore the last one, I will shut up now. / ... ]
[
Slightly misbalanced requests / Shawn O'Connor ... ]
Pound interaction with apache
"Yogesh Joshi, Noida" <yogesh.joshi(at)hcl.in> |
2007-06-06 12:25:08 |
[ FULL ]
|
Hi ,
Can anyone help me to resolve the following issues.
1.Is it necessary to run any web server on the machine where pound is
install.?
2.Is it necessary in client browser to set the IP address of the pound
as a proxy?
I visited the site but some basic question are not getting clear to me.
And I am new to this field.
I also require the complete procedure for setup.
Thanks in advance
Yogesh
-----Original Message-----
From: Stefan Lambrev [mailto:stefan.lambrev(at)sun-fish.com]
Sent: Wednesday, June 06, 2007 3:19 PM
To: pound(at)apsis.ch
Subject: Re: [Pound Mailing List] Apache Trailing Slash Problem
Hi Robert,
Robert Segall wrote:[...][...]
[...][...]
work[...]
In my situation this rise a new problem.
If RewriteLocation works (e.g. no trailing slash problems, no wrong
ports)
this screw one of my internal redirects.
My application detect if page (like login page) is requested using HTTP
and redirect to the same URL, but HTTPS.
Unfortunately pound rewrite the url and the redirect points again to
http.
For example GET http://www.mydomain.tld/login redirect
to
https://www.mydomain.tld/login,
but pound rewrite it again to
http://www.mydomain.tld/login which
leads to unbreakable cycle.
Any ideas how to fix this?
[...]
|
|
|
Re: [Pound Mailing List] Pound interaction with apache
"Lorenzo Grio" <lorenzo.grio(at)gmail.com> |
2007-06-06 13:05:51 |
[ FULL ]
|
> Hi ,[...]
No, it isn't.
[...]
[...]
CLIENT --> WEB SERVER (ip 1.2.3.4)
With Pound (or any other load balancer)
CLIENT --> POUND (public ip 1.2.3.4) --> WEB SERVER (private ip
10.0.0.100)
Regards,
Lorenzo
|
|
|
RE: [Pound Mailing List] Pound interaction with apache
"Yogesh Joshi, Noida" <yogesh.joshi(at)hcl.in> |
2007-06-06 15:52:44 |
[ FULL ]
|
Thanks a lot for your quick response.
Please also clear following things.
I want to test functioning of the pound.
1. In my setup, I have installed the Pound on my machine(10.112.78.128)
as well as I have one server (10.112.78.225) where I want to redirect
the query.
For that ,I configure the pound.cfg file as follows. According to my
understanding when I send the request from any of the client browser to
pound e.g http://10.112.78.128 it should
open the default page of
server 10.112.78.225.
Please correct me If I am wrong
ListenHTTP
Address 10.112.78.128
Port 80
Service
URL "*.*"
BackEnd
Address 10.112.78.225
Port 80
End
End
End
Thanks in advance
Yogesh
-----Original Message-----
From: Lorenzo Grio [mailto:lorenzo.grio(at)gmail.com]
Sent: Wednesday, June 06, 2007 4:36 PM
To: pound(at)apsis.ch
Subject: Re: [Pound Mailing List] Pound interaction with apache
[...]
No, it isn't.
[...]
[...]
me.[...]
CLIENT --> WEB SERVER (ip 1.2.3.4)
With Pound (or any other load balancer)
CLIENT --> POUND (public ip 1.2.3.4) --> WEB SERVER (private ip
10.0.0.100)
Regards,
Lorenzo
[...]
|
|
|
Re: [Pound Mailing List] Pound interaction with apache
"Lorenzo Grio" <lorenzo.grio(at)gmail.com> |
2007-06-06 16:14:29 |
[ FULL ]
|
Yes, you are rights.
You can cut off URL directive in your configuration.
Lorenzo
|
|
|
RE: [Pound Mailing List] Pound interaction with apache
"Yogesh Joshi, Noida" <yogesh.joshi(at)hcl.in> |
2007-06-06 16:27:40 |
[ FULL ]
|
Hi Lorenzo
Problem is that still it is not working.
How to troubleshoot this whether it is the problem of pound
installation, configuration or any other.
Please let me know in details I need it urgently
Thanks in advance
yogesh
-----Original Message-----
From: Lorenzo Grio [mailto:lorenzo.grio(at)gmail.com]
Sent: Wednesday, June 06, 2007 7:44 PM
To: pound(at)apsis.ch
Subject: Re: [Pound Mailing List] Pound interaction with apache
Yes, you are rights.
You can cut off URL directive in your configuration.
Lorenzo
[...]
|
|
|
Re: [Pound Mailing List] Pound interaction with apache
"Lorenzo Grio" <lorenzo.grio(at)gmail.com> |
2007-06-06 17:56:41 |
[ FULL ]
|
What happens if you go with your browser to http://10.112.78.128 ?
What pound's error log (syslog) does say?
Which are open ports on your pound server (netstat -ntp)?
If you don't give us moreinformations, we can't help you.
Lorenzo
|
|
|
|