Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread Antony Stone
On Tuesday 16 April 2024 at 18:57:13, Marc wrote: > 15 years ago people were not writing about gays. > > Maybe it takes another 15 years to be allowed to write about idiots. Don't be silly. Gay people identify themselves as gay, and talking about them as such is not a pejorative term. If you

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread Antony Stone
On Tuesday 16 April 2024 at 18:42:09, Marc wrote: > This is more about the ability to host an application regardless if it is > on http or https. How https is enforced/applied is up to the manager of > the server, why would you even care as a developer of an application? I often develop

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread Antony Stone
On Tuesday 16 April 2024 at 16:07:09, Marc wrote: > A developer should just do developing. Some people, especially in smaller organisations, have to be multi-skilled. > A dentist is also not telling an ophthalmologist what to do. No, but a dentist might have some valuable advice on diet.

Re: [users@httpd] unsubscribe

2024-03-04 Thread Antony Stone
On Monday 04 March 2024 at 14:43:16, Serge Krawczenko wrote: > unsubscribe Quoting from headers: list-help: list-unsubscribe: List-Post: List-Id: Quoting from footers:

Re: [users@httpd] Rewrite query string?

2024-01-04 Thread Antony Stone
On Thursday 04 January 2024 at 23:18:52, Frank Gingras wrote: > On Thu, Jan 4, 2024 at 5:03 PM Will Fatherley wrote: > > > > RewriteCond to know. Also, isn’t that the “starts with” operator, ^? What > > if the parameter comes second? A bit verbose, but: > > ^.*searchword=(\w{1})[&]{0,1}.*$ >

Re: [users@httpd] Re: users Digest 11 Dec 2023 01:09:34 -0000 Issue 6525

2023-12-12 Thread Antony Stone
On Tuesday 12 December 2023 at 21:10:37, Michael B. Harris wrote: > I use Apache2 version 2.4.52 on Ubuntu server > > Apache2 is not running due to error encountered after last upgrade: > > AH00534: Apache2: Configuration error: No MPM loaded > > Does anyone have a fix for this? I am

Re: [users@httpd] Unsubscribe

2023-11-13 Thread Antony Stone
On Monday 13 November 2023 at 21:54:49, Michela wrote: > Empty Message Please see the headers of every mail on this list: list-help: list-unsubscribe: list-post: Or the footers: To

Re: [users@httpd] Is it true that Nginx is faster, more secure and better than Apache?

2023-10-04 Thread Antony Stone
On Wednesday 04 October 2023 at 20:48:19, Jason Long wrote: > Hello,Thanks again.Why has Apache Foundation never tested Apache > performance with Nginx? I am not affiliated with the Apache Foundation in any way, but I would guess that the primary reason is that one can make statistics say

Re: [users@httpd] Need help with correlating HTTP request with a database call

2023-07-04 Thread Antony Stone
On Tuesday 04 July 2023 at 18:52:10, Sudesh Gowda J wrote: > I'm currently working on a project where Apache server is being used with a > database. I need to find out which HTTP request maps to which database call > without modifying the server code(eg., Logs). I read the documentation >

Re: [users@httpd] Apache VirtualHost Config Tool management

2023-04-27 Thread Antony Stone
On Thursday 27 April 2023 at 12:53:29, Carlos García Gómez wrote: > I am looking for a tool that makes it easier for me to manage the all > virtual hosts that I have configured. How about http://doxfer.webmin.com/Webmin/Apache_Webserver ? Antony. -- I just got a new mobile phone, and I

Re: [users@httpd] Apache HTTP Server 2.4.57: file SHA256 correct?

2023-04-22 Thread Antony Stone
On Saturday 22 April 2023 at 15:48:23, Mittel, Alexander wrote: > Hi, > is the checksum SHA256 for httpd-2.4.57.tar.bz2 correct? It matches for me: $ wget https://downloads.apache.org/httpd/httpd-2.4.57.tar.bz2 --2023-04-22 16:14:06-- https://downloads.apache.org/httpd/httpd-2.4.57.tar.bz2

Re: [users@httpd] Render custom status to both browser and REST API Client

2023-02-25 Thread Antony Stone
On Saturday 25 February 2023 at 11:43:17, Kaushal Shriyan wrote: > Hi, > > Is there a way to configure apache httpd 2.4.55 as per the below flow when > the below conditions occurs > > User -> Apache Web Server -> PHP-FPM Upstream server -> MySQL DB > > *Condition 1 when MySQL DB is down* >

Re: [users@httpd] Render custom status to both browser and REST API Client

2023-02-25 Thread Antony Stone
On Saturday 25 February 2023 at 11:43:17, Kaushal Shriyan wrote: > Hi, > > Is there a way to configure apache httpd 2.4.55 as per the below flow when > the below conditions occurs > > User -> Apache Web Server -> PHP-FPM Upstream server -> MySQL DB > > *Condition 1 when MySQL DB is down* >

Re: [users@httpd] Apache is unable to access /tmp in any way

2023-02-15 Thread Antony Stone
On Wednesday 15 February 2023 at 15:21:58, accelerator0099 wrote: > Apache is unable to access /tmp in any way. > I always get 403 Forbidden for that. > Why is /tmp different from others? My guess (and it is one) is that since /tmp can be written to by any user, this is a security feature

Re: [users@httpd] cannot run test program while cross compiling

2023-02-14 Thread Antony Stone
s compiling" an error message, or simply a notification telling you that this bit won't be run? > Namely, building issues Does the source code compile? Antony. > -Original Message- > From: "Antony Stone" > To: ; > Cc: > Sent: 2023-02-14 (화) 21:28:29 (GMT+09

Re: [users@httpd] cannot run test program while cross compiling

2023-02-14 Thread Antony Stone
On Tuesday 14 February 2023 at 13:12:19, 유원석 wrote: > Hello > I was trying to cross-compile apache to no avail > How can I fix this error below? What error are you trying to fix? > apache2 branch trunk > install pcre-config from pcre.org > > ./configure --prefix=$PWD/final --host=aarch64-linux

Re: [users@httpd] Product Bug h5bp/tls/certificate_files.conf

2023-02-10 Thread Antony Stone
On Friday 10 February 2023 at 14:38:13, Zahid Rahman wrote: > *my apache2 installation directory is /etc/apache2 not /usr/local * Do you really meant that Apache is *installed* under /etc/apache2!? I think you mean that its configuration files are there. It should be *installed* in

Re: [users@httpd] cannot use cache in forward proxy configuration

2023-02-09 Thread Antony Stone
On Thursday 09 February 2023 at 12:24:44, bc BC wrote: > Thanks for your suggestion > > 1) yes, but same issue > > 2) i just tried now, and cache remains empty, and no log about caching on > debug mode I would recommend testing with http:// only to start with - don't complicate things by

Re: [users@httpd] cannot use cache in forward proxy configuration

2023-02-09 Thread Antony Stone
On Tuesday 24 January 2023 at 16:47:17, bc BC wrote: > i tried in a location > > > CacheEnable disk > > this too: > CacheEnable disk "https://*; > > CacheEnable disk "http://*; > > CacheEnable disk "http://The_PROXY_IP; > > apache is running, proxy is working but my cache is remains

Re: [users@httpd] Apache dropping Content-Length header for HEAD responses where Content-Length is 0

2023-02-02 Thread Antony Stone
On Thursday 02 February 2023 at 11:02:26, Piotr Dobrogost wrote: > Hi, > > On freshly installed Apache 2.4.52 on Fedora with default > configuration I'm observing that for HEAD response the Content-Length > header is not being sent for empty files Content-length is not a required field for Head

Re: [users@httpd] Server won't direct to Internal IP address

2023-01-06 Thread Antony Stone
On Friday 06 January 2023 at 11:05:42, jason kerr wrote: > The full message is. > > This site can’t be reached > 192.168.1.194 took too long to respond. So, that tells you that the *Raspberry Pi* is not trying to connect to the boiler on behalf of the browser, but is simply telling the browser

Re: [users@httpd] Server won't direct to Internal IP address

2023-01-06 Thread Antony Stone
On Friday 06 January 2023 at 01:51:13, jason kerr wrote: > I can access the Apache web server when internally on the LAN and use the > boiler control page, however I can't get the boiler control page to display > when accessing the webssever from an external IP. I can access the > webssever

Re: [users@httpd] Can't display an index.html on our public IP

2022-11-21 Thread Antony Stone
, I agree that if the OP did not set this system up themselves, such things are worth checking. Antony. > On Mon, 21 Nov 2022 at 12:12, Antony Stone wrote: > > On Monday 21 November 2022 at 17:59:58, Ju lien wrote: > > > Hello, > > > > > > We are developers

Re: [users@httpd] Can't display an index.html on our public IP

2022-11-21 Thread Antony Stone
On Monday 21 November 2022 at 17:59:58, Ju lien wrote: > Hello, > > We are developers and supposed to create a website. The website is created > but we are also supposed to put it on line through Apache. The first thing I recommend that you do, then, is to remove nginx from the machine. In

Re: [users@httpd] Apache 2.4.54 x64 securing the SSL private key with Apache httpd on Windows beyond BitLocker

2022-07-29 Thread Antony Stone
Antony. > > On Jul 29, 2022, at 12:25 PM, Antony Stone wrote: > > > > On Friday 29 July 2022 at 17:38:20, Curtis Maurand wrote: > >> letsencrypt > > > > What difference does the choice of CA make to the method for securing the > > private key? &

Re: [users@httpd] Apache 2.4.54 x64 securing the SSL private key with Apache httpd on Windows beyond BitLocker

2022-07-29 Thread Antony Stone
On Friday 29 July 2022 at 17:38:20, Curtis Maurand wrote: > letsencrypt What difference does the choice of CA make to the method for securing the private key? Antony. > > On Jul 29, 2022, at 10:07 AM, Orendt, John wrote: > > > > Hi All > > > > What is the current best practice for securing

Re: [users@httpd] unable to read code in Apache httpd

2022-07-19 Thread Antony Stone
On Tuesday 19 July 2022 at 11:42:52, Pasupuleti, Sri Sai RamKumar wrote: > We require a help from as apache is unable to read code which is placed in > /var/www/html folder. Suddenly our working application stopped working. WE > have verified all the configurations everything look good. Show

Re: [users@httpd] Re: Apache threads getting killed

2022-05-17 Thread Antony Stone
On Tuesday 17 May 2022 at 19:01:55, Rajkumar Adsule wrote: > Hi, > I am using apache / httpd as a web server i.e. lamp configured on CentOS > system. Apache version 2.4.34 was working fine, it started killing threads > when I upgrade apache to 2.4.53. > > Please help with the possible reasons

Re: [users@httpd] Log to syslog?

2022-04-12 Thread Antony Stone
On Tuesday 12 April 2022 at 13:32:40, Paul Claridge wrote: > Did you find the info on loggly.com? I found https://www.loggly.com/ultimate-guide/centralizing-apache-logs/ and it was essentially a summary of the two mechanisms I had already found elsewhere and posted in my original question -

Re: [users@httpd] Log to syslog?

2022-04-12 Thread Antony Stone
On Tuesday 12 April 2022 at 12:33:01, Paul Kudla (SCOM.CA Internet) wrote: > i went through this issue the hard way Urgh - thanks for the comprehensive reply. > there does not seem to be anything at all as apache seems to be all file > related I wonder why mod_syslog has not been made more

[users@httpd] Log to syslog?

2022-04-12 Thread Antony Stone
Hi. I'd like to have Apache send all log entries to syslog instead of files (because I run a central syslog aggregator and want to have many servers all send their log files to this system). I have found: https://httpd.apache.org/docs/trunk/mod/mod_syslog.html However this appears only to be

Re: [users@httpd] Unable to unsubscribe

2021-09-03 Thread Antony Stone
On Friday 03 September 2021 at 19:48:38, Scott A. Wozny wrote: > Hi Antony, > > No reply to either of my unsubscribe messages was received. And yes, I did > check my spam folder. Not sure if the issue is on the Apache side or the > Hotmail side, but I appreciate your letting me know there's

Re: [users@httpd] Unable to unsubscribe

2021-09-01 Thread Antony Stone
On Wednesday 01 September 2021 at 18:46:23, Scott A. Wozny wrote: > Per the instructions in list emails, I've sent a couple emails to > users-unsubscr...@httpd.apache.org this week, but I'm still getting emails > from the list. Any idea what gives? Have you received a reply asking you to

Re: [users@httpd] Apache CGI - How to get ALSA functions to work properly.

2021-08-23 Thread Antony Stone
On Monday 23 August 2021 at 18:35:20, Dominik Wrona wrote: > Thank you! It is possible the CGI program is not in the 'audio' group. > Would you know how to add it to the audio group? As root, or the current owner of the script: chown :audio /the/cgi/script or chgrp audio

Re: [users@httpd] Sending mail from Apache Module

2021-07-31 Thread Antony Stone
s would be > interesting to see. Any idea where stderr is forwarded to by apache? I would *expect* it to go into /var/log/apache2/error.log but I've not tried building a module in to Apache, so that's not definite. > > On 31. Jul 2021, at 11:55, Antony Stone wrote: > > > > Try

Re: [users@httpd] Sending mail from Apache Module

2021-07-31 Thread Antony Stone
On Saturday 31 July 2021 at 11:46:50, Harald Schlangmann wrote: > First post to this group, so please forgive anything I'm doing wrong. Welcome. > Problem: everything is going fine except for sending a confirmation mail to > users once a booking has been successful. I use >

Re: [users@httpd] Re: users Digest 30 Jun 2021 16:18:56 -0000 Issue 6154

2021-07-22 Thread Antony Stone
On Thursday 22 July 2021 at 16:57:58, Gabriel Edmundo wrote: > unsubscribe Not the way any mailing list I've ever seen works. As placed at the bottom of every posting on the list: To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail:

Re: [users@httpd] Misbehaving CustomLog logger causing local denial-of-service, intended behaviour?

2021-06-04 Thread Antony Stone
On Friday 04 June 2021 at 11:09:33, Olli Pasanen wrote: > Hello, > > I’ve encountered an interesting local DOS issue on Apache 2.4.48, and I am > not sure whether this is intended behavior. > > Symptom: > - Apache2 hangs indefinitely (stops processing incoming requests) > > Setup: > - Apache

Re: [users@httpd] PreShared Key (PSK) possible? Configuration?

2021-05-31 Thread Antony Stone
On Monday 31 May 2021 at 07:17:52, Garry Adkins wrote: > > If these things don't have access to the Internet, what security concerns > > are you trying to address by using encryption at all? > > > Maybe you could explain where the IoT devices are and where Apache is, in > > networking terms, so

Re: [users@httpd] PreShared Key (PSK) possible? Configuration?

2021-05-30 Thread Antony Stone
On Sunday 30 May 2021 at 08:43:59, Garry Adkins wrote: > Hi, > > I'm new to the maling list, and was wondering if anyone used pre-shared > keys with Apache for encrypted connections? I don't know about PSK with Apache, but... > I'm working with some processor constrained IOT devices, and doing

Re: [users@httpd] Reverse proxy to local container suddenly & randomly 503

2021-05-23 Thread Antony Stone
On Sunday 23 May 2021 at 13:15:13, lejeczek wrote: > Hi guys. > > I have a regular & pretty vanilla reverse proxy Can you show us the configuration for this? > to a Linux container (also Apache) which is on the same host. Out of interest, why? Why use Apache as a reverse proxy to another

Re: [users@httpd] which bit ?

2021-05-18 Thread Antony Stone
On Tuesday 18 May 2021 at 14:35:56, back button wrote: > I do not need any help setting up and installing any software. So, what is your purpose on this mailing list? > The internet was not invented by Americans I suggest you try reading the second paragraph of

Re: [users@httpd] which bit ?

2021-05-18 Thread Antony Stone
On Tuesday 18 May 2021 at 14:07:03, back button wrote: > That it is a long standing problem that apache httpd and ubuntu httpd are > two different products therefore case for widespread confusion ? I've only been on this mailing list for 2 years, but I'm pretty sure this is the first time

Re: [users@httpd] Is proxy to proxy improving the security?

2021-05-15 Thread Antony Stone
On Saturday 15 May 2021 at 16:21:56, Jason Long wrote: > Hello, > Is proxy to proxy improving the security? For example: > > The Internet --> Reverse Proxy Server --> Reverse Proxy Server --> Web Site I would say that if the two reverse proxies, and the web server, are all running different

Re: [users@httpd] Intermittent "'www-browser --dump http://localhost:80/server-status' failed" errors generated by "apachectl status"

2021-05-06 Thread Antony Stone
On Thursday 06 May 2021 at 16:38:47, Steve Dondley wrote: > Maybe I'd be better off using the right tool for the job which appears > to be this perl script: > http://httpd.apache.org/docs/2.4/programs/log_server_status.html > > However, I can't find this script anywhere on my Debian Buster

Re: [users@httpd] Re: LAN to WAN access: SOLVED -> how-to

2021-04-28 Thread Antony Stone
On Wednesday 28 April 2021 at 19:09:29, back Button wrote: > Yes I have sky broadband package with their max broad band offering. I look forward to this list getting back to discussing the Apache web server rather than home network routing configurations. Antony. -- What do you get when you

Re: [users@httpd] Re: LAN to WAN access

2021-04-27 Thread Antony Stone
On Tuesday 27 April 2021 at 22:53:07,  Good Guy  wrote: > On 27/04/2021 21:01, back Button wrote: > > > > Please get me to the stage when I can have the index.html page > > display from the internet > Load your index.html file to the root of the htdocs folders. > To test it, just type: > >

Re: [users@httpd] LAN to WAN access

2021-04-27 Thread Antony Stone
On Tuesday 27 April 2021 at 22:35:35, back Button wrote: > I tired http://backbtn.ddns.net/ from my laptop. > after setting up the no-ip.com client application and following these > instructionshttps://www.noip.com/download?page=linux > This ip http://176.253.2.116/shows the sky,

Re: [users@httpd] LAN to WAN access

2021-04-27 Thread Antony Stone
On Tuesday 27 April 2021 at 22:02:40, back Button wrote: > > PS; Why do you always append ".invalid" to whatever email address you > > happen to be using at the time? > That just happens I would complain at my email client if it did that sort of thing without me wanting it to. On Tuesday 27

Re: [users@httpd] LAN to WAN access

2021-04-27 Thread Antony Stone
On Tuesday 27 April 2021 at 21:11:38, back Button wrote: > I want to know how to setup a website on my home laptopand access it from > anywhere in the world . 1. Set up a website on your home laptop. 2. Set up inbound routing on your Internet connection so that requests to your public IP

Re: [users@httpd] Logging issue

2021-04-23 Thread Antony Stone
On Friday 23 April 2021 at 18:01:58, paul@stgconsulting.com wrote: > Quick question re: DNS. Can CNAMEs be used, or can they only be A records? > (Assuming each sub-domain is on same IP address as domain. You can use CNAMEs. Just bear in mind that if you do use a CNAME for a hostname, you

Re: [users@httpd] Planning on setting up Postfix + Dovecot + Webmail + Apache + MariaDB + PHP using Webmin Control Panel in the Cloud

2021-04-21 Thread Antony Stone
On Wednesday 21 April 2021 at 17:00:45, Turritopsis Dohrnii Teo En Ming wrote: > I am planning to setup Postfix Email Server + Dovecot IMAP/POP3 > Incoming Mail Server + Webmail (Roundcube or Squirrelmail) + Apache > Web Server + MariaDB Database Server + PHP using Webmin Control Panel >

Re: [users@httpd] unsubscribe

2021-04-16 Thread Antony Stone
On Friday 16 April 2021 at 02:06:56, H. E. wrote: > unsubscribe Quoting from the footers on the list: To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org I know of no mailing list ever where the unsubscribe facility is to send

Re: [users@httpd] RewriteRule Time settings for sub folders

2021-03-17 Thread Antony Stone
On Wednesday 17 March 2021 at 22:35:36, Jens Kallup wrote: > Hello, > > I use Apache 2.4. is it possible to add time based openings in vhost's > sub/multiple directories? I do not believe apache can use time specifications in its configuration files. Out of interest, what would you do with

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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 > > > interchange

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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. > >

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
/var/log/httpd/access_log I also suggest using separate log files for separate servers, just to keep things clear. > And my Reverse Proxy can see both of Apache web servers: Good. > On Wednesday, March 17, 2021, 05:15:35 PM GMT+3:30, Antony Stone wrote: > > Show us what

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Antony Stone
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".

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-16 Thread Antony Stone
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 /

Re: [users@httpd] Re: httpd[803535]:

2021-03-16 Thread Antony Stone
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

Re: [users@httpd] Re: httpd[803535]:

2021-03-15 Thread Antony Stone
s: a) where you have done so, and b) where two obfuscated things are actually the same This might help anyone who may be able to help, to be sure they're starting from the correct understanding and assumptions. > On Monday, March 15, 2021, 05:07:07 PM GMT+3:30, Antony Stone wrote: > >

Re: [users@httpd] Re: httpd[803535]:

2021-03-15 Thread Antony Stone
On Monday 15 March 2021 at 14:51:36, Richard wrote: > > Date: Monday, March 15, 2021 14:36:45 +0100 > > From: Antony Stone > > > > On Monday 15 March 2021 at 14:23:18, Jason Long wrote: > >> Thank you. > >> As I said, I visted https://www.myip.com/ webs

Re: [users@httpd] Re: httpd[803535]:

2021-03-15 Thread Antony Stone
On Monday 15 March 2021 at 14:23:18, Jason Long wrote: > Thank you. > As I said, I visted https://www.myip.com/ website without Tor Browser and > it showed me my real IP address. OK, I added the IP address that Apache > log file showed me and restart my Apache service, but I can visit my >

Re: [users@httpd] Re: httpd[803535]:

2021-03-15 Thread Antony Stone
On Monday 15 March 2021 at 13:48:27, Jason Long wrote: > Thank you. > I guess something is wrong! I agree with you. > I put my IP address Please answer, in as much detail as you can, where you got that address from. My question is "how do you believe you know what your IP address is?" > in

Re: [users@httpd] Re: httpd[803535]:

2021-03-15 Thread Antony Stone
On Monday 15 March 2021 at 12:22:07, Jason Long wrote: > Thank you. > I opened Tor Browser and visited "https://www.iplocation.net/; website and > find my IP address, then checked my IP address with the list of IP > addresses in "tor-ip.conf" file. My IP existed in the list, but I can > visit my

Re: [users@httpd] Re: httpd[803535]:

2021-03-14 Thread Antony Stone
On Sunday 14 March 2021 at 20:37:15, Jason Long wrote: > I can visit my website with the Tor Browser!!! Look in your website log files to find out which address the connection came from. Then compare this with the list of blocked addresses you used to prevent access. Antony. -- This space

Re: [users@httpd] What should be considered about the reverse proxy server? [EXT]

2021-03-11 Thread Antony Stone
On Thursday 11 March 2021 at 15:35:17, Jason Long wrote: > Thank you for all replies. > How to handle back-end server down? Is it kind of load balancing or CDN? No. Whether you have one back-end server or a hundred, you have to allow for the fact that under certain circumstances the reverse

Re: [users@httpd] What should be considered about the reverse proxy server? [EXT]

2021-03-11 Thread Antony Stone
On Thursday 11 March 2021 at 13:20:32, Jason Long wrote: > Hello, > Can anyone answer to my questions? > > 1- What does "handle backend server down" mean? You have to decide what the proxy is supposed to do if the back-end server which it would normally pass requests on to is unable to handle

Re: [users@httpd] result codes from Bash CGI

2021-02-15 Thread Antony Stone
On Monday 15 February 2021 at 17:36:46, Claude Warren wrote: > Greetings, > > I am playing with Bash based CGI. Maybe if you give us an example of exactly how you are doing this, it would help us to answer your question: > I can see how to generate any result code other than 200. I assume a

Re: [users@httpd] unsubscribe did not work

2021-02-09 Thread Antony Stone
On Tuesday 09 February 2021 at 16:17:12, Heather Lotz wrote: > Yes. Did you receive, and reply to, a confirmation email following your unsubscribe request? If not, have you checked your spam folder to see if it got filtered out? > > From: Antony Ston

Re: [users@httpd] unsubscribe did not work

2021-02-09 Thread Antony Stone
hrough to? > > From: Antony Stone > Sent: Tuesday, February 9, 2021 6:48 AM > To: users@httpd.apache.org > Subject: Re: [users@httpd] unsubscribe > > On Tuesday 09 February 2021 at 13:39:06, Heather Lotz wrote nothing. > > See the

Re: [users@httpd] unsubscribe

2021-02-09 Thread Antony Stone
On Tuesday 09 February 2021 at 13:39:06, Heather Lotz wrote nothing. See the footers on messages to this list: - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail:

Re: [users@httpd] Is it possible to exclude a directory from listing?

2021-01-21 Thread Antony Stone
On Thursday 21 January 2021 at 22:09:39, Jason Long wrote: > I did: > > Options -Indexes > AllowOverride All > Require all granted > > > But when I browse "https://MyDomain.net/wp-content/plugins; then I can see > the content of the plugins directory! Why? Perhaps because "wp-content" is not

Re: [users@httpd] Replays from Internet

2021-01-19 Thread Antony Stone
On Tuesday 19 January 2021 at 18:00:11, Ruben Safir wrote: > this has nothing to do with apache I think that's a somewhat harsh way of putting it, but I do agree that since "that page does not show in the httpd log as having been served" you are correct, and the problem lies elsewhere. I

Re: [users@httpd] Aw: Re: [users@httpd] Apache in under attack. [EXT]

2021-01-13 Thread Antony Stone
On Wednesday 13 January 2021 at 10:59:12, Andrea Croci wrote: > Hi James, > > what was the command you used to see that apache uses ~1GB of memory? I > deleted the mail and that was a bad idea: there were some very useful > commands you were giving us here. You can view the entire thread

Re: [users@httpd] Disable directory indexing for a specific directory.

2020-11-22 Thread Antony Stone
On Sunday 22 November 2020 at 16:06:59, Lucien Gentis wrote: > Hello, > > Could you please join your Virtual host complete configuration ? Also, it puzzles me somewhat why you would want *any* directories underneath Wordpress to be indexed to viewers. > > On Monday, November 16, 2020,

Re: [users@httpd] Forwarding IP to HTTPS.

2020-10-12 Thread Antony Stone
On Monday 12 October 2020 at 07:25:56, Jason Long wrote: > Hello, > Forwarding an IP address to HTTPS domain is the task of Apache or SSL? What do you mean by "forwarding", and what protocol (presumably either HTTP or HTTPS) is being used by the client application which starts the connection

Re: [users@httpd] To Gzip or not?

2020-10-10 Thread Antony Stone
On Saturday 10 October 2020 at 20:23:46, Tom Browder wrote: > I've been looking at ways to speed up my web services using > https://webpagetest.org for analysis. One thing I've been reading about is > using mod_deflate to compress certain files but keep seeing the warnings Which warnings?

Re: [users@httpd] I get each Mail to this list twice

2020-09-03 Thread Antony Stone
On Thursday 03 September 2020 at 14:58:44, Lentes, Bernd wrote: > Hi, > > i get each E-Mail to this list twice or even three times. > Do you have the same problem ? I personally do not. > Does anyone know what to do ? > Contact the list-admin ? I would start by carefully checking the headers

Re: [users@httpd] shared .htpasswd access across multiple servers?

2020-07-25 Thread Antony Stone
On Saturday 25 July 2020 at 00:07:23, Antony Stone wrote: > On Friday 24 July 2020 at 23:08:02, Jason Pitt wrote: > > We'd like to have a single .htpasswd file shared across multiple > > machines/servers...is there a way to configure the htaccess file to a > > shared

Re: [users@httpd] shared .htpasswd access across multiple servers?

2020-07-24 Thread Antony Stone
On Friday 24 July 2020 at 23:08:02, Jason Pitt wrote: > We'd like to have a single .htpasswd file shared across multiple > machines/servers...is there a way to configure the htaccess file to a shared > remote .htpasswd file? Apache doesn't install these files - it only reads them. How about

Re: [users@httpd] Disabling access for git to specific Directory with Apache Basic Authentication

2020-07-23 Thread Antony Stone
On Thursday 23 July 2020 at 22:13:38, qv...@gmx.de wrote: > I have git setup with my Apache2 server and it serves git request just > fine. Now I want to setup Basic Authentication for this, so not > everybody can use every directory. My goal is that only the ADMIN group > has access to the

Re: [users@httpd] client removal of .htaccess file

2020-07-19 Thread Antony Stone
On Sunday 19 July 2020 at 13:48:22, Joel wrote: > Just to clarify, the remote "client" is the owner of the URL and has full > access for purposes of uploading the html, css, etc. files to the server, > as well as .htaccess files. At least one website states this can be done > from the command

Re: [users@httpd] Failure to start apache2 after SSL cert update.

2020-07-10 Thread Antony Stone
On Friday 10 July 2020 at 23:54:05, Jack M. Nilles wrote: > I recently updated two virtual servers with new SSL certificates, restarted > apache and got a failure to load. > > Here is a diagnostic: Never mind what systemd tells you - what's in your apache log files? Also, have you checked the

Re: [users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-28 Thread Antony Stone
On Sunday 28 June 2020 at 17:44:48, David Mehler wrote: > Hello, > > Yes netstat does show that the sockets are listening on the correct > addresses. > > As for wireshark/tshark can you give me a quick howto to get you the > answer to your question? I've never used it. tshark -i eth0 -f "port

Re: [users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-28 Thread Antony Stone
On Sunday 28 June 2020 at 17:17:22, David Mehler wrote: > Hello, > > Thanks, I have done that. Everything looks good they're just not > responding to an external IPv6 check. Does netstat -lptn tell you the sockets are listening on those addresses? What does wireshark/tshark tell you happens

Re: [users@httpd] testing..

2020-06-25 Thread Antony Stone
On Thursday 25 June 2020 at 23:31:17, bruce wrote: > test -- hello! Hello yourself. Antony. -- In Heaven, the beer is Belgian, the chefs are Italian, the supermarkets are British, the mechanics are German, the lovers are French, the entertainment is American, and everything is organised by

Re: [users@httpd] how to obtain all directives values command line

2020-05-20 Thread Antony Stone
On Wednesday 20 May 2020 at 14:48:24, Nacho . wrote: > I would like to know if there is any way to obtain all directive values > without reading config files, by linux command line. Sorry, please can you express in more detail what you are trying to achieve? Antony. -- Most people are aware

Re: [users@httpd] RemoteIPProxyProtocolExceptions with negated IP list

2020-05-08 Thread Antony Stone
On Friday 08 May 2020 at 15:00:07, Marc Haber wrote: > On Fri, May 08, 2020 at 02:01:03PM +0200, Antony Stone wrote: > > On Friday 08 May 2020 at 13:16:28, Marc Haber wrote: > > > I have a vhost in a https-only IPv6-only setup and would like to make > > > the web site

Re: [users@httpd] RemoteIPProxyProtocolExceptions with negated IP list

2020-05-08 Thread Antony Stone
On Friday 08 May 2020 at 13:16:28, Marc Haber wrote: > Hi, > > I have a vhost in a https-only IPv6-only setup and would like to make > the web site hosted there reachable from the IPv4 Internet. Is the vhost capable of dealing with IPv4 queries if you can only manage to get them to the

Re: [users@httpd] Re: Custom Error Pages

2020-04-18 Thread Antony Stone
On Saturday 18 April 2020 at 17:05:22, Praveen Kumar K S wrote: > Hello, > > Any help would be appreciated. If any of you had done this before or > published on blogs or somewhere, please suggest your inputs. Well, first of all, does your web server successfully serve CGI scripts when they are

  1   2   >