Re: [users@httpd] Config file -- ServerName/ServerAlias -- domain registration

2025-10-08 Thread bruce
or would it be a circumstance of removing the 'www' if the subliminal exists... On Wed, Oct 8, 2025, 8:11 AM Eric Covener wrote: > > but what happens if a user inserted the "www" at the front? > > http://www.abc.foo.com <<< > > If there's no matching ServerAlias or ServerName for it, it goes

Re: [users@httpd] Config file -- ServerName/ServerAlias -- domain registration

2025-10-08 Thread Eric Covener
> Worth pointing out that you can have wildcards with the ServerAlias > directive, as well. :facepalm: good catch! - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.ap

[users@httpd] Config file -- ServerName/ServerAlias -- domain registration

2025-10-08 Thread bruce
Hi. Trying to wrap my head around something.. I can have a test config/virtual host, with the different serverAlias As I understand it, I can do a --psuedo config and the user could access both sites, as "subdomains" http://abc.foo.com <<< is this right??? Assume at the domain registrati

Re: [users@httpd] Reverse proxy

2025-10-07 Thread Bret Stern
That was one of my first questions. Aplogize for the mess. Here I go again. Cheers On 10/7/2025 4:22 PM, Paul wrote: A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? On 10/7/25 1

Re: [users@httpd] Reverse proxy

2025-10-07 Thread Bret Stern
I think I'll just get another router and change my DNS records to point to the proxied servers. Always appreciate the help On 10/7/2025 2:54 PM, Frank Gingras wrote: On Tue, Oct 7, 2025 at 5:33 PM Bret Stern wrote: Eliyahu, Your reply here: "As I suspected you are forwarding

Re: [users@httpd] Reverse proxy

2025-10-07 Thread Bret Stern
Ok, I'm going to try some tweaks. But don't I want ssl to the backend server even though it's all in my server room, or overkill? I think I'm 50% understanding all this, but it's a weakpoint of mine. Thanks for the coaching you guys. On 10/7/2025 12:31 PM, Frank Gingras wrote: On Tue, Oct

Re: [users@httpd] Reverse proxy

2025-10-07 Thread Bret Stern
Eliyahu, Appreciate you taking a shot. Here they are:  SSLProxyEngine on  ServerName postfixadmin.domain.com  ProxyPreserveHost On  ProxyPass / http://192.168.60.157/  ProxyPassReverse / http://192.168.60.157/  ServerName mail.domain.com  ProxyPreserveHost On  ProxyPass / http://192.168.60

[users@httpd] mod_ssl + OpenSSL 3.5: PKCS#11 engine load error even though pkcs11 *provider* is configured (httpd 2.4.65)

2025-10-02 Thread 손한서
Hi httpd team, I’m trying to run Apache httpd with TLS private keys in an HSM via *PKCS#11* on *OpenSSL 3.x*. I’d like to use the *OpenSSL 3 provider model* (not legacy ENGINE). However httpd keeps failing with an error that looks like an ENGINE load problem even though the *pkcs11 provider is l

Re: [users@httpd] Server keeps dropping then coming back online

2025-10-01 Thread Frank Gingras
On Wed, Oct 1, 2025 at 4:57 PM Dane Scott - wrote: > I’m using the Apache server that comes standard with my Mac, and it works > great most of the time, though the server takes a dive fairly > frequently. I am currently on the latest version of MacOS, Tahoe 26.0.1, > though the problem has been

Re: [users@httpd] proxy / email / certificates help

2025-09-26 Thread Frank Gingras
On Fri, Sep 26, 2025 at 2:57 AM Bret Stern wrote: > > On 9/25/2025 2:10 PM, Frank Gingras wrote: > > > > On Thu, Sep 25, 2025 at 3:14 AM Bret Stern < > bret_st...@machinemanagement.com> wrote: > >> >> Like this?: (on the backend apache host) >> >> >> Edited loaded module: >> vi /etc/httpd/conf.mo

Re: [users@httpd] proxy / email / certificates help

2025-09-25 Thread Bret Stern
On 9/25/2025 2:10 PM, Frank Gingras wrote: On Thu, Sep 25, 2025 at 3:14 AM Bret Stern wrote: Like this?: (on the backend apache host) Edited loaded module: vi /etc/httpd/conf.modules.d/00-base.conf Commented out #LoadModule access_compat_module modules/mod_access_c

Re: [users@httpd] proxy / email / certificates help

2025-09-25 Thread Frank Gingras
On Thu, Sep 25, 2025 at 3:14 AM Bret Stern wrote: > > Like this?: (on the backend apache host) > > > Edited loaded module: > vi /etc/httpd/conf.modules.d/00-base.conf > > > Commented out > #LoadModule access_compat_module modules/mod_access_compat.so > > > > Modified Virtual: > > > > ServerNam

Re: [users@httpd] proxy / email / certificates help

2025-09-25 Thread Bret Stern
Like this?: (on the backend apache host) Edited loaded module: vi /etc/httpd/conf.modules.d/00-base.conf Commented out #LoadModule access_compat_module modules/mod_access_compat.so Modified Virtual:   ServerName postfixadmin.sevendogzero.com   DocumentRoot /var/www/postfixadmin/public/

Re: [users@httpd] proxy / email / certificates help

2025-09-24 Thread Frank Gingras
On Wed, Sep 24, 2025 at 9:17 PM Bret Stern wrote: > Couple things..I appear to be top posting. What is the preferred > conversation rule. I use Thunderbird. Way back in the day, I seem to recall > a setting > > which played to the bottom posting preference. > > > > On the conversation here. I've

Re: [users@httpd] proxy / email / certificates help

2025-09-24 Thread Bret Stern
Couple things..I appear to be top posting. What is the preferred conversation rule. I use Thunderbird. Way back in the day, I seem to recall a setting which played to the bottom posting preference. On the conversation here. I've set a reverse proxy on my gateway apache server pointing to th

[users@httpd] Bug: Apache's localized error pages get served as text/html but are XHTML

2025-09-22 Thread John Scott
Hi, I apologize, but restrictions on public access to Apache's Bugzilla make it very burdensome to look for an existing issue report. Anywho, I think there's a problem with Apache's localized error pages that webmasters can elect to enable which are kept in the source tree, such as https://svn.a

Re: [users@httpd] help with subdomains

2025-09-21 Thread Robert Moskowitz
It has been years for me, but I used webmin for its filemanger on my servers... On 9/21/25 9:33 AM, Yehuda Katz wrote: You are missing a lot of information about your configuration. Since that file manager is Python, how are you pointing HTTPD to Python? Separately, I wouldn't even think of try

Re: [users@httpd] help with subdomains

2025-09-21 Thread Paxton Houston
Nevermind, it's just that there was a ServerAlias in the ssl configuration file On Sun, Sep 21, 2025, 8:49 AM Yehuda Katz wrote: > If you want to set up a reverse proxy through HTTPD, or otherwise serve > your Python app through HTTPD, this is the right place. You would need to > provide more in

Re: [users@httpd] help with subdomains

2025-09-21 Thread Paxton Houston
Where should I ask? On Sun, Sep 21, 2025, 8:34 AM E.S. Rosenberg < es.rosenberg+httpd.us...@gmail.com> wrote: > Hey, > > From a very cursory look, copyparty runs its own python server so unless > you set up a reverse proxy or are using your certs directly in copyparty > (if that is possible) you

Re: [users@httpd] help with subdomains

2025-09-21 Thread Yehuda Katz
If you want to set up a reverse proxy through HTTPD, or otherwise serve your Python app through HTTPD, this is the right place. You would need to provide more information about what you already have set up to serve your website. If you are looking for Python app help, maybe StackOverflow. - Y Se

Re: [users@httpd] help with subdomains

2025-09-21 Thread E.S. Rosenberg
Hey, >From a very cursory look, copyparty runs its own python server so unless you set up a reverse proxy or are using your certs directly in copyparty (if that is possible) you would not have SSL. Unless I am very much mistaken or your actual issue is with trying to setup an apache reverse proxy

Re: [users@httpd] help with subdomains

2025-09-21 Thread Yehuda Katz
You are missing a lot of information about your configuration. Since that file manager is Python, how are you pointing HTTPD to Python? Separately, I wouldn't even think of trying to make non-secure connections, especially for something as important as a file manager. Skimming quickly, that file ma

[users@httpd] help with subdomains

2025-09-21 Thread Paxton Houston
i run a website and the easiest way to update it is through a file manager i added. the issue is that the file manager only works through http, not https. https on that subdomain does exist, but it's just the main website. is there any way i can fix this? (btw, the file manager i'm using is called

Re: [users@httpd] proxy / email / certificates help

2025-09-20 Thread Frank Gingras
On Sat, Sep 20, 2025 at 3:46 PM Bret Stern wrote: > Ok. Is there a recommended place for the TLS, or either one is fine. Just > confiming. > > Sounds like I'll need to remove a cert on one of the servers > thinking..Yes/No > > Thanks Frank. > On 9/20/2025 12:38 PM, Frank Gingras wrote: > > > > On

Re: [users@httpd] proxy / email / certificates help

2025-09-20 Thread Bret Stern
Ok. Is there a recommended place for the TLS, or either one is fine. Just confiming. Sounds like I'll need to remove a cert on one of the servers thinking..Yes/No Thanks Frank. On 9/20/2025 12:38 PM, Frank Gingras wrote: On Sat, Sep 20, 2025 at 3:12 PM Bret Stern wrote: Hi there,

Re: [users@httpd] proxy / email / certificates help

2025-09-20 Thread Frank Gingras
On Sat, Sep 20, 2025 at 3:12 PM Bret Stern wrote: > Hi there, > > I'm setting up and email server which is reverse proxyied behind a front > end apache server. > > > For the same domain...my dns has both a primary web server server, and > an email server sitting behind a single wan ip. > > First

[users@httpd] proxy / email / certificates help

2025-09-20 Thread Bret Stern
Hi there, I'm setting up and email server which is reverse proxyied behind a front end apache server. For the same domain...my dns has both a primary web server server, and an email server sitting behind a single wan ip. First question. Is this possible? At this point all email is workin

RE: [users@httpd] Child processes stuck in R status

2025-09-17 Thread Gregory ROCHER
On 2025/09/16 18:12:14 ap...@biblestuph.com wrote: I'm wondering if anyone has seen this and/or how it is even possible. We're having some issues that at least on the surface look like a slowloris attack or variant; on the server-status page multiple child processes appear to be stuck in R st

[users@httpd] Child processes stuck in R status

2025-09-16 Thread apache
I'm wondering if anyone has seen this and/or how it is even possible. We're having some issues that at least on the surface look like a slowloris attack or variant; on the server-status page multiple child processes appear to be stuck in R status with large seconds-since values. But I don't think

Re: [users@httpd] Apache2 fails on boot, starts from cli

2025-09-03 Thread Dino Ciuffetti
> ● apache2.service - The Apache HTTP Server > Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: > enabled) > Active: failed (Result: exit-code) since Sun 2025-08-31 22:46:13 UTC; 51s ago > Docs: https://httpd.apache.org/docs/2.4 > Process: 965 ExecStart=/usr/sbin/apache

Re: [users@httpd] Apache2 fails on boot, starts from cli

2025-08-31 Thread Frank Gingras
On Sun, Aug 31, 2025 at 8:09 PM Frank Gingras wrote: > > > On Sun, Aug 31, 2025 at 7:31 PM Paul wrote: > >> Need assistance please. Two servers, one production, one backup, near >> identical hardware (8 core Intel CPUs, 64 Gib RAM) Ubuntu 20.04.6 LTS >> with security extension, Apache/2.4.41 (U

Re: [users@httpd] Apache2 fails on boot, starts from cli

2025-08-31 Thread Frank Gingras
On Sun, Aug 31, 2025 at 7:31 PM Paul wrote: > Need assistance please. Two servers, one production, one backup, near > identical hardware (8 core Intel CPUs, 64 Gib RAM) Ubuntu 20.04.6 LTS > with security extension, Apache/2.4.41 (Ubuntu) running behind nginx > proxy (nginx/1.18.0 (Ubuntu)), all

[users@httpd] Apache2 fails on boot, starts from cli

2025-08-31 Thread Paul
Need assistance please. Two servers, one production, one backup, near identical hardware (8 core Intel CPUs, 64 Gib RAM) Ubuntu 20.04.6 LTS with security extension, Apache/2.4.41 (Ubuntu) running behind nginx proxy (nginx/1.18.0 (Ubuntu)), all apache2 conf, mod, sites and ports files identical

Re: [users@httpd] Auth failure when a rewrite rule is moved out to an htaccess file

2025-08-17 Thread Daniel Ferradal Márquez
On 7/21/25 7:06 PM, EML wrote: I have a problem where authorisation behaves differently when a rewrite rule is moved from the main configuration to an .htaccess file. Any advice appreciated. The site looks like this: $ tree /var/www5 /var/www5 |-- dir1     |-- test1.html |-- dir2 |   |--

Re: [users@httpd] Perl problem

2025-08-17 Thread Daniel Ferradal Márquez
On 7/30/25 9:17 AM, Mufit Eribol wrote: Dear Friends, I am running Apache 2.4.62 on an AlmaLinux 9.6 VPS and have a problem with running perl scripts in apache. If I leave /etc/httpd/conf.modules.d/00-mpm.conf as default: LoadModule mpm_event_module modules/mod_mpm_event.so #LoadModule mpm_

Re: [users@httpd] Redirect/Proxy questions

2025-08-17 Thread Daniel Ferradal Márquez
On 8/17/25 1:58 AM, Bret Stern wrote: Oh I see, you're giving me an example of the text to place in the configuration file. I'll search on proxy in the Apache docs, see if I can figure it out. The subdomain.examplesite.com DNS points to the same address as the primary website. The server w

Re: [users@httpd] Redirect/Proxy questions

2025-08-16 Thread Bret Stern
Oh I see, you're giving me an example of the text to place in the configuration file. I'll search on proxy in the Apache docs, see if I can figure it out. The subdomain.examplesite.com DNS points to the same address as the primary website. The server where nextcloud runs is in the same data

Re: [users@httpd] Redirect/Proxy questions

2025-08-16 Thread Frank Gingras
On Sat, Aug 16, 2025 at 6:41 PM Bret Stern wrote: > Thanks for the suggestion. FYI, my actual domain is not sample.com, I was > just using it as an example. > > Can you double check that link you included, it's not working and I want > to see the link you refer to. > > Best, > > Bret > On 8/16/20

Re: [users@httpd] Redirect/Proxy questions

2025-08-16 Thread Bret Stern
Thanks for the suggestion. FYI, my actual domain is not sample.com, I was just using it as an example. Can you double check that link you included, it's not working and I want to see the link you refer to. Best, Bret On 8/16/2025 1:22 PM, Daniel Ferradal Márquez wrote: On 16/8/25 7:04, Br

Re: [users@httpd] Redirect/Proxy questions

2025-08-16 Thread Daniel Ferradal Márquez
On 16/8/25 7:04, Bret Stern wrote: Have a site www.sample.com > > From within the site I want to a link a subdomain to a nextcloud > server nc.sample.com on the local lan relative to the primary www > apache > > server. > > > I can add another router with a static ip, change dns for > nc.samp

[users@httpd] Redirect/Proxy questions

2025-08-15 Thread Bret Stern
Have a site  www.sample.com From within the site I want to a link a subdomain to a nextcloud server nc.sample.com on the local lan relative to the primary www apache server. I can add another router with a static ip, change dns for nc.sample.com and link to the subdomain using that ip, and

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

2025-08-04 Thread Daniel Ferradal Márquez
On 22/7/25 14:23, Frédéric Goudal wrote: 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.

Re: [users@httpd] Re: Issue with log pipe to logger

2025-07-31 Thread E.S. Rosenberg
Op do 31 jul 2025 om 17:47 schreef Kalin KOZHUHAROV : > > On Thu, Jul 31, 2025 at 2:46 PM Curry, Alan wrote: > > > > On 7/31/2025 3:11 AM, E.S. Rosenberg wrote: > > >> > > >> When setting > > >> ErrorLog '|/usr/bin/logger -p local3.err -t apache2' > > >> CustomLog '|/usr/bin/logger -t apache2 -p l

Re: [users@httpd] Re: Issue with log pipe to logger

2025-07-31 Thread Kalin KOZHUHAROV
On Thu, Jul 31, 2025 at 2:46 PM Curry, Alan wrote: > > On 7/31/2025 3:11 AM, E.S. Rosenberg wrote: > >> > >> When setting > >> ErrorLog '|/usr/bin/logger -p local3.err -t apache2' > >> CustomLog '|/usr/bin/logger -t apache2 -p local3.info' combined > >> > >> The commands that gets run by apache ar

Re: [users@httpd] Re: Issue with log pipe to logger

2025-07-31 Thread Curry, Alan
On 7/31/2025 3:11 AM, E.S. Rosenberg wrote: >> >> When setting >> ErrorLog '|/usr/bin/logger -p local3.err -t apache2' >> CustomLog '|/usr/bin/logger -t apache2 -p local3.info' combined >> >> The commands that gets run by apache are: >> /usr/bin/logger -p local3 err -t apache2 >> /usr/bin/logger -t

Re: [users@httpd] Re: Issue with log pipe to logger

2025-07-31 Thread Kalin KOZHUHAROV
I'd say "mod_log_config", since it is a bug that happens when man uses a directive from that module. Looking at the code, I suspect the error is around here https://github.com/apache/httpd/blob/trunk/server/log.c#L284 and may be in the way APR (Apache Portable Runtime) is being used. To be sure I

[users@httpd] Re: Issue with log pipe to logger

2025-07-31 Thread E.S. Rosenberg
Op do 31 jul 2025 om 12:00 schreef E.S. Rosenberg : > > Op do 31 jul 2025 om 10:11 schreef E.S. Rosenberg > : > > > > Hey, any input on this issue would be appreciated :) > > > > I hope to check this on an up-to-date Fedora system soon. > > > > Op vr 25 jul 2025 om 17:00 schreef E.S. Rosenberg > >

[users@httpd] Re: Issue with log pipe to logger

2025-07-31 Thread E.S. Rosenberg
Op do 31 jul 2025 om 10:11 schreef E.S. Rosenberg : > > Hey, any input on this issue would be appreciated :) > > I hope to check this on an up-to-date Fedora system soon. > > Op vr 25 jul 2025 om 17:00 schreef E.S. Rosenberg > : > > > > Hey everyone, > > > > It looks to me like I may have stumbled

Re: [users@httpd] Re: Issue with log pipe to logger

2025-07-31 Thread Kalin KOZHUHAROV
Hi Eliyahu, I can sadly only confirm this buggy behaviour on a completely different setup ("random" Gentoo source-build with apache-2.4.41)... I tried various escaping hacks - single|double quotes, octal, using a shell... I had a look at the code, but got lost inside APR ... I couldn't see anythi

[users@httpd] Re: Issue with log pipe to logger

2025-07-31 Thread E.S. Rosenberg
Hey, any input on this issue would be appreciated :) I hope to check this on an up-to-date Fedora system soon. Op vr 25 jul 2025 om 17:00 schreef E.S. Rosenberg : > > Hey everyone, > > It looks to me like I may have stumbled over a bug, I tested this on > Ubuntu 22.04 and 24.04 (2.4.58) so I real

[users@httpd] SSKRandomSeed info/best practice

2025-07-30 Thread E R
I am looking for more information than what is published at the URL below to understand how this works. For example if I were to use the example does that mean that the best option is used on the list? If urandom is available it is used, but if not it would use random and if that was not available

[users@httpd] Perl problem

2025-07-30 Thread Mufit Eribol
Dear Friends, I am running Apache 2.4.62 on an AlmaLinux 9.6 VPS and have a problem with running perl scripts in apache. If I leave /etc/httpd/conf.modules.d/00-mpm.conf as default: LoadModule mpm_event_module modules/mod_mpm_event.so #LoadModule mpm_event_module modules/mod_mpm_prefork.so n

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

2025-07-25 Thread Antony Stone
On Tuesday 22 July 2025 at 13:12:20, Andrija Vranić wrote: > unsubscribe On Friday 25 July 2025 at 16:59:38, Andrija Vranić wrote: > unsubscribe It doesn't work like that - please look at the headers of every email on this list: list-help: list-unsubscri

[users@httpd] unsubscribe

2025-07-25 Thread Andrija Vranić
unsubscribe

Re: [users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10

2025-07-25 Thread Rathore, Rajendra
Can you please provide the details if possible will try that Get Outlook for iOS<https://aka.ms/o0ukef> From: Eric Covener Sent: Friday, July 25, 2025 8:10:06 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Issue with Apache HTTP Server Build:

Re: [users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10

2025-07-25 Thread Eric Covener
On Fri, Jul 25, 2025 at 10:28 AM Rathore, Rajendra wrote: > > Hi Eric, > > As I am new to build apache and all, can you elaborate more on how to build > APR without linking to that library, as we are bundling APR also. It's more than a build change unfortunately. ---

Re: [users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10

2025-07-25 Thread Rathore, Rajendra
users@httpd.apache.org Subject: Re: [users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10 On Fri, Jul 25, 2025 at 9:17 AM Rathore, Rajendra wrote: > > Hi Team, > > We are currently bundling the Apache HTTP Server from source on a Linux > mac

[users@httpd] Issue with log pipe to logger

2025-07-25 Thread E.S. Rosenberg
Hey everyone, It looks to me like I may have stumbled over a bug, I tested this on Ubuntu 22.04 and 24.04 (2.4.58) so I realize that it is not with the latest apache version but that is what I have available right now. Background - I'm trying to ship my logs off to a central logserver while compl

[users@httpd] Re: [External] : [users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10

2025-07-25 Thread Jack Swan
Try adding "--with-openssl=$OPENSSL_ROOT" to your configure. From: Rathore, Rajendra Sent: Friday, July 25, 2025 9:16 AM To: users@httpd.apache.org Subject: [External] : [users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dep

Re: [users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10

2025-07-25 Thread Eric Covener
On Fri, Jul 25, 2025 at 9:17 AM Rathore, Rajendra wrote: > > Hi Team, > > We are currently bundling the Apache HTTP Server from source on a Linux > machine(RHEL 7.x/ RHEL 8.x). During the build process, we are passing a > custom OpenSSL path using the --with-ssl configuration flag. However, the

[users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10

2025-07-25 Thread Rathore, Rajendra
Hi Team, We are currently bundling the Apache HTTP Server from source on a Linux machine(RHEL 7.x/ RHEL 8.x). During the build process, we are passing a custom OpenSSL path using the --with-ssl configuration flag. However, the final build still includes a dependency on the legacy libcrypt.so.1

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

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

2025-07-22 Thread Brian Proffitt
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 T Date: Tue, Jul 22, 2025, 1:24 AM Subject: Apache Misdirected Request with AWS ELB

[users@httpd] Auth failure when a rewrite rule is moved out to an htaccess file

2025-07-21 Thread EML
I have a problem where authorisation behaves differently when a rewrite rule is moved from the main configuration to an .htaccess file. Any advice appreciated. The site looks like this: $ tree /var/www5 /var/www5 |-- dir1     |-- test1.html |-- dir2 |   |-- test2.html |-- index.html |-- passwo

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::

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

2025-07-17 Thread Lexi Winter
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::2%vm.cgit]:80: Invalid host/port i was

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

[users@httpd] Apache 2.4.64 and SNI

2025-07-11 Thread Pavel Matěja
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 Misdirected Request "The client needs a new

[users@httpd] CVE-2025-53020: Apache HTTP Server: HTTP/2 DoS by Memory Increase

2025-07-10 Thread Eric Covener
Severity: moderate Affected versions: - Apache HTTP Server 2.4.17 through 2.4.63 Description: Late Release of Memory after Effective Lifetime vulnerability in Apache HTTP Server. This issue affects Apache HTTP Server: from 2.4.17 up to 2.4.63. Users are recommended to upgrade to version 2

[users@httpd] CVE-2025-49812: Apache HTTP Server: mod_ssl TLS upgrade attack

2025-07-10 Thread Eric Covener
Severity: moderate Affected versions: - Apache HTTP Server through 2.4.63 Description: In some mod_ssl configurations on Apache HTTP Server versions through to 2.4.63, an HTTP desynchronisation attack allows a man-in-the-middle attacker to hijack an HTTP session via a TLS upgrade. Only co

[users@httpd] CVE-2025-49630: Apache HTTP Server: mod_proxy_http2 denial of service

2025-07-10 Thread Eric Covener
Severity: low Affected versions: - Apache HTTP Server 2.4.26 through 2.4.63 Description: In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26 through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.

[users@httpd] CVE-2025-23048: Apache HTTP Server: mod_ssl access control bypass with session resumption

2025-07-10 Thread Eric Covener
Severity: moderate Affected versions: - Apache HTTP Server 2.4.35 through 2.4.63 Description: In some mod_ssl configurations on Apache HTTP Server 2.4.35 through to 2.4.63, an access control bypass by trusted clients is possible using TLS 1.3 session resumption. Configurations are affecte

[users@httpd] CVE-2024-42516: Apache HTTP Server: HTTP response splitting

2025-07-10 Thread Eric Covener
Severity: moderate Affected versions: - Apache HTTP Server 2.4.0 through 2.4.63 Description: HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the Content-Type response headers of applications hosted or proxied by the server can split the HTTP

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

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

2025-06-11 Thread apache
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 "RemoteIPHeader" to doesn't seem to work; no matter how I o

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

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

2025-06-09 Thread Bill Wiest
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: C:\Apache24\bin>httpd.exe httpd.exe: Syntax error on line 75 of C

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

2025-06-09 Thread Lars Noodén
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" message. When that happens, the log file

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

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

2025-05-22 Thread Kalin KOZHUHAROV
Hi there, I've been using the httpd since the 1.x days and today after revisiting some of the logging format documentation for n-hundredth time, I noted the doc text of this long forgotten and unused feature in `mod_log_format` is strange: %l Remote logname (from identd, if supplied). logname? lo

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 > > >

  1   2   3   4   5   6   7   8   9   10   >