On Aug 9, 2010, at 12:32 PM, Ernesto Adorio wrote:
> Hi david,
>
> thanks, but am a little confused.
>
> 1. Is the 3007 (maybe it is 7003?) port number special in
> scgi_address=('localhost', 3007) as long as it is different in port
> number in http_address?
The 3007 is not special.
You can choose any free port number you want.
>
> 2. So Apache2 listens to whatever is put in http://mydomain:8002,
> pass the request and listens to responses in localhost:7003 to which
> the scgi enabled QP/QPY sends back its reply?
Right. Your Apache config will tell Apache which host:port the
scgi service is on. (Make sure you tell it the same port number
that you have configured for QP.)
> 3. So this means that http_address "localhost:8002" in the
> configuration dict can actually be commented out?
Yes.
>
>
> Again, TIA for replies and to the mems team for the advances in utter
> simplicity and elegance of QP/QPY web server and application
> framework.
>
> Regards,
> ernie.
>