[EMAIL PROTECTED] Question about Apache Web Server

2007-12-06 Thread pdt_p
Hi.. I have 2 application servers (Jboss) running on 2 difference subnet. for each JBoss, I have deployed a web application. What I am trying to achieve is when a web browser request a page from either Jboss1 or Jboss2, I don't want it directly call to the jboss. I would like to setup a web se

[EMAIL PROTECTED] Enquiry about Reserve Proxy

2007-12-10 Thread pdt_p
Hi I have setup a reserve proxy in my working environment. I use Apache 2.2.6 and mod_proxy_html 3.0.0. I run this on windows xp. I do have a webserver running on difference subnet. I try to put the reserve proxy for that webserver(the one on difference subnet). I have follow the tutorial in

RE: [EMAIL PROTECTED] Enquiry about Reserve Proxy

2007-12-10 Thread pdt_p
links to be rewritten if > they are included in for example JavaScript or CSS. > > > -ascs > > -Message d'origine- > De : pdt_p [mailto:[EMAIL PROTECTED] > Envoyé : lundi 10 décembre 2007 13:37 > À : users@httpd.apache.org > Objet : [EMAIL PROTECTED] Enquiry

RE: [EMAIL PROTECTED] Enquiry about Reserve Proxy

2007-12-11 Thread pdt_p
to the content server and returns a body. > > Do you happen to have any entry in your access log indicating that a HTTP > 404 "File not found" was returned? If not you will need to look for the > problem elsewhere. > > > -ascs > > -Message d'origi

Re: [EMAIL PROTECTED] Apache mod_rewrite/mod_proxy conflict?

2007-12-11 Thread pdt_p
Hi... from this solution: RewriteRule ^/testing/(.*)$ http://myserverB/$1 [P,L] RewriteRule ^/(.*)$ http://myserverA/$1 [P] ProxyPassReverse /testing http://myserverB/ the original server url is fixed. In this case http://myserverB and http://myserverA. What if the original URL is dynamic which

Re: [EMAIL PROTECTED] Apache mod_rewrite/mod_proxy conflict?

2007-12-11 Thread pdt_p
ttp://myserverB/otherPath - http:///testing/192.168.0.88/otherPath --> http://192.168.0.88/otherPath pdt_p wrote: > > Hi... > > from this solution: > RewriteRule ^/testing/(.*)$ http://myserverB/$1 [P,L] > RewriteRule ^/(.*)$ http://myserverA/$1 [P] > ProxyPassRevers

RE: [EMAIL PROTECTED] Enquiry about Reserve Proxy

2007-12-11 Thread pdt_p
gt; including request- and response headers, message body etc. > > > -ascs > > -Message d'origine- > De : pdt_p [mailto:[EMAIL PROTECTED] > Envoyé : mardi 11 décembre 2007 14:09 > À : users@httpd.apache.org > Objet : RE: [EMAIL PROTECTED] Enquiry about Reserve Pr

Re: [EMAIL PROTECTED] Apache mod_rewrite/mod_proxy conflict?

2007-12-12 Thread pdt_p
will google it. Thank you Pdt Neil A. Hillard-2 wrote: > > pdt_p wrote: >> Hi... >> >> from this solution: >> RewriteRule ^/testing/(.*)$ http://myserverB/$1 [P,L] >> RewriteRule ^/(.*)$ http://myserverA/$1 [P] >> ProxyPassReverse /testing http://my

[EMAIL PROTECTED] Question about installing apache 2.0.59 on solaris 10

2007-12-13 Thread pdt_p
Hi... I download binary distribution for Apache HTTP server version 2.0.55. i download it from : http://apache.wildit.net.au/httpd/binaries/solaris/ in the readme.bindist and install.bindist file, it say that i have to run install-bindist.sh in this case my path for apahce is /home/myuser/apach

Re: [EMAIL PROTECTED] Question about installing apache 2.0.59 on solaris 10

2007-12-14 Thread pdt_p
above, is there any way to compile apache by my self but install it into my home account folder? I am a new to apache. I apologize for such a silly question. Thank you Pdt Joshua Slive-2 wrote: > > On Dec 14, 2007 1:34 AM, pdt_p <[EMAIL PROTECTED]> wrote: >> >> Hi... >&g

Re: [EMAIL PROTECTED] Question about installing apache 2.0.59 on solaris 10

2007-12-16 Thread pdt_p
Hi... yes i am able to compile without root permission. Iam running on port >1024 and seems like so far it's working fine. thank you very much for your help. regards, pdt Dragon-4 wrote: > > pdt_p wrote: > >>Hi... >> >>Thank you for answering my question