Re: [users@httpd] Programmatic access to balancer manager

2020-09-24 Thread Nick Folino
Changes made in balancer-manager do not require a restart to take effect. You might try Python/Beautiful Soup for programmatic access. Nick On Thu, Sep 24, 2020 at 12:11 PM Niranjan Rao wrote: > Greetings, > > > On Apache 2.4.18, Ubuntu. > > I am looking for a way to access balancer manager

Re: [users@httpd] IP address show Apache welcome page but domain name working!

2020-09-24 Thread Jason Long
I'm using Let's Encrypt. Is it not enough? On Thursday, September 24, 2020, 08:45:06 PM GMT+3:30, Eric Covener wrote: Use a certificate valid for (SAN entry) your IP or don't access the server via the IP. On Thu, Sep 24, 2020 at 11:26 AM Jason Long wrote: > > How can I solve it? >

Re: [users@httpd] IP address show Apache welcome page but domain name working!

2020-09-24 Thread Eric Covener
Use a certificate valid for (SAN entry) your IP or don't access the server via the IP. On Thu, Sep 24, 2020 at 11:26 AM Jason Long wrote: > > How can I solve it? > > > > > > > On Thursday, September 24, 2020, 06:54:08 PM GMT+3:30, Eric Covener > wrote: > > > > > > This is not avoidable. > The

[users@httpd] Programmatic access to balancer manager

2020-09-24 Thread Niranjan Rao
Greetings, On Apache 2.4.18, Ubuntu. I am looking for a way to access balancer manager programmatically. I tried searching around, but could not find any officially documented API or interfaces. We are a small organization hosted in AWS. Sometimes we have a need to add/remove a load

Re: [users@httpd] IP address show Apache welcome page but domain name working!

2020-09-24 Thread Jason Long
How can I solve it? On Thursday, September 24, 2020, 06:54:08 PM GMT+3:30, Eric Covener wrote: This is not avoidable. The SSL handshake is always going to happen before the server has any chance to redirect a request. On Thu, Sep 24, 2020 at 11:20 AM Jason Long wrote: > > I added

Re: [users@httpd] IP address show Apache welcome page but domain name working!

2020-09-24 Thread Eric Covener
This is not avoidable. The SSL handshake is always going to happen before the server has any chance to redirect a request. On Thu, Sep 24, 2020 at 11:20 AM Jason Long wrote: > > I added an [OR] an the end of "RewriteCond %{SERVER_NAME} =www.example.net" > line but not matter. > When I browse my

Re: [users@httpd] IP address show Apache welcome page but domain name working!

2020-09-24 Thread Eric Covener
On Tue, Sep 22, 2020 at 3:38 AM Jason Long wrote: > > Hello, > When I visit my website by its IP address the welcome page of Apache showed, > but with "https://domain-name.net; everything is OK. How can I block direct > access by IP or forward it to domain? > I enabled "mod_rewrite" and my

Re: [users@httpd] IP address show Apache welcome page but domain name working!

2020-09-24 Thread Jason Long
Can anyone here help me? On Tuesday, September 22, 2020, 04:56:50 PM GMT+3:30, Jason Long wrote: I did: # httpd -S [Tue Sep 22 16:54:21.799963 2020] [so:warn] [pid 1419476:tid 139725243156800] AH01574: module reqtimeout_module is already loaded, skipping [Tue Sep 22 16:54:21.800135