> 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 t
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.
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 S
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
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
> >
> > ProxyPrese
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
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 Lbfac
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
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: tushar
f A and B are identical in terms of hardware you use same lbfactor
On Wed, Mar 23, 2011 at 4:24 AM, Tushar Chavan
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 se
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 scoreboar
Re: [users@httpd] 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/d
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:
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?
BalancerMember http://192.168.1.50:80
BalancerMember http://192.168.1.51:80
ProxyPass /irj balancer://mycluster
Best Re
b 20, 2011 at 8:45 AM, Tushar Chavan
> wrote:
> > Hi ,
> >
> > We have below configuration in httpd-ssl.conf file.
> >
> > ProxyPass /irjhttp://essdevwd01:8100/irj
> > ProxyPassreverse/irjhttp://essdevwd01:8100/irj
> >
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 ProxyPassre
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
ht
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 pa
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 / http://portal.com.sa:5/irj/porta
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 / http://portal.com.sa:5/irj/porta
quests ?
Best 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 Expe
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 https://e
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 Ap
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
Hi Experts,
I am bit confused with 'RewriteCond %{HTTPS} =on'.
Can you please tell me, what is the function of RewriteCond %{HTTPS} =on? what
'RewriteCond %{HTTPS} =on' will do ?
Best regards,
Tushar
rminated at Apache Server. 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
>
>
> -
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 2
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.
at 4:26 PM, Tushar Chavan 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 (
href=&q
Best Regards,
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
> wrote:
> > Hi Exper
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
http://srmho
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
S
http://help.sap.com/saphelp_nw70/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/content.htm
d_proxy_html & replace 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? Wha
7;srmhost' by 'srmdevarp' with
> Any Apache Module
>
> On Thu, Oct 14, 2010 at 12:15 PM, Tushar Chavan
> wrote:
> > Hi Eric,
> > Content type is html but I am not sure of it.
> > From portal below url is called.
> > http://srmhost.klm.com:800
Best Regards,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,
> 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
> wrote:
> > HI Eric,
> >
> > I tried the mod_substitute but it not working ?
> >
Any Apache Module
>
> On Wed, Oct 13, 2010 at 8:41 AM, Tushar Chavan
> wrote:
> > Hi Team,
> >
> > Whenever we click on one link on portal,I get below error.
> >
> > --
Hi Team,
Whenever we click on one link on portal,I get below error.
-
Error application is coming up.
20101013
BASIS
153756
srmhost
http://srmhost.klm.com:8000/sap/bc/webdynpro/sapsrm/w
Hi ,
Is 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 error.
Err
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
FilterProv
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
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
sr
l
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
&
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
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
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 chan
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 port
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 added
ile does 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 reve
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 https:/
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 htt
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
https:/
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,
T
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
> 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
> wrote:
> > Hi experts,
> >
> > Below is the our scenario.
> >
> >
,
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
> wrote:
> > Hi experts,
> &
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
58 matches
Mail list logo