RE: [users@httpd] Virtual Hosts and SSL Puzzler

2013-10-23 Thread Tushar Chavan
Date: Tue, 22 Oct 2013 08:26:57 -0400 From: d...@bellsouth.net To: users@httpd.apache.org Subject: [users@httpd] Virtual Hosts and SSL Puzzler I have 3 virtual hosts that for all I can see are configured identically other the the obviously needed differences. The same is true of the 3

[users@httpd] Loadbalacing between rewrite rule

2011-05-15 Thread Tushar Chavan
Hi Experts, Can we load balacing between rewrite rule? e.g, can we load balace between below rewrite rules. RewriteRule ^/(sap\(.*) http://webserver1:98/$1 [P,L] RewriteRule ^/(sap\(.*) http://webserver2:98/$1 [P,L] Best Regards, Tushar.

RE: [users@httpd] Apache is too slow with SSL

2011-04-30 Thread Tushar Chavan
Hi Ishita, I am also same facing problem. Can you please let me know if you find any solution. Best Regards, Tushar. Date: Tue, 12 Apr 2011 22:09:39 -0400 From: ishim...@gmail.com To: users@httpd.apache.org CC: traw...@gmail.com Subject: Re: [users@httpd] Apache is too slow with SSL

[users@httpd] One Apache ( having two hostname but one IP ) for two websites

2011-04-26 Thread Tushar Chavan
Hi Experts, We are using one Apache server ( two hostnames but one IP ) for two websites ( http://example_1.com/irj https://example_2.com/irj ) Apache Hostnames :- Apache_host_1 Apache_host_2 with same IP. Web Sites 1 :- http://example_1.com/irj Web Sites 2 :- https://example_2.com/irj

RE: [users@httpd] User friendly URL creation

2011-04-23 Thread Tushar Chavan
Thanks . Date: Sat, 16 Apr 2011 09:44:55 -0400 From: cove...@gmail.com To: users@httpd.apache.org Subject: Re: [users@httpd] User friendly URL creation but when I use below configuration,it works fine but we don't want end user to type www.apache_host.com/irj ProxyPreserveHost on

[users@httpd] User friendly URL creation

2011-04-16 Thread Tushar Chavan
Hi Experts, We have a below situation. End user will type below url. www.apache_host.com will need to be redirected to http://webdispacther_host:80/irj Now when I use below directive ProxyPreserveHost on Proxypass /http://webdispacther_url:80/irj ProxypassReverse

RE: [users@httpd] How to define Lbfactor in case of lbmethod = byrequests lbmethod = bytraffic

2011-03-27 Thread Tushar Chavan
Thanks Mark. Date: Thu, 24 Mar 2011 04:28:16 -0400 From: m...@catseye.org To: users@httpd.apache.org CC: tushar.cha...@hotmail.com Subject: Re: FW: [users@httpd] How to define Lbfactor in case of lbmethod = byrequests lbmethod = bytraffic On March 24, 2011 4:25 , Mark

RE: [users@httpd] How to define Lbfactor in case of lbmethod = byrequests lbmethod = bytraffic

2011-03-27 Thread Tushar Chavan
Hi Mark, Thanks for useful information. One more query . Which is the default algorithm for load balancing ? Best Regards,Tushar Date: Thu, 24 Mar 2011 04:28:16 -0400 From: m...@catseye.org To: users@httpd.apache.org CC: tushar.cha...@hotmail.com Subject: Re: FW: [users@httpd] How to define

FW: [users@httpd] How to define Lbfactor in case of lbmethod = byrequests lbmethod = bytraffic

2011-03-24 Thread Tushar Chavan
Hi Experts, Suppose if choose , lbmethod = bytraffic , then how Apache will come to know that how much traffic it should pass to server A B. Also same with bmethod=byrequest. , how Apache will come to know that how many request it should pass to server A B. Best Regards,Tushar. From:

[users@httpd] Max. Server process Child process

2011-03-22 Thread Tushar Chavan
Hi Experts, I have a query. How can we define no of process those will listen ( Parent process ) how child threads will created for each process ( parent thread ) ? ( Also please let me default values of this processes child threads ) Will these defined values be maintained in scoreboard

RE: [users@httpd] How to define Lbfactor in case of lbmethod = byrequests lbmethod = bytraffic

2011-03-22 Thread Tushar Chavan
are identical in terms of hardware you use same lbfactor On Wed, Mar 23, 2011 at 4:24 AM, Tushar Chavan tushar.cha...@hotmail.com wrote: Hi Experts, We are setting up load balacing with Apache Apache will pass request to servers A B. Now if I choose lbmethod=byrequest or bytraffic, how I will set

RE: [users@httpd] This key is not certified with a trusted signature.

2011-03-16 Thread Tushar Chavan
] This key is not certified with a trusted signature. On 3/16/2011 12:48 AM, Tushar Chavan wrote: Hi Experts, I have dowloaded KEYS httpd-2.2.17.tar.gz.asc from main distribution center ( http://www.apache.org/dist/httpd/ ). I imported keys with gpg --import KEYS gpg --verify

[users@httpd] This key is not certified with a trusted signature.

2011-03-15 Thread Tushar Chavan
Hi Experts, I have dowloaded KEYS httpd-2.2.17.tar.gz.asc from main distribution center ( http://www.apache.org/dist/httpd/ ). I imported keys with gpg --import KEYS gpg --verify httpd-2.2.17.tar.gz.asc gpg: Signature made Thu Oct 14 15:48:36 2010 GMT+3 using RSA key ID 7F7214A7 gpg:

[users@httpd] Default Algorithm for mod_proxy_balancer

2011-03-04 Thread Tushar Chavan
Hi Experts, Just a query. Which is the default algorithm mod_proxy_balancer uses? I have just defined below configuration. lbmethod is specified. Which one will be used? Proxy balancer://mycluster BalancerMember http://192.168.1.50:80 BalancerMember http://192.168.1.51:80 /Proxy ProxyPass

RE: [users@httpd] How to Retain https protocal

2011-02-20 Thread Tushar Chavan
, Tushar Chavan tushar.cha...@hotmail.com wrote: Hi , We have below configuration in httpd-ssl.conf file. ProxyPass /irjhttp://essdevwd01:8100/irj ProxyPassreverse/irjhttp://essdevwd01:8100/irj Now when we execute https://Apache_host/irj it goes

[users@httpd] How to Retain https protocal

2011-02-19 Thread Tushar Chavan
Hi , We have below configuration in httpd-ssl.conf file. ProxyPass /irjhttp://essdevwd01:8100/irj ProxyPassreverse/irjhttp://essdevwd01:8100/irj Now when we execute https://Apache_host/irj it goes to http://essdevwd01:8100/irj as excepted but

[users@httpd] Https to Http

2011-02-17 Thread Tushar Chavan
Hi Experts, We have below configuration. ProxyPreserveHost On ProxyPass /irjhttp://portal_host:5/irj ProxyPassReverse /irj http://portal_host:5/irj Now when execute https://Apache_Host/irjit got blank page with

[users@httpd] Content Encoding Error :-

2011-02-11 Thread Tushar Chavan
Hi Team, Below is my configuration : ProxyPass /irj http://idstrn:5/irj ProxyPassReverse /irj http://idstrn:5/irj But when I execute http://Apache _host/irj 1 I get blank page in internet explorer 2 I get below error in Firefox. Content Encoding Error The

[users@httpd] ProxyPass

2011-02-06 Thread Tushar Chavan
Hi Experts, We have below requirement http://apache_host.com.sa/ should point to http://portal.com.sa:5/irj/portal/anonymous I have done below configuration for it ProxyPass / http://portal.com.sa:5/irj/portal/anonymous ProxyPassReverse /

[users@httpd] ProxyPass : Updated

2011-02-06 Thread Tushar Chavan
Hi Experts, We have below requirement http://apache_host.com.sa/ should point to http://portal.com.sa:5/irj/portal/anonymous I have done below configuration for it ProxyPass / http://portal.com.sa:5/irj/portal/anonymous ProxyPassReverse /

[users@httpd] One Apache for three diff. websites

2011-01-31 Thread Tushar Chavan
Hi Experts, We have three diff. web sites providing diff. content. 1. www.krm.com 2. https://epsrm.com/irj 3. http://epess.com/irj We have one Apache server with one Public ip. Now from this Apache can we direct requests to three diff websites. ProxyPass /irj

RE: [users@httpd] One Apache for three diff. websites

2011-01-31 Thread Tushar Chavan
regards, Tushar Date: Tue, 1 Feb 2011 08:43:46 +0100 From: jo...@sanguis.xs4all.nl To: users@httpd.apache.org Subject: Re: [users@httpd] One Apache for three diff. websites On Tue, February 1, 2011 08:29, Tushar Chavan wrote: Hi Experts, We have three diff. web sites providing diff

[users@httpd] Apache for Multiple web Servers on One Public IP

2011-01-24 Thread Tushar Chavan
Hi Experts, We have one Apache server ( apache1 ) with public ip three web servers . ( www.srm.com , https://newsrm.com:5/irj , http://oldsrm.com:5/irj ) All these three websites provide diff. content so I can not load balance between them. Please let me know , how can we configure

[users@httpd] Redirect to the diff. servers.

2011-01-23 Thread Tushar Chavan
Hi Experts, We have below requirement. There are two portal servers . Portal 1 -- with url http://epsrm.xyz.com:5/irj Portal 2 --- with https://srmprd.xyz.com:5/irj Apache server is srmarp. Now can we redirect traffic from apache to Portal 1 Portal 2 from same Apache host. I can

RE: [us...@httpd] SSL Termination at Apache

2011-01-09 Thread Tushar Chavan
. Is there any configuration to terminate SSL at Apache? Best REgards,Tushar Date: Fri, 7 Jan 2011 23:09:07 + From: i.ga...@brainsware.org To: users@httpd.apache.org Subject: Re: [us...@httpd] SSL Termination at Apache - Tushar Chavan tushar.cha...@hotmail.com wrote: Hi Team

[users@httpd] SSL Termination at Apache

2011-01-07 Thread Tushar Chavan
Hi Team, Can we terminate SSL at Apache? If yes , can you please let me know how to do it ? I mean is there any directive for it? Best Regards,Tushar.

RE: [us...@httpd] SSL Termination at Apache

2011-01-07 Thread Tushar Chavan
Hi Team, Just found proxy.config.ssl.* variables. http://trafficserver.apache.org/docs/v2/admin/secure.htm#UsingSSLTermination It should be fine for now. If needed I will update this port. Best Regards,Tushar. From: tushar.cha...@hotmail.com To: users@httpd.apache.org Date: Fri, 7 Jan 2011

RE: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-03 Thread Tushar Chavan
at 4:26 PM, Tushar Chavan tushar.cha...@hotmail.com wrote: Hi Eric, We have set SERVER_NAME HTTP_HOST env. variables but still it is not working. Let me explain our scenario. https://srmdevarp01.domain/irj ( this url will give us the portal page ) On the the portal page there is href

[us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-01 Thread Tushar Chavan
Hi Experts, We have definded rewrite rule as below RewriteEngine on RewriteRule ^/(sap\(.*) http://srmhost.kjo.com.sa:8000/$1 So now whenever url https://apache_host.domain/sap(bD1lbiZjPTAxNiZkPW1pbg==)/bc/bsp/sap/z_ros_self_reg1/main.htm is called, it will re-direct to

RE: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-01 Thread Tushar Chavan
, Tushar Date: Mon, 1 Nov 2010 08:06:39 -0400 From: cove...@gmail.com To: users@httpd.apache.org Subject: Re: [us...@httpd] RewriteRule : How to retain Apache Host in the url On Mon, Nov 1, 2010 at 3:54 AM, Tushar Chavan tushar.cha...@hotmail.com wrote: Hi Experts, We have definded

[us...@httpd] http://help.sap.com/saphelp_nw70/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/content.htm for BSP

2010-10-18 Thread Tushar Chavan
http://help.sap.com/saphelp_nw70/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/content.htm

[us...@httpd] mod_rewrite is not working

2010-10-18 Thread Tushar Chavan
Hi Experts, In my case mod_rewrite is not working. Below is the case. Url https://srmdevarp02.domain/sap(bD1lbiZjPTExNiZwPTMyODMxJnY9NyUyZTAxMDYmaT0xJnM9U0lEJTNhQU5PTiUzYXNybWRldl9TRURfMDAlM2FGc3U4REN3TDVnckM1LWpGWXBfSlUyTWlQV3hENmM4VnRhbkdsU0xWLUFUVA==)/bc/bsp/sap/ros_prescreen/main.do

RE: [us...@httpd] search url with mod_proxy_html replace it another

2010-10-16 Thread Tushar Chavan
it another On 10/16/2010 09:15 AM, Tushar Chavan wrote: Hi Experts, But its not working It's not working isn't an error message. What doesn't work? What should it do? Is there anything in the error log? Joost

RE: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-14 Thread Tushar Chavan
, 2010 at 8:41 AM, Tushar Chavan tushar.cha...@hotmail.com wrote: Hi Team, Whenever we click on one link on portal,I get below error. - Error application is coming up. 20101013 BASIS

RE: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-14 Thread Tushar Chavan
Subject: Re: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module On Thu, Oct 14, 2010 at 11:16 AM, Tushar Chavan tushar.cha...@hotmail.com wrote: HI Eric, I tried the mod_substitute but it not working ? Maybe it was configured incorrectly. What did

RE: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-14 Thread Tushar Chavan
,Tushar. Date: Thu, 14 Oct 2010 12:04:59 -0400 From: cove...@gmail.com To: users@httpd.apache.org Subject: Re: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module On Thu, Oct 14, 2010 at 12:01 PM, Tushar Chavan tushar.cha...@hotmail.com wrote: Hi Eric, Below

RE: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-14 Thread Tushar Chavan
/wda_l_fpm_oif/ OBJECTS_OBJREF_NOT_ASSIGNED_NO Best Regards,Tushar Date: Thu, 14 Oct 2010 12:19:16 -0400 From: cove...@gmail.com To: users@httpd.apache.org Subject: Re: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module On Thu, Oct 14, 2010 at 12:15 PM, Tushar Chavan

[us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-13 Thread Tushar Chavan
Hi Team, Whenever we click on one link on portal,I get below error. - Error application is coming up. 20101013 BASIS 153756 srmhost

[us...@httpd] mod_substitute doing nothing

2010-10-10 Thread Tushar Chavan
Hi , I want to replace srmhost by sapsrmarp in the below error. Error application is coming up. 20101010 BASIS 085254 srmhost http://srmhost.kjo.com.sa:8000/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/ Below is configuration in httpd.conf file FilterDeclare DN_REPLACE_URLS

FW: [us...@httpd] mod_substitute doing nothing

2010-10-10 Thread Tushar Chavan
Hi , Is Location / is required ? Any idea? Best Regards, Tushar From: tushar.cha...@hotmail.com To: users@httpd.apache.org Date: Sun, 10 Oct 2010 13:57:11 +0530 Subject: [us...@httpd] mod_substitute doing nothing Hi , I want to replace srmhost by sapsrmarp in the below

[us...@httpd] Can't find 'mod_substitute.so' in modules dir : Apache version is 2.2.16

2010-10-09 Thread Tushar Chavan
Hi , I can't find 'mod_substitute.so' in modules dir . Apache version is 2.2.16. which argurment should I use in configure command? Best Regards, Tushar

RE: [us...@httpd] Can't find 'mod_substitute.so' in modules dir : Apache version is 2.2.16

2010-10-09 Thread Tushar Chavan
Is there something I am missing? Best Regards, Tushar Date: Sat, 9 Oct 2010 03:00:09 -0500 From: wr...@rowe-clan.net To: users@httpd.apache.org Subject: Re: [us...@httpd] Can't find 'mod_substitute.so' in modules dir : Apache version is 2.2.16 On 10/9/2010 2:47 AM, Tushar Chavan wrote

[us...@httpd] srmhost need to be replaced by srmdevarp05

2010-10-09 Thread Tushar Chavan
Hi Expert, Below is the response I got.Here hostname of the backend server ( srmhost ) is returned in the error. -- Error application is coming up. 20101009 BASIS 134815

FW: [us...@httpd] srmhost need to be replaced by srmdevarp05 : SSL input filter read failed

2010-10-09 Thread Tushar Chavan
Hi Experts, I am trying below to replace hostname. FilterDeclare SSI FilterProvider SSI INCLUDES resp=srmdevarp05 $srmdev FilterChain SSI FilterTrace SSI 1 But I am getting error :SSL input filter read failed. Please let me know if anybody has any idea. Best Regards, Tushar

[us...@httpd] Replacing TEXT on the Response Page

2010-10-06 Thread Tushar Chavan
Hi Expert, Below is our scenario Browser -Apache Server --Web Dispatcher -SAP J2EE Engine --SAP SRM Server.. Now when ever we execute https://apache_server_host:1443/irj , we get a page. Now if I want to replace certain text on the page before displaying to the

[us...@httpd] Error contain server name

2010-10-01 Thread Tushar Chavan
Hi Expert, Below is our scenario. Browser Apache server ---SAP WEB Dispatcher ---SAP Portal -SAP SRM system Now Reverse proxy is working file with Apache. e.g when I hit https://Apache_server_hostname:1443/irj it takes me to SAP Portal without

[us...@httpd] Hostname is returned in Error Message

2010-09-21 Thread Tushar Chavan
Hi Team, Below is our scenario. Apache -SAP WEB Dispatcher --SAP Portal. Reverse proxy is working fine except that when error occurs it returns hostname of Portal in error message e.g . particular service is not active on SAP_Portal_host. This error is the message returned by the

RE: [us...@httpd] File does not exist: /appache/htdocs/webdynpro

2010-09-20 Thread Tushar Chavan
not exist: /appache/htdocs/webdynpro On 09/19/2010 01:16 PM, Tushar Chavan wrote: Hi Expert, Below is our scenario. Browser Apache ---SAP Web dispatcher -SAP Portal. #TO preserve reverse proxy host ProxyPreserveHost On #proxy /irj both ways ProxyPass /irj https

RE: [us...@httpd] Apacge url is changing to application server url

2010-09-20 Thread Tushar Chavan
Add ProxyPreserveHost on Date: Mon, 20 Sep 2010 04:56:27 -0700 From: amolcpug...@yahoo.com To: users@httpd.apache.org Subject: Re: [us...@httpd] Apacge url is changing to application server url Hello Eric, Thanks for the response. It would be great if you let me know what needs to be

[us...@httpd] File does not exist: /appache/htdocs/webdynpro

2010-09-19 Thread Tushar Chavan
Hi Expert, Below is our scenario. Browser Apache ---SAP Web dispatcher -SAP Portal. #TO preserve reverse proxy host ProxyPreserveHost On #proxy /irj both ways ProxyPass/irj https://SAP_WEB_Dispatcher_Host:1443/irj ProxyPassReverse /irj

[us...@httpd] FW: File does not exist: /appache/htdocs/webdynpro

2010-09-19 Thread Tushar Chavan
Hi Expert, Below is our scenario. Browser Apache ---SAP Web dispatcher -SAP Portal. #TO preserve reverse proxy host ProxyPreserveHost On #proxy /irj both ways ProxyPass/irj https://SAP_WEB_Dispatcher_Host:1443/irj ProxyPassReverse /irj

[us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Tushar Chavan
Hi Experts, Below is our scenario. Web Browser --Apapche server ---SAP WEB Dispatcher --SAP Portal Web browser to Apache server ( HTTPS flow ) -then from Apache server to SAP Web Dispatcher ( HTTPS ) then SAP WEB Dispatcher to SAP Portal ( HTTP )

RE: [us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Tushar Chavan
Hi Serge, #enable reverse-proxying ProxyVia on ProxyTimeout 600 # #disable forward-proxying ProxyRequests Off # #proxy /irj both ways ProxyPass/irj https://SAP Web Dispatcher host:1443/irj ProxyPassReverse /irj https://Apache_server_host:443/irj Best Regards,

RE: [us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Tushar Chavan
Hi Serge, You are right. Portal was doing re-direct to apache server.Now I removed it. Now problem when I remove proxymapping ( i. e re-direction ) from portal, I can not retain host of apache in the url. e.g when I hit https://apache_server_name:443/irj , it will take me to

[us...@httpd] Invalid method in request \x80C\x01\x03\x01

2010-09-14 Thread Tushar Chavan
Hi experts, Below is the our scenario. browser --Apache --- SAP Web dispatcher -SAP Portal Now I can acccess http://apachehostname:1443/irj but I can't access https://apachehostname:1443/irj . Below is the error I got Invalid method in request \x80C\x01\x03\x01

RE: [us...@httpd] Invalid method in request \x80C\x01\x03\x01

2010-09-14 Thread Tushar Chavan
, Tushar. Date: Tue, 14 Sep 2010 12:00:11 -0400 From: cove...@gmail.com To: users@httpd.apache.org Subject: Re: [us...@httpd] Invalid method in request \x80C\x01\x03\x01 On Tue, Sep 14, 2010 at 11:29 AM, Tushar Chavan tushar.cha...@hotmail.com wrote: Hi experts, Below is the our

RE: [us...@httpd] Unable to configure verify locations for client authentication

2010-09-14 Thread Tushar Chavan
...@gmail.com To: users@httpd.apache.org Subject: Re: [us...@httpd] Invalid method in request \x80C\x01\x03\x01 On Tue, Sep 14, 2010 at 11:29 AM, Tushar Chavan tushar.cha...@hotmail.com wrote: Hi experts, Below is the our scenario. browser --Apache --- SAP Web dispatcher