>Why this is a matter to the Apache? In a real scenario, consider that an
Apache Reverse
>Proxy servicing to 100 web servers, one of these servers is turned off
or...Apache must
>service to other servers!!
>I turned off a server to solve this conflict. Why Apache never read
another Virtual
>Host co
Sure.
Thank you.
On Wednesday, March 17, 2021, 08:26:40 PM GMT+3:30, Antony Stone
wrote:
On Wednesday 17 March 2021 at 17:44:07, Jason Long wrote:
> No, it is not home work.
What Eric means is that you should start trying to solve some of these
problems on your own, and not ask so
On Wednesday 17 March 2021 at 17:53:03, Jason Long wrote:
> Thank you Antony.
> No, Google and Yahoo are exmaple.
So, please use more meaningful names when asking your questions. I've already
said that using existing domains which are not yours misleads the person
answering into thinking you r
On Wednesday 17 March 2021 at 17:44:07, Jason Long wrote:
> No, it is not home work.
What Eric means is that you should start trying to solve some of these
problems on your own, and not ask so many questions here on the list which are
either explained in the documentation, or already answered e
Thank you Antony.
No, Google and Yahoo are exmaple.
> however you manage that using DNS
You meant was my DNS server that when a client write "google.com" in his\her
browser and it forward to my Reverse Proxy server with that name and my Reverse
Proxy server forward that request to properly serv
On Wednesday 17 March 2021 at 17:49:17, Antony Stone wrote:
> On Wednesday 17 March 2021 at 17:45:13, Jason Long wrote:
> > > In a real scenarios the 100 backend servers run the same
> > > application/website, not different ones. This makes them
> > > interchangeable. That's why when one goes down
On Wednesday 17 March 2021 at 17:45:13, Jason Long wrote:
> > In a real scenarios the 100 backend servers run the same
> > application/website, not different ones. This makes them interchangeable.
> > That's why when one goes down, the reverse proxy can route to another
> > transparently.
>
> Th
> In a real scenarios the 100 backend servers run the same
application/website, not different ones. This makes them
interchangeable. That's why when one goes down, the reverse proxy can
route to another transparently.
Thus, for 100 different websites, we need 100 reverse proxy servers.
On W
No, it is not home work.
On Wednesday, March 17, 2021, 08:11:51 PM GMT+3:30, Eric Covener
wrote:
On Wed, Mar 17, 2021 at 12:36 PM Jason Long wrote:
>
> Why this is a matter to the Apache? In a real scenario, consider that an
> Apache Reverse Proxy servicing to 100 web servers, one o
On Wed, Mar 17, 2021 at 12:36 PM Jason Long wrote:
>
> Why this is a matter to the Apache? In a real scenario, consider that an
> Apache Reverse Proxy servicing to 100 web servers, one of these servers is
> turned off or...Apache must service to other servers!!
> I turned off a server to solve t
On Wednesday 17 March 2021 at 17:33:46, Jason Long wrote:
> The load balancing is different. It is kind of HA.
Yes.
> When my real server is down then Apache forward requests to my backup server
That is HA.
> and my website never down.
Right.
> Excuse me, according to below diagram, is my co
The load balancing is different. It is kind of HA. When my real server is down
then Apache forward requests to my backup server and my website never down.
Excuse me, according to below diagram, is my configuration work in a real
scenario?
The Internet ---> Apache Reverse Proxy ---> Apache Web Se
On Wednesday 17 March 2021 at 17:21:24, Jason Long wrote:
> Why this is a matter to the Apache? In a real scenario, consider that an
> Apache Reverse Proxy servicing to 100 web servers, one of these servers is
> turned off or...Apache must service to other servers!! I turned off a
> server to solv
On Wednesday 17 March 2021 at 17:05:37, Jason Long wrote:
> Thank you.
> My VM uses port forwarding. When I browse 127.0.0.1:2080 on my host then it
> forwarded to my guest port 80.
That's neither here nor there for what we're discussing.
> > Are you suggesting that a request which *would* go to
Why this is a matter to the Apache? In a real scenario, consider that an Apache
Reverse Proxy servicing to 100 web servers, one of these servers is turned off
or...Apache must service to other servers!!
I turned off a server to solve this conflict. Why Apache never read another
Virtual Host conf
On Wed, Mar 17, 2021 at 12:05 PM Jason Long wrote:
>
> Thank you.
> My VM uses port forwarding. When I browse 127.0.0.1:2080 on my host then it
> forwarded to my guest port 80.
>
> > Are you suggesting that a request which *would* go to 192.168.1.4 if it were
> turned on, should in fact go to 192
Thank you.
My VM uses port forwarding. When I browse 127.0.0.1:2080 on my host then it
forwarded to my guest port 80.
> Are you suggesting that a request which *would* go to 192.168.1.4 if it were
turned on, should in fact go to 192.168.1.20 if 192.168.1.4 is turned off?
Yes. My browser can't di
On Wednesday 17 March 2021 at 15:15:49, Jason Long wrote:
> One of my Apache server (192.168.1.4) is turned off and I tried to see my
> server.
Please specific exactly how you "tried to see my server".
> Reverse Proxy must show other Apache server(192.168.1.20)
Are you suggesting that a request
I changed my Virtual Host config as below:
ServerName node3
ErrorLog /var/log/httpd/node3_error_log
TransferLog /var/log/httpd/node3_access_log
ProxyPass http://192.168.1.4/
ProxyPassReverse http://192.168.1.4/
ServerName node4
Err
On Wednesday 17 March 2021 at 14:57:06, Jason Long wrote:
> My current configuration is:
>
>
> ServerName node3
> ErrorLog /var/log/httpd/error_log
> TransferLog /var/log/httpd/access_log
>
I don't like the look of the / in that tag. It's closing the tag
before you've de
My current configuration is:
ServerName node3
ErrorLog /var/log/httpd/error_log
TransferLog /var/log/httpd/access_log
ProxyPass http://192.168.1.4/
ProxyPassReverse http://192.168.1.4/
ServerName node4
ErrorLog /var/log/httpd/err
On Wednesday 17 March 2021 at 14:40:32, Jason Long wrote:
> Thank you.
> Which part of my configuration is wrong?
I don't know. I've lost track of what your configuration looks like now.
> My Reverse Proxy can see my Apache web servers and as I said, its worked
> with one host, but can't work w
Thank you.
Which part of my configuration is wrong? My Reverse Proxy can see my Apache web
servers and as I said, its worked with one host, but can't work with two hosts.
it sounds like, my Reverse Proxy just see the first Virtual Host config!!!
On Wednesday, March 17, 2021, 05:03:10 PM GMT
On Wednesday 17 March 2021 at 14:28:29, Jason Long wrote:
> I want to have one Reverse Proxy server that service to some web servers
> that each of them has theirs domains and IPs. I want to know, for 10
> different websites that each of them has different IPs and domain names, I
> need 10 Reverse
Thanks.
Yahoo and Google was example.
Your examples (serviceA.example.com and serviceB.example.com) are subdomains of
the exmaple.com.
I used Yahoo and Google because they are different domains.
My scenario is just experimentation.
I want to have one Reverse Proxy server that service to some web
On Wednesday 17 March 2021 at 13:25:34, Jason Long wrote:
> No, I don't need a load balance.
Okay, so each request goes to one back-end server, and if that server is
unavailable, the request fails. You do not expect the request to be sent to
another backend server instead.
> I want my Reverse
On Wed, Mar 17, 2021 at 8:26 AM Jason Long wrote:
>
> No, I don't need a load balance. Let me clear it. Consider below diagram:
>
> The Internet ---> Apache Reverse Proxy ---> Apache Web Server 1 (IP: 1.2.3.4,
> Name: Yahoo.com)
> -
No, I don't need a load balance. Let me clear it. Consider below diagram:
The Internet ---> Apache Reverse Proxy ---> Apache Web Server 1 (IP: 1.2.3.4,
Name: Yahoo.com)
---> Apache
Web Server 2 (IP: 1.2.3.5, Name: Google.com)
Plea
On Wed, Mar 17, 2021 at 8:09 AM Jason Long wrote:
>
> Thank you.
> I saw https://stackoverflow.com/questions/50611098. I tested it, but got the
> same result.
> I changed my Virtual Host file as below:
>
>
> ServerName node3
> ErrorLog /var/log/httpd/error_log
> TransferLog /var/l
Thank you.
I saw https://stackoverflow.com/questions/50611098. I tested it, but got the
same result.
I changed my Virtual Host file as below:
ServerName node3
ErrorLog /var/log/httpd/error_log
TransferLog /var/log/httpd/access_log
ProxyPass http://192.168.1.4/
This list isn't your private school. Put in the effort, read and
understand the documentation. If you don't understand it, read it again.
Spend a few hours or days playing with your config files to see what
happens when you change them. You need to have an understanding of how
networks and proxy
On Wednesday 17 March 2021 at 12:34:44, Jason Long wrote:
> I'm a newbie and as you said you are here from 2010. OK, tell me how can I
> configure an Apache Reverse Proxy to service to the multiple web servers?
I did a Google search for "Apache reverse proxy multiple web servers".
https://stacko
You wrong.
I'm a newbie and as you said you are here from 2010. OK, tell me how can I
configure an Apache Reverse Proxy to service to the multiple web servers?
https://www.letmegooglethat.com/?q=How+to+use+Apache+reverse+proxy+for+multiple+web+server
I looked at the document too:
https://httpd.a
On 2021-03-16 5:43 p.m., Jason Long wrote:
I used Name-based Virtual Host too:
Dear moderators,
I have been subscribed to this list since 2010-10-16, 6:34 p.m. and have
always enjoyed collegial conversations and learned a lot. The person
promoting this thread, whose email address contains t
I used Name-based Virtual Host too:
The content of reverse_proxy1.conf file:
ServerName node3
ProxyPreserveHost On
ProxyPass / http://192.168.1.20/
ProxyPassReverse / http://192.168.1.20/
The content of reverse_proxy2.conf file:
ServerName node4
I created two files under "/etc/httpd/conf.d" directory:
reverse_proxy1.conf
reverse_proxy2.conf
The content of reverse_proxy1.conf file:
ProxyPreserveHost On
ProxyPass / http://192.168.1.20/
ProxyPassReverse / http://192.168.1.20/
The content of reverse_proxy2.conf fil
On Tue, Mar 16, 2021 at 5:00 PM Jason Long wrote:
>
> It show me below error:
> The server is temporarily unable to service your request due to maintenance
> downtime or capacity problems. Please try again later
>
> Why?
We don't know, we didn't read the error log either.
--
On 2021-03-16 4:23 p.m., Jason Long wrote:
Thanks.
Thus, I can one .conf file under the "/etc/httpd/conf.d/" directory with some
servers. For example,
[snip]
Maybe semantic, maybe not absolute, maybe you've already read or been
told, but using .d locations for user/programatic orientated file
Thus, for each server I need a config file?
On Wednesday, March 17, 2021, 12:12:09 AM GMT+3:30, Florian Schwalm
wrote:
No, you can only have one virtual host per port.
Either you make the second server accessible on a different port or you
separate them by server name (namebased virt
It show me below error:
The server is temporarily unable to service your request due to maintenance
downtime or capacity problems. Please try again later
Why?
On Wednesday, March 17, 2021, 12:08:07 AM GMT+3:30, Daniel Ferradal
wrote:
Try and let us know your results.
El mar, 16 mar
Try and let us know your results.
El mar, 16 mar 2021 a las 21:23, Jason Long
() escribió:
>
> Thanks.
> Thus, I can one .conf file under the "/etc/httpd/conf.d/" directory with some
> servers. For example,
>
> #Server 1
>
> ProxyPreserveHost On
> ProxyPass / http://192.168.1.4/
No, you can only have one virtual host per port.Either you make the second server accessible on a different port or you separate them by server name (namebased virtual hosts) or path... Either way you'd need to decide how you want to distinguish from the user's point of view which server the
Thanks.
Thus, I can one .conf file under the "/etc/httpd/conf.d/" directory with some
servers. For example,
#Server 1
ProxyPreserveHost On
ProxyPass / http://192.168.1.4/
ProxyPassReverse / http://192.168.1.4/
#Server 2
ProxyPreserveHost On
ProxyPass /
On Tuesday 16 March 2021 at 19:16:56, Jason Long wrote:
> Hello,
> For a website, I created a reverse proxy config file under the
> "/etc/httpd/conf.d/" directory as below:
>
>
> ProxyPreserveHost On
> ProxyPass / http://192.168.1.4/
> ProxyPassReverse / http://192.168.1.
Hello,
For a website, I created a reverse proxy config file under the
"/etc/httpd/conf.d/" directory as below:
ProxyPreserveHost On
ProxyPass / http://192.168.1.4/
ProxyPassReverse / http://192.168.1.4/
If I have other servers, then I must create a config file for each
45 matches
Mail list logo