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 /
Long time subscriber and contributor to the mailing list here, but
using a sock puppet address since this is not a nice thing to do.
Recently there has been a series of emails to the list with lazy
questions and answers. While the frequency of questions by itself is
nothing too concerning, my obse
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.
Thank you so much.
On Tuesday, March 16, 2021, 12:44:45 PM GMT+3:30, Antony Stone
wrote:
On Tuesday 16 March 2021 at 09:13:54, Jason Long wrote:
> Hello,
> Instead of "ErrorDocument 403 "Unusual activity has been detected from
> this IP address."" message, how can I forward it to ano
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
On Tue, Mar 16, 2021 at 9:41 AM Dennis Jacobfeuerborn
wrote:
>
> Hi,
> I trying to understand how the "Require" directive works in non-trivial
> cases. This is one example:
>
>
> ServerName 127.0.0.1
> DocumentRoot "/var/www/html/site"
>
> Authtype Basic
> Authname "site"
> Aut
Hi,
I trying to understand how the "Require" directive works in non-trivial
cases. This is one example:
ServerName 127.0.0.1
DocumentRoot "/var/www/html/site"
Authtype Basic
Authname "site"
AuthUserFile /etc/httpd/conf/htpasswd
Require valid-user
Require all denie
On Tuesday 16 March 2021 at 09:13:54, Jason Long wrote:
> Hello,
> Instead of "ErrorDocument 403 "Unusual activity has been detected from
> this IP address."" message, how can I forward it to another page?
Try https://httpd.apache.org/docs/2.4/custom-error.html
Antony.
--
"The future is alread
Hello,
Instead of "ErrorDocument 403 "Unusual activity has been detected from this
IP address."" message, how can I forward it to another page?
Thanks.
On Monday, March 15, 2021, 11:49:41 PM GMT+3:30, Jason Long
wrote:
I solved the problem:
Require all granted
Incl
18 matches
Mail list logo