Re: [users@httpd] Apache Misdirected Request with AWS ELB

2025-07-22 Thread Frédéric Goudal
I have had the same problem with the last version of apache on ubuntu. My configuration was a front reverse proxy nginx on an host and the apache server on another one. So in the proxy I redirected the trafic to the apache server with https://server.network But on the apache server I had a virt

Re: [users@httpd] Fwd: Apache Misdirected Request with AWS ELB

2025-07-22 Thread Andrija Vranić
unsubscribe On Tue, 22 Jul 2025 at 12:31, Brian Proffitt wrote: > Forwarded from apa...@apache.org. if you choose to respond, please > respond to the original sender. > > > > Brian Proffitt > VP, Marketing & Publicity > VP, Conferences > > -- Forwarded message - > From: Srinivas

Re: [users@httpd] ProxyPass to an IPv6 link-local address

2025-07-19 Thread Lexi Winter
Dino Ciuffetti: > 18 luglio 2025 01:03, "Lexi Winter" wrote: > > the problem here is it does not seem to understand how to parse the > > scope id, which is separated from the address by '%'. > > Yes, exactly. That’s the core issue. The APR library, together with > mod_proxy_http and proxy_util, c

Re: [users@httpd] ProxyPass to an IPv6 link-local address

2025-07-17 Thread Dino Ciuffetti
18 luglio 2025 01:03, "Lexi Winter" wrote: > ProxyPass http://[fd00::1]:80/ > > the problem here is it does not seem to understand how to parse the > scope id, which is separated from the address by '%'. Yes, exactly. That’s the core issue. The APR library, together with mod_proxy_http and pro

Re: [users@httpd] ProxyPass to an IPv6 link-local address

2025-07-17 Thread Lexi Winter
Paul: > Have you tried without the "[ ]" square brackets in the Location directive? thank you for the suggestion, but this does not work either: ProxyPass http://fe80::2%vm.cgit:80/ the error being: ProxyPass Unable to parse URL: http://fe80::2%vm.cgit:80/ > RFC 1738 is

Re: [users@httpd] ProxyPass to an IPv6 link-local address

2025-07-17 Thread Paul
On 7/17/25 17:04, Lexi Winter wrote: hello, i am having trouble trying to use ProxyPass to proxy a request to an HTTP backend on an IPv6 link-local address. for example, using this: ProxyPass "http://[fe80::2%vm.cgit]:80"; returns an error: AH01083: error parsing URL http://[fe80::

Re: [users@httpd] Apache 2.4.64 and SNI

2025-07-16 Thread Pascal Christen
Hi Yes, we're also seeing some different behaviour since the update to 2.4.64 To us, it seems like an incomplete fix that has unwanted side effects. This is the patch for CVE-2025-23048 -> https://github.com/apache/httpd/commit/c4cfa50c9068e8b8134c530ab21674e77d1278a2 How to reproduce: Simple

Re: [users@httpd] Apache 2.4.64 and SNI

2025-07-14 Thread Dan Mahoney (Gushi)
On Fri, 11 Jul 2025, Pavel Matěja wrote: Hi, I've just updated Apache to the 2.4.64 version and it's kind of strange. I used to got proper response from Apache with multiple virtual hosts. When I tested using openssl s_client -connect A.B.C.D:443 -crlf -noservername after upgrade I got: 421 Mi

Re: [users@httpd] mod_fcgid: can't apply process slot

2025-06-19 Thread Lars Noodén
On 6/9/25 12:36, Lars Noodén wrote: Hello, I have a FastCGI script working with Apache2 on one system, but seem to have missed something while trying to port it over to another system. On the new system, the browser takes a long time before finally returning a "503 Service Unavailable" messag

Re: [users@httpd] Re: mod_rewrite: Conditionally set RemoteIPHeader

2025-06-12 Thread Eric Covener
On Wed, Jun 11, 2025 at 6:48 PM wrote: > > Does anyone know of a way to conditionally set the RemoteIPHeader > directive for mod_remoteip? I've tried a few things; a simple if/else > says "RemoteIPHeader is not allowed here." And trying to set my own > request header that I can point "RemoteIPHead

Re: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11

2025-06-09 Thread Frank Gingras
ports "c:/whatever" and you say it's at "C:/whatever." Maybe > trivial (I gave up on Windows in 2003 and can't remember whether case > was sensitive), but asking a .conf to find a file in the wrong place > normally fails. > > Good luck, > Paul >

Re: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11

2025-06-09 Thread Paul
ensitive), but asking a .conf to find a file in the wrong place normally fails. Good luck, Paul ?? *From:*Bill Wiest *Sent:* June 9, 2025 9:55 AM *To:* users@httpd.apache.org *Subject:* RE: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11 *CAUTION:*This email originated from outs

Re: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11

2025-06-09 Thread Frank Gingras
Syntax error on line 188 of C:/Apache24/conf/httpd.conf: Cannot > load c:/PHP/php5apache2_4.dll into server: The specified module could not > be found. > > > > Yes, I do have this .dll in C:\PHP. > > > > ?? > > > > *From:* Bill Wiest > *Sent:* June 9, 2

RE: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11

2025-06-09 Thread Bill Wiest
an issue with Windows 11. Everything works fine on Windows 10. From: Frank Gingras Sent: June 9, 2025 3:46 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11 CAUTION: This email originated from outside of the organization. Do not click lin

RE: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11

2025-06-09 Thread Bill Wiest
The specified module could not be found. Yes, I do have this .dll in C:\PHP. ?? From: Bill Wiest Sent: June 9, 2025 9:55 AM To: users@httpd.apache.org Subject: RE: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11 CAUTION: This email originated from outside of the organization. Do n

RE: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11

2025-06-09 Thread Bill Wiest
The x86 and x64 redistributables were missing, but, after installing them and restarting the machine I still get the same error. From: Bill Wiest Sent: June 9, 2025 9:28 AM To: users@httpd.apache.org Subject: RE: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11 CAUTION: This

RE: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11

2025-06-09 Thread Bill Wiest
That may be, I will check. From: Eric Covener Sent: June 9, 2025 9:22 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11 CAUTION: This email originated from outside of the organization. Do not click links or open attachments unles

Re: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11

2025-06-09 Thread Eric Covener
>> httpd.exe: Syntax error on line 75 of C:/Apache24/conf/httpd.conf: Cannot >> load modules/mod_actions.so into server: The specified module could not be >> found. > > > Windows will give this error if a dependency of the .so is not found. > Could you be missing some redistributable runtime? On

Re: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11

2025-06-09 Thread Eric Covener
On Mon, Jun 9, 2025 at 9:20 AM Bill Wiest wrote: > I have to move my Apache 2.6 installation from a Windows 10 machine to a > Windows 11 machine. > > > > I copied the C:\Apache24 folder over to C:\Apache24 on the Win 11 machine. > > > > When I launch Apache on the Win 11 machine, I get this error

Re: [users@httpd] Preventing Synology NAS WebStaion from overriding my customization

2025-06-01 Thread Daniel Ferradal Márquez
On 31/5/25 16:48, Wilkinson, J Lance wrote: Indeed that’s what I did. Using docker image php8.2-Apache-bullseye in Synology Container Manager. Only problem is a lot of things I try are best installed using a shell and there’s no shell access with that image. That makes things hard to work

Re: [users@httpd] Preventing Synology NAS WebStaion from overriding my customization

2025-05-31 Thread Wilkinson, J Lance
Indeed that’s what I did. Using docker image php8.2-Apache-bullseye in Synology Container Manager. Only problem is a lot of things I try are best installed using a shell and there’s no shell access with that image. That makes things hard to work around a lot of times but my config survives now

Re: [users@httpd] Preventing Synology NAS WebStaion from overriding my customization

2025-05-31 Thread Daniel Ferradal Márquez
On 15/4/25 16:00, Wilkinson, J Lance wrote:  Long time since I posted a query -- it's been 8+ years since retirement.   Brought up my first Apache 2.4 httpd in that time, this time in a Synology NAS using WebStation.   Anybody found a way to counter WebStation's overwriting my http.conf

Re: [users@httpd] Decades old minor bug...

2025-05-23 Thread Curry, Alan
On 5/22/2025 10:45 AM, Kalin KOZHUHAROV wrote: > > logname? logINname? Remote user login name? > Anything but "LOGname"! It is about a user, a login, not a log(file). Whoever wrote the %l code and documentation for Apache didn't hallucinate the word "logname". It was at least marginally acceptabl

Re: [users@httpd] Rewrite not applied?

2025-05-21 Thread Frank Gingras
On Wed, May 21, 2025 at 1:12 PM J Lance Wilkinson wrote: > > On 5/21/2025 1:07 PM, Frank Gingras wrote: > > > > On Wed, May 21, 2025 at 12:19 PM J Lance Wilkinson wrote: > >> I have a directory /PMHS72/ which contains a few .html and .php files >> that I want to present, and all other files in t

Re: [users@httpd] Rewrite not applied?

2025-05-21 Thread J Lance Wilkinson
On 5/21/2025 1:07 PM, Frank Gingras wrote: On Wed, May 21, 2025 at 12:19 PM J Lance Wilkinson wrote: I have a directory /PMHS72/ which contains a few .html and .php files that I want to present, and all other files in the directory are blocked. I need to rewrite requests for

Re: [users@httpd] Was there a post about mis-matched libraries?

2025-05-21 Thread Frank Gingras
On Wed, May 21, 2025 at 12:27 PM Knute Johnson wrote: > I seem to remember a post a few weeks ago about mis-matched libraries > causing apache to shut down right after startup. Was that on this list? > Was there a resolution? > > Thanks, > > -- > > Knute Johnson > gro...@knutejohnson.com > > >

Re: [users@httpd] Rewrite not applied?

2025-05-21 Thread Frank Gingras
On Wed, May 21, 2025 at 12:19 PM J Lance Wilkinson wrote: > I have a directory /PMHS72/ which contains a few .html and .php files > that I want to present, and all other files in the directory are blocked. > > I need to rewrite requests for the files in the directory to redirect > any explicit re

Re: [users@httpd] Ubuntu 22.04/Apache 2.4.58 can enable cgid, but not cgi

2025-05-18 Thread EML
On 18/05/2025 10:43, EML wrote: On 18/05/2025 02:29, Frank Gingras wrote: First, you are free to change the mpm to event by commenting out the LoadModule directive for prefork, and uncommenting the LoadModule directive for event.  You will want to stop using the mod_php DSO if you change

Re: [users@httpd] Ubuntu 22.04/Apache 2.4.58 can enable cgid, but not cgi

2025-05-18 Thread EML
On 18/05/2025 02:29, Frank Gingras wrote: First, you are free to change the mpm to event by commenting out the LoadModule directive for prefork, and uncommenting the LoadModule directive for event.  You will want to stop using the mod_php DSO if you change to the event mpm, mind you. As f

Re: [users@httpd] Ubuntu 22.04/Apache 2.4.58 can enable cgid, but not cgi

2025-05-17 Thread Frank Gingras
On Sat, May 17, 2025 at 4:00 PM EML wrote: > This combination (22.04.2/2.4.58) defaults to mpm_prefork. I have a > previous (working) Apache config which uses mod_cgid, and which sets > 'CGIDScriptTimeout'. Since this is a non-threading prefork system, I've > attempted to change 'CGIDScriptTimeou

Re: [users@httpd] long shot -- laravel?

2025-05-14 Thread Frank Gingras
On Wed, May 14, 2025 at 11:13 PM bruce wrote: > Hi. > > Follow up to a post I did a few days ago with regards to > installing/setting up domains/dns/servers. > > This comes down to getting a better understanding of laravel/apache. > > So, if anyone has skills, or knows someone who does, pass the

Re: [users@httpd] long shot -- laravel?

2025-05-14 Thread Frank Gingras
On Thu, May 15, 2025 at 12:01 AM bruce wrote: > hey. thanks for the reply!! top side no matter to me!! but others > might think differently. > > > On Wed, May 14, 2025, 11:59 PM Mike Dewhirst > wrote: > >> I reckon one or other of the LLMs around would likely answer your >> questions useful

Re: [users@httpd] long shot -- laravel?

2025-05-14 Thread bruce
hey. thanks for the reply!! top side no matter to me!! but others might think differently. On Wed, May 14, 2025, 11:59 PM Mike Dewhirst wrote: > I reckon one or other of the LLMs around would likely answer your > questions usefully. > > ChatGPT, Claude and perplexity.ai come to mind. > > A

RE: [users@httpd] long shot -- laravel?

2025-05-14 Thread Mike Dewhirst
I reckon one or other of the LLMs around would likely answer your questions usefully.ChatGPT, Claude and perplexity.ai come to mind.Apologies for top-posting. My grasp of Samsung email config is pitiful.--Unsigned mail from my phone Original message From: bruce Date: 15/5/25

Re: [users@httpd] long shot -- laravel?

2025-05-14 Thread bruce
thanks. by the way -- I've posted a number of places, to try to get a handle on this. no luck yet. i've lurked on the list for a bit. does it get much traffic? On Wed, May 14, 2025 at 11:42 PM Frank Gingras wrote: > > > On Wed, May 14, 2025 at 11:13 PM bruce wrote: > >> Hi. >> >> Follow up

Re: [users@httpd] Re: dns/web server setup guru

2025-05-14 Thread Frank Gingras
On Wed, May 14, 2025 at 4:00 PM bruce wrote: > hi. > > think u miss my primary issue. to completely walk through/setup web > domain/server. > > ie, purchase url name, apply that to remote server/instance. setup > subdomains for different test apps, etc.. > > > On Wed, May 14, 2025, 3:38 PM bruc

Re: [users@httpd] dns/web server setup guru

2025-05-14 Thread Frank Gingras
On Wed, May 14, 2025 at 3:39 PM bruce wrote: > Hi. > > Working on a few test web projects/apps. Normally, using a test remote > distance with the actual ipAdress is ok. However, a few test apps appear to > require/specify setting up actual sub-domains. > > I'm considering setting up test "domain"

Re: [users@httpd] mod_bw and mod_cache

2025-05-01 Thread Patrick Coyne
Thanks, Eric. I should have mentioned my mod_cache settings; I already have CacheQuickHandler set to off. However I did notice in the mod_bw docs the ability to filter by MIME type as well. I specified the types of files I'm expecting to serve: AddOutputFilterByType MOD_BW application/x-7z-compres

Re: [users@httpd] mod_bw and mod_cache

2025-05-01 Thread Eric Covener
Maybe CacheQuickHandler off? https://httpd.apache.org/docs/2.4/mod/mod_cache.html#cachequickhandler Eric Covener cove...@gmail.com On Thu, May 1, 2025, 4:36 PM Patrick Coyne wrote: > Hi, > > I've got Apache httpd 2.4.62 running as a reverse proxy on Windows. > I'm using mod_cache/mod_cache_dis

Re: [users@httpd] Retrieval of historical access logs removed by logrotate

2025-04-30 Thread Amjath Khan S
Hi, Thank you for your input. Unfortunately our filesystem was XFS. So, we are looking at other tools that work on XFS. I will post an update on the outcome of other tools Regards Amjath On Tue, Apr 29, 2025 at 11:49 PM Antony Stone < antony.st...@apache.open.source.it> wrote: > On Tuesday 29 A

Re: [users@httpd] Retrieval of historical access logs removed by logrotate

2025-04-29 Thread Xavier Belanger
Hi, Amjath Khan S wrote: > (...) Is there a possibility to recover the historical logs deleted > by logrotate. Any help would be appreciated That is unlikely. It depends how active your system is, in case the storage space allocated for those files has already been reused or not. If not, you

Re: [users@httpd] Retrieval of historical access logs removed by logrotate

2025-04-29 Thread Antony Stone
On Tuesday 29 April 2025 at 19:07:06, Amjath Khan S wrote: > We have a bugzilla instance that is hosted on http server. The logrotate > configuration of the server is set for the default 4 weeks and old logs > were removed on a weekly basis. Is there a possibility to recover the > historical logs

Re: [users@httpd] Apache dropping content-length response header from reverse proxy

2025-04-23 Thread Erik Thuning
On 2025-04-23 14:16, Rainer Canavan wrote: > From: Erik Thuning [...] > I have an apache server running as reverse proxy for a tomcat > application using mod_proxy_ajp. An external application pulling data > from mine has a hard requirement to get a content-length header in the > response and w

Re: [users@httpd] Apache dropping content-length response header from reverse proxy

2025-04-23 Thread Rainer Canavan
> From: Erik Thuning [...] > I have an apache server running as reverse proxy for a tomcat > application using mod_proxy_ajp. An external application pulling data > from mine has a hard requirement to get a content-length header in the > response and won't accept transfer-encoding=chunked. Tomcat

Re: [users@httpd] Preventing Synology NAS WebStaion from overriding my customization

2025-04-15 Thread Frank Gingras
On Tue, Apr 15, 2025 at 12:00 PM Wilkinson, J Lance wrote: > Oh agreed. Just hoped some might be lurking here. > Lance > > On Apr 15, 2025, at 10:21 AM, Frank Gingras wrote: > >  > > > On Tue, Apr 15, 2025 at 10:02 AM Wilkinson, J Lance wrote: > >>  >> >> Long time since I posted a query --

Re: [users@httpd] Preventing Synology NAS WebStaion from overriding my customization

2025-04-15 Thread Wilkinson, J Lance
Oh agreed. Just hoped some might be lurking here. Lance On Apr 15, 2025, at 10:21 AM, Frank Gingras wrote:  On Tue, Apr 15, 2025 at 10:02 AM Wilkinson, J Lance mailto:jl...@psu.edu>> wrote:  Long time since I posted a query -- it's been 8+ years since retirement. Brought up my first Ap

Re: [users@httpd] Preventing Synology NAS WebStaion from overriding my customization

2025-04-15 Thread Frank Gingras
On Tue, Apr 15, 2025 at 10:02 AM Wilkinson, J Lance wrote: >  > > Long time since I posted a query -- it's been 8+ years since retirement. > Brought up my first Apache 2.4 httpd in that time, this time in a Synology > NAS using WebStation. Anybody found a way to counter WebStation's > overwrit

Re: [users@httpd] Allow or Deny from large numbers of hosts

2025-04-15 Thread Konstantin Kolinko
пт, 21 мар. 2025 г. в 16:02, Christopher Schultz : > > All, > > Is there a way to load a bunch of allow or deny hosts from a file or > other data-store? I have several dozen CIDR expressions and they will > need to change periodically, so it would be more convenient if I could > load them from at l

Re: [users@httpd] RewriteCond and negative matching

2025-04-14 Thread Frank Gingras
On Mon, Apr 14, 2025 at 12:17 PM Dave Wreski wrote: > >> If the "home page" is an index file in the documentroot, a simple >> FallbackResource will suffice, and you don't need to use mod_rewrite at >> all. >> >> I believe that only works for physical files, like /images/myimage.gif, >> and not fo

Re: [users@httpd] RewriteCond and negative matching

2025-04-14 Thread Dave Wreski
If the "home page" is an index file in the documentroot, a simple FallbackResource will suffice, and you don't need to use mod_rewrite at all. I believe that only works for physical files, like /images/myimage.gif, and not for virtual paths set up by Joomla, like /news/

Re: [users@httpd] RewriteCond and negative matching

2025-04-14 Thread Dave Wreski
Hi, We're getting a ton of 404s for URLs for paths that don't exist, like /apps and other nonsense off the root that never existed that I'd like to redirect to the homepage. ... If the "home page" is an index file in the documentroot, a simple FallbackResource will suffice, and y

Re: [users@httpd] RewriteCond and negative matching

2025-04-14 Thread Frank Gingras
On Mon, Apr 14, 2025 at 11:32 AM Dave Wreski wrote: > Hi, > > We're getting a ton of 404s for URLs for paths that don't exist, like >> /apps and other nonsense off the root that never existed that I'd like to >> redirect to the homepage. >> > ... > > If the "home page" is an index file in the doc

Re: [users@httpd] RewriteCond and negative matching

2025-04-13 Thread Frank Gingras
On Sun, Apr 13, 2025 at 11:21 PM Dave Wreski wrote: > Hi, > > We're getting a ton of 404s for URLs for paths that don't exist, like > /apps and other nonsense off the root that never existed that I'd like to > redirect to the homepage. > > Here's what I'm working with so far, but it redirects eve

Re: [users@httpd] Crash in Version 2.4.57 with OpenSSL 3.1.4

2025-04-03 Thread Daniel Ferradal Márquez
On 3/4/25 20:43, Soujanya Rai wrote: Thank you for your response. When you say stable 3.0.x, are those multi-threaded deployments? Have you come across any similar issues with the 3.x version? Until I find enough data to corroborate the issues with 3.1, it might be hard to make the version sw

Re: [users@httpd] Crash in Version 2.4.57 with OpenSSL 3.1.4

2025-04-03 Thread Soujanya Rai
Thank you for your response. When you say stable 3.0.x, are those multi-threaded deployments? Have you come across any similar issues with the 3.x version? Until I find enough data to corroborate the issues with 3.1, it might be hard to make the version switch. Thanks! -smrai On Thu, Apr 3, 2025

Re: [users@httpd] Crash in Version 2.4.57 with OpenSSL 3.1.4

2025-04-03 Thread Daniel Ferradal Márquez
On 27/3/25 19:21, Soujanya Rai wrote: Hello, Apache HTTP Version: 2.4.57 In our Org, we are currently in the process of upgrading OpenSSL version to 3.1.6 and httpd is being run as a multi-threaded process. Occasionally we are seeing crashes with backtrace in the OpenSSL code, usually relat

Re: [users@httpd] Error trying to start MySQL today

2025-03-30 Thread Antony Stone
On Sunday 30 March 2025 at 20:39:56, Don Zillen wrote: > 2025-03-30 11:05:08 0 [Note] Starting MariaDB 10.4.32-MariaDB 1. Why are you asking this on an Apache httpd list? 2. What happens if you revert to yesterday's backup? 3. Have you tried the suggested instructions in the log output?

Re: [users@httpd] Allow or Deny from large numbers of hosts

2025-03-21 Thread Christopher Schultz
Frank, On 3/21/25 10:15 AM, Frank Gingras wrote: On Fri, Mar 21, 2025 at 9:03 AM Christopher Schultz mailto:ch...@christopherschultz.net>> wrote: All, Is there a way to load a bunch of allow or deny hosts from a file or other data-store? I have several dozen CIDR expressions and t

Re: [users@httpd] Allow or Deny from large numbers of hosts

2025-03-21 Thread Frank Gingras
On Fri, Mar 21, 2025 at 9:03 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > All, > > Is there a way to load a bunch of allow or deny hosts from a file or > other data-store? I have several dozen CIDR expressions and they will > need to change periodically, so it would be more conv

Re: [users@httpd] Allow or Deny from large numbers of hosts

2025-03-21 Thread Frank Gingras
On Fri, Mar 21, 2025 at 12:53 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Frank, > > On 3/21/25 10:15 AM, Frank Gingras wrote: > > On Fri, Mar 21, 2025 at 9:03 AM Christopher Schultz > > mailto:ch...@christopherschultz.net>> > wrote: > > > > All, > > > > Is there a way

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-16 Thread Zahid Rahman
What if you have an apache acting as a gateway which is configured to only accepting html drop everything else from the Internet then forward only html to the backend server for processing on the private network, would that not make the backend server less vulnerable than if you hadn't taken the

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-16 Thread Eric Covener
On Sun, Mar 16, 2025 at 4:20 AM Zahid Rahman wrote: > > Let me rephrase my question then. Using Apache without the reverse proxy > feature > https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html > > Does it leave your apache webserver vulnerable to attack ? No, enabling mod_proxy in a serv

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-16 Thread Zahid Rahman
Let me rephrase my question then. Using Apache without the reverse proxy feature https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html Does it leave your apache webserver vulnerable to attack ? https://www.groundupsystem.com/ https://www.groundupsystem.

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-14 Thread Zahid Rahman
I don't have error when setting up software . I am very good at following instructions. If I do have issues then I just restart the setup process. Because I know anything I am doing has been tested by professional who take pride, so it is best not log on a mailing list and advertise one can not

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Frank Gingras
On Fri, Mar 14, 2025 at 12:13 AM Zahid Rahman wrote: > I don't have error when setting up software . > I am very good at following instructions. > > If I do have issues then I just restart the setup process. Because I know > anything I am doing has been tested by professional who take pride, so

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Frank Gingras
On Thu, Mar 13, 2025 at 9:38 PM Zahid Rahman wrote: > > That's my point , the majority of websites must be hosted without a proxy > server in front leaving the codebase vulnerable to attack. > > I was just wondering 🤔 the number of vulnerable websites in > percentage terms ? > > > > > ¯

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread gene heskett
On 3/13/25 21:38, Zahid Rahman wrote: That's my point , the majority of websites must be hosted without a proxy server in front leaving the codebase vulnerable to attack. I was just wondering 🤔 the number of vulnerable websites in percentage terms ? My pages are presently off. I do not

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Zahid Rahman
That's my point , the majority of websites must be hosted without a proxy server in front leaving the codebase vulnerable to attack. I was just wondering 🤔 the number of vulnerable websites in percentage terms ? ¯\_(ツ)_/¯ ♡۶♡ ۶♡۶ On Thu, 13 Mar 2025, 1

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Frank Gingras
On Thu, Mar 13, 2025 at 1:53 PM Zahid Rahman wrote: > The usual routine when hosting a website is :- > > One is given access to the apache webserver via filezilla whereby the > locally tested code from local machine is uploaded using ftp port 22. > > The code is then served by the apache web

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Zahid Rahman
The usual routine when hosting a website is :- One is given access to the apache webserver via filezilla whereby the locally tested code from local machine is uploaded using ftp port 22. The code is then served by the apache webserver via port 80. If this is the routine followed by most hos

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Frank Gingras
On Thu, Mar 13, 2025 at 11:22 AM Zahid Rahman wrote: > Serving codebase directly means setting up an index.html file in the > config directory on the same disk as the apache install as per > these instructions > > > https://documentation.ubuntu.com/server/how-to/web-services/install-apache2/inde

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Zahid Rahman
Serving codebase directly means setting up an index.html file in the config directory on the same disk as the apache install as per these instructions https://documentation.ubuntu.com/server/how-to/web-services/install-apache2/index.html ¯\_(ツ)_/¯ ♡۶♡ ۶♡۶ On Thu

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Frank Gingras
On Thu, Mar 13, 2025 at 10:43 AM Zahid Rahman wrote: > Hi, > > Do the majority of apache webservers made available by web hosting > companies at their data centres serve codebase directly or are the > majority act as proxy servers ? > > Thanks in advanced for sharing . > > > > ¯\_(ツ)_/¯ > ♡۶♡

Re: [users@httpd] Scoreboard full error

2025-03-13 Thread Eric Covener
On Thu, Mar 13, 2025 at 5:01 AM Tobia Scapin wrote: > > Dear apache users, > I'm looking for help with MPM events settings and scoreboard full error. > I read many suggestions but not really a guide to understand what happened. > > I have a webserver that mainly is used for php pages with fpm and

[users@httpd] Re: [EXTERNAL] [BULK] Re: [users@httpd] apache/mod_ssl block IP connection attempt?

2025-03-04 Thread Schuler, Laurence (GSFC-606.4)[ADNET SYSTEMS INC]
should come into play. Thanks, --Larry From: Yann Ylavic Sent: Tuesday, March 4, 2025 3:27 AM To: users@httpd.apache.org Subject: [EXTERNAL] [BULK] Re: [users@httpd] apache/mod_ssl block IP connection attempt? CAUTION: This email originated from outside of NASA. P

Re: [users@httpd] apache/mod_ssl block IP connection attempt?

2025-03-04 Thread Yann Ylavic
On Mon, Mar 3, 2025 at 10:20 PM Schuler, Laurence wrote: > > It appears that the HelloClient message has the target hostname within it, so > mod_ssl should be able to say "ok, this hostname is *not* in my server > cert(s), I'm not going to talk to this guy. reject. Setting "SSLStrictSNIVHostChec

Re: [users@httpd] apache/mod_ssl block IP connection attempt?

2025-03-03 Thread Frank Gingras
On Mon, Mar 3, 2025 at 4:20 PM Schuler, Laurence (GSFC-606.4)[ADNET SYSTEMS INC] wrote: > I have a web server [apache 2.4.62 on a RedHat9 server] that receives an > SSL request for the address "https://1.2.3.4/"; (with the real serevr IP), > the server will reply by sending its certificate back a

Re: [users@httpd] Re: How to migrate letsencrypt together with the apache server?

2025-03-02 Thread Paul
On 2025-03-02 09:43, Bo Berglund wrote: On Sat, 1 Mar 2025 19:07:09 -0500, Frank Gingras wrote: Side note here, avoid using other folks' domain names, it's a bit rude. Use example.tld if you have munge the domain names. I did not know that mydomain was a real domain It looks like what I

Re: [users@httpd] Re: How to migrate letsencrypt together with the apache server?

2025-03-01 Thread Frank Gingras
On Sat, Mar 1, 2025 at 6:26 PM Bo Berglund wrote: > On Fri, 28 Feb 2025 10:30:51 -0500, Frank Gingras > wrote: > > >Moving to a modern mod_md approach might be better then, or alternatively, > >if you want to keep using the third party letsencrypt tools, asking your > >distro's support venues mi

Re: [users@httpd] Why is our RewriteMap usage working for some URLs & not others?

2025-03-01 Thread Eric Covener
> However, some requests, such as the following, remain logged by > Apache even when they are from IP addresses in the block list, > and regardless of whether we have LogLevel set to info or warn: > > /file%3a/etc%2fpasswd%00 > /%0d%0aSet-Cookie:crlfinjection=1; > /cgi-bin.%2e/.%2e/

Re: [users@httpd] Re: How to migrate letsencrypt together with the apache server?

2025-02-28 Thread Frank Gingras
On Fri, Feb 28, 2025 at 5:28 AM Bo Berglund wrote: > On Wed, 26 Feb 2025 11:30:12 -0500, Frank Gingras > wrote: > > > > > > >Nowadays, you should use mod_md: > > > >https://httpd.apache.org/docs/current/mod/mod_md.html > > Strange, one would assume that mod-md is a way to tell Apache to render >

Re: [users@httpd] off topic -- looking for places to get laravel information/turor

2025-02-28 Thread Frank Gingras
On Wed, Feb 26, 2025 at 1:30 PM bruce wrote: > My questions aren't the basic things that most of the help/beginning sites > have. I've done, and continue to search. > > However, you can't really get the "why" or "how" some code was written in > the manner it was written. > > Simply cut/copy/past

Re: [users@httpd] Why is our RewriteMap usage working for some URLs & not others?

2025-02-28 Thread Frank Gingras
On Mon, Feb 24, 2025 at 1:35 PM Tony Olekshy wrote: > Our Apache httpd.conf is configured to include these lines for > blocking requests from a list of IP addresses without logging > them — in this order and mixed with other lines — yet some such > requests are logged anyway: > > CustomLog lo

Re: [users@httpd] Re: How to migrate letsencrypt together with the apache server?

2025-02-28 Thread Frank Gingras
On Fri, Feb 28, 2025 at 10:25 AM Bo Berglund wrote: > On Fri, 28 Feb 2025 10:07:48 -0500, Frank Gingras > wrote: > > >On Fri, Feb 28, 2025 at 5:28?AM Bo Berglund > wrote: > > > >> Anyway, since I have moved/copied everything related to letsencrypt from > >> the old > >> to the new server, how c

Re: [users@httpd] off topic -- looking for places to get laravel information/turor

2025-02-26 Thread bruce
My questions aren't the basic things that most of the help/beginning sites have. I've done, and continue to search. However, you can't really get the "why" or "how" some code was written in the manner it was written. Simply cut/copy/paste is worthless. But thanks On Wed, Feb 26, 2025 at 12:20

Re: [users@httpd] How to migrate letsencrypt together with the apache server?

2025-02-26 Thread Frank Gingras
On Wed, Feb 26, 2025 at 11:26 AM Bo Berglund wrote: > I have migrated my old Ubuntu server functionality to new hardware and in > the > process I rsynced all the Apache and letsencrypt configs etc to the new > server. > The new server received a fresh install of Ubuntu 24.04.1 and then I have > r

Re: [users@httpd] off topic -- looking for places to get laravel information/turor

2025-02-26 Thread Frank Gingras
On Wed, Feb 26, 2025 at 12:15 PM bruce wrote: > hi frank. I didn't want to get in the weeds. So intentionally kept it > short. I'm really looking for a short term tutor if u will. One that knows > laravel and the ancillary parts of the stack. > > This is due to my having a question that then g

Re: [users@httpd] off topic -- looking for places to get laravel information/turor

2025-02-26 Thread bruce
hi frank. I didn't want to get in the weeds. So intentionally kept it short. I'm really looking for a short term tutor if u will. One that knows laravel and the ancillary parts of the stack. This is due to my having a question that then grows! so, a tutor kind of process would be better/faster

Re: [users@httpd] off topic -- looking for places to get laravel information/turor

2025-02-26 Thread Frank Gingras
On Wed, Feb 26, 2025 at 11:36 AM bruce wrote: > Hi, > > I know, off topic, but hope someone might be able to point me in right > direction. > > Looking to "learn" about laravel, and need to find an email list, or tutor > that might be looking for a short term Gig. > > The discord/stackoverflow/fi

Re: [users@httpd] Simplyfing rewrite rules

2025-02-14 Thread Rodrigo Cunha
At the code, send these images for a cdn. You don't process it at the web server. On Wed, Feb 12, 2025 at 4:25 PM Dave Wreski wrote: > Hi, > > Can someone help me to consolidate these rules into something more > efficient? > > RewriteCond %{REQUEST_URI} !^/images/gen > RewriteRule ^images/(.*)-e

Re: [users@httpd] How to debug " AH00051: child pid 31929 exit signal Segmentation fault (11), possible coredump in /apps/httpd2.4"?

2025-02-12 Thread Brian Reichert
On Tue, Feb 11, 2025 at 07:09:37AM -0500, o haya wrote: > The Apache starts up with no problem, but as soon as I try to do a test > request to the Apache, I am getting that segmentation fault in the Apache > "error_log". Sometime I resort to using strace to reveal what the process is doing. It wi

Re: [users@httpd] How to debug " AH00051: child pid 31929 exit signal Segmentation fault (11), possible coredump in /apps/httpd2.4"?

2025-02-11 Thread o haya
I have been encountering a problem trying to work with the core dump file. After I decompress the lz4 file and then try to use gdb (gdb /apps/httpd2.5/bin/httpd ), I am getting an error msg in GDG: Reading symbols from /apps/httpd2.4/bin/httpd...done. "/var/lib/systemd/coredump/core.httpd.1001.9e1

Re: [users@httpd] How to debug " AH00051: child pid 31929 exit signal Segmentation fault (11), possible coredump in /apps/httpd2.4"?

2025-02-11 Thread Eric Covener
On Linux, /proc/sys/kernel/core_pattern determines the filename and may pipe it to a custom process (abrtd, systemd). If it's piped, you will need to possibly configure it or extract the underlying core. On Tue, Feb 11, 2025 at 7:11 AM o haya wrote: > Hi, > This is a followup (but different prob

Re: [users@httpd] Is it possible to force logging of mod_authnz_ldap's actions?

2025-02-10 Thread Eric Covener
On Mon, Feb 10, 2025 at 3:17 PM Johnnie W Adams wrote: > > Hi, > > I'm tracking down a mysterious issue where some accounts are accepted > and some are not when they try to log in via mod_authnz_ldap. > > Nothing shows up in the logs. Can I change that? If so, how? You can append `LogL

Re: [users@httpd] Reverse Proxy

2025-02-10 Thread Turritopsis Dohrnii Teo En Ming
On Sunday, February 9th, 2025 at 5:06 PM, Antony Stone wrote: > On Sunday 09 February 2025 at 06:12:01, Turritopsis Dohrnii Teo En Ming wrote: > > > How do I configure Apache HTTP server as a reverse proxy? > > > Try the following and let us know if you run into any problems. > > http://www.

Re: [users@httpd] Reverse Proxy

2025-02-09 Thread Antony Stone
On Sunday 09 February 2025 at 06:12:01, Turritopsis Dohrnii Teo En Ming wrote: > How do I configure Apache HTTP server as a reverse proxy? Try the following and let us know if you run into any problems. http://www.google.com/search?q=apache+reverse+proxy Antony. -- Too many people spend mone

Re: [users@httpd] Redirection confusion

2025-02-08 Thread Mike Dewhirst
Good advice :-)M--(Unsigned mail from my phone) Original message From: ohaya Date: 9/2/25 03:30 (GMT+10:00) To: users@httpd.apache.org Subject: Re: [users@httpd] Redirection confusion Slightly off-topic:  You mentioned you had tried AI and their suggested solutions

Re: [users@httpd] Redirection confusion

2025-02-08 Thread Mike Dewhirst
/25 23:20 (GMT+10:00) To: users@httpd.apache.org Subject: Re: [users@httpd] Redirection confusion On Sat, Feb 8, 2025 at 5:32 AM Mike Dewhirst wrote: I have a number of domain names which I want to redirect in order to have a single search engine site

Re: [users@httpd] Redirection confusion

2025-02-08 Thread ohaya
Slightly off-topic:  You mentioned you had tried AI and their suggested solutions didn't work.   FYI, I had been posting a problem with Apache and a problem with "undefined symbol".   Thankfully, I eventually got information that let me get past that from USERS (real people) on this mailing lis

Re: [users@httpd] Redirection confusion

2025-02-08 Thread Frank Gingras
On Sat, Feb 8, 2025 at 5:32 AM Mike Dewhirst wrote: > I have a number of domain names which I want to redirect in order to have > a single search engine site. > > mysite.com > mysite.com.au > mysite.au > www.mysite.com > www.mysite.com.au > www.mysite.au > > I want mysite.com to be the single sit

  1   2   3   4   5   6   7   8   9   10   >