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 r

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

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

[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

[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

[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

[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] Apache 2.6 Can't Find Server Root - Win 11

2025-06-09 Thread Frank Gingras
On Mon, Jun 9, 2025 at 5:23 PM Paul wrote: > On 6/9/25 14:50, Bill Wiest wrote: > > So, I have installed Apache 2.4.63 and this worked, using the default > > httpd.conf file. > > > > However I have now encountered a new, but similar, error: > > > > C:\A

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

2025-06-09 Thread Paul
On 6/9/25 14:50, Bill Wiest wrote: So, I have installed Apache 2.4.63 and this worked, using the default httpd.conf file. However I have now encountered a new, but similar, error: C:\Apache24\bin>httpd.exe httpd.exe: Syntax error on line 188 of C:/Apache24/conf/httpd.conf: Cannot loa

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

2025-06-09 Thread Frank Gingras
On Mon, Jun 9, 2025 at 3:15 PM Bill Wiest wrote: > So, I have installed Apache 2.4.63 and this worked, using the default > httpd.conf file. > > > > However I have now encountered a new, but similar, error: > > > > C:\Apache24\bin>httpd.exe > > httpd.exe:

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

2025-06-09 Thread Bill Wiest
As I indicated in this thread earlier, I have installed both the x86 and x64 redistributables, as both were missing on the machine. I was getting a similar error with loading the other modules, such as mod_actions.so until I tried the latest version of Apache (4.63, instead of 4.62). This is

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

2025-06-09 Thread Bill Wiest
So, I have installed Apache 2.4.63 and this worked, using the default httpd.conf file. However I have now encountered a new, but similar, error: C:\Apache24\bin>httpd.exe httpd.exe: Syntax error on line 188 of C:/Apache24/conf/httpd.conf: Cannot load c:/PHP/php5apache2_4.dll into server:

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

[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

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

2025-05-18 Thread EML
sting 'CGIDScriptTimeout 240' by removing the 'D', and Apache won't start, despite lsof showing that mod_cgi.so is loaded. Ok... so the docs actually say that CGIDScriptTimeout was introduced in 2.4.10, and CGIScriptTimeout in 2.4.59. Ubuntu 24.04.2 is on 2.4.58. My bad.

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

2025-05-18 Thread EML
removing the 'D', and Apache won't start, despite lsof showing that mod_cgi.so is loaded.

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'

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

2025-05-17 Thread EML
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 'CGIDScriptTimeout' to 'CGIScriptTi

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

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 trans

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

2025-04-23 Thread Erik Thuning
Hi! I'd be grateful for any insight into what seems like it must be a simple issue, but I can't for the life of me find any answers in the documentation or on the wider internet. I have an apache server running as reverse proxy for a tomcat application using mod_proxy_ajp. A

[users@httpd] Fortigate 301E firewall is using Apache HTTP server

2025-03-24 Thread Turritopsis Dohrnii Teo En Ming
Subject: Fortigate 301E firewall is using Apache HTTP server Good day from Singapore, I have discovered that Fortigate 301E firewall is using Apache HTTP server! Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individuals in Singapore GIMP = Government-Induced Medical Problems 24 Mar

[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]
I have that line in my ssl.conf file. It was initially set to "off", but even after I changed it to "on" I get the same results. I actually don't think this is an apache issue exactly. I'm going to check with the openssl group, I think that is where the refusal

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 i

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

2025-03-03 Thread Schuler, Laurence (GSFC-606.4)[ADNET SYSTEMS INC]
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 and then I assume the client compares the hostname on the cert and sees that it doe

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

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

2025-03-02 Thread Bo Berglund
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 thought it was, a placeholder. -- Bo Ber

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

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

2025-03-01 Thread Bo Berglund
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 might work. I don't want to move to a different method right now

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

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

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

2025-02-28 Thread Bo Berglund
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 can I disable letsencrypt renewals on the old >> server and >> enable on

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

2025-02-28 Thread Bo Berglund
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 MarkDown documents (filename.md), rather than hand

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

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

2025-02-26 Thread Bo Berglund
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 reinstalled Apache, Suibversion etc and used the old server&#

[users@httpd] Issue with Large HTTP Chunked Uploads (Max Chunk Size 65536) – Apache HTTP Server 2.4.37

2025-02-19 Thread Karthick B
Hello Team, I am currently using Apache HTTP Server 2.4.37 on Red Hat Enterprise Linux 8.9 (Ootpa) and I am facing an issue when attempting to upload large files via HTTP chunked transfer encoding. Issue: I am writing a TR143 HTTP client for upload testing using the HTTP chunked encoding method

[users@httpd] [ANNOUNCE] Apache HTTP Server 2.4.63 Released

2025-01-23 Thread Jim Jagielski
Apache HTTP Server 2.4.63 Released January 23, 2025 The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.4.63 of the Apache HTTP Server ("Apache"). This version of Apache is our latest GA rele

[users@httpd] Re: ML-KEM in TLS 1.3 triggers SSL Protocol error in certain Apache servers

2024-11-25 Thread frank picabia
I suspect the problem is in our firewall: https://community.fortinet.com/t5/FortiGate/Technical-Tip-ERR-SSL-PROTOCOL-ERROR-when-using-Flow-based-Deep/ta-p/357555 On Mon, Nov 25, 2024 at 2:44 PM frank picabia wrote: > I've been struggling with this issue on a couple of our Apache

[users@httpd] ML-KEM in TLS 1.3 triggers SSL Protocol error in certain Apache servers

2024-11-25 Thread frank picabia
I've been struggling with this issue on a couple of our Apache servers, but not all. In the last week or two, Chrome has updated their browser and that is when some users started to experience SSLProtocol error in the browser. Nothing is logged on the server with normal warn level of loggin

Re: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Frank Gingras
On Thu, Oct 24, 2024 at 4:09 PM Bill Wiest wrote: > Hi Frank > > > > Your suggestions resolved. I thought I’d mention, I did a search for > AddHanler php apache and got to the below page on Apache Lounge which > addresses this very problem: > > > > https://www

RE: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Bill Wiest
Hi Frank Your suggestions resolved. I thought I’d mention, I did a search for AddHanler php apache and got to the below page on Apache Lounge which addresses this very problem: https://www.apachelounge.com/viewtopic.php?t=9247 Thanks so much for your help! From: Frank Gingras Sent

RE: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Bill Wiest
, which I did not alter from using versipn 2.4.12 of Apache – I just copied the PHP config info from the .12 httpd.conf to the .62 httpd.conf, which includes the addition of these AddTypes: AddType application/x-httpd-php .php .html .phtml .php3 .inc .conf AddType application/x-httpd-php-source .phps

Re: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Frank Gingras
alhost/1.php > > > > I have a few other PHP files there which all run fine. One, called 7.php > has a PHP block at the top which echoes the word “Hi” followed by a web > page. So, I assume there is no issue with my PHP setup, which I did not > alter from using versipn 2.4.12 o

Re: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Frank Gingras
On Thu, Oct 24, 2024 at 12:09 PM Bill Wiest wrote: > Hi there > > > > We currently use Apache 2.4.12 (Win32) with PHP 5.6.10 and need to > upgrade. I am working on getting Apache 2.4.62 running but have a problem > with the named virtual hosts which work fine under 2.4.12

[users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Bill Wiest
Hi there We currently use Apache 2.4.12 (Win32) with PHP 5.6.10 and need to upgrade. I am working on getting Apache 2.4.62 running but have a problem with the named virtual hosts which work fine under 2.4.12. The web pages for these hosts are being placed into my Downloads folder instead of

Re: [users@httpd] Apache start up error after compiling OpenSSL and PHP8.1.29

2024-10-16 Thread Daniel Ferradal Márquez
On 14/10/24 12:48, Jack Swale wrote: httpd: Syntax error on line 150 of /usr/local/apache2/conf/httpd.conf: Cannot load modules/libphp.so into server: ld.so.1: httpd: fatal: relocation error: file /usr/local/apache2/modules/libphp.so: symbol EVP_md2: referenced symbol not found /usr/local/apa

Re: [users@httpd] Apache start up error after compiling OpenSSL and PHP8.1.29

2024-10-14 Thread Frank Gingras
On Mon, Oct 14, 2024 at 6:48 AM Jack Swale wrote: > httpd: Syntax error on line 150 of /usr/local/apache2/conf/httpd.conf: > Cannot load modules/libphp.so into server: ld.so.1: httpd: fatal: > relocation error: file /usr/local/apache2/modules/libphp.so: symbol > EVP_md2: referenced symbol not fou

[users@httpd] Apache start up error after compiling OpenSSL and PHP8.1.29

2024-10-14 Thread Jack Swale
httpd: Syntax error on line 150 of /usr/local/apache2/conf/httpd.conf: Cannot load modules/libphp.so into server: ld.so.1: httpd: fatal: relocation error: file /usr/local/apache2/modules/libphp.so: symbol EVP_md2: referenced symbol not found /usr/local/apache2/modules garnet(150) $ ldd libphp.s

Re: [users@httpd] Apache Directive Closure Problem

2024-10-11 Thread Eric Covener
> Also, Apache should have reported this unclosed on restart. Config parsing isn't file based/scoped. If you use it eats everything until the closing even if it's from a different Include'ed file and not

Re: [users@httpd] Apache Directive Closure Problem

2024-10-11 Thread Frank Gingras
On Fri, Oct 11, 2024 at 4:32 AM Adam Mihai Gergely wrote: > Hello, > > I have a rather wierd question about Apache Directives Configuration. > > I am running Ubuntu Linux Server and my Apache Tree looks like this: > > server [/etc/apache2] # tree > . > ├── apache2.c

[users@httpd] Apache Directive Closure Problem

2024-10-11 Thread Adam Mihai Gergely
Hello, I have a rather wierd question about Apache Directives Configuration. I am running Ubuntu Linux Server and my Apache Tree looks like this: server [/etc/apache2] # tree . ├── apache2.conf ├── apache2.conf.dpkg-old ├── apache2.conf.in ├── conf-available │   ├── charset.conf

[users@httpd] Re: Apache 2.4.62 - ongoing proxy issue/regression with AddHandler and uwsgi

2024-10-10 Thread Jan Ingvoldstad
To clarify a bit regarding what exactly the regression is: This works in earlier Apache 2.4 versions: AddHandler proxy:unix:/run/sockets/uwsgi-fcgi.sock|uwsgi:// .php But with 2.4.60 and newer, this results in an error message: AH10097: error parsing URL //: Invalid host/port If one then

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-09 Thread Frank Gingras
On Wed, Oct 9, 2024 at 5:31 AM Abhijith wrote: > Thanks I understand. But can you suggest any debugging method to find out > which file is requesting the file > > On Wed, 9 Oct 2024, 10:37 Frank Gingras, wrote: > >> >> >> On Tue, Oct 8, 2024 at 11:25 PM Abhijith wrote: >> >>> Yes, I understand

[users@httpd] Apache 2.4.62 - ongoing proxy issue/regression with AddHandler and uwsgi

2024-10-09 Thread Jan Ingvoldstad
Hi, I see that there is a regression with uwsgi when using Apache 2.4 fixes introduced in July with Apache 2.4.60/2.4.61, this also goes for the recent regression fixes for Apache 2.4.62 released by Debian yesterday (DSA 5729-2). The uwsgi regression is described here, but apparently has not

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-09 Thread Abhijith
Thanks I understand. But can you suggest any debugging method to find out which file is requesting the file On Wed, 9 Oct 2024, 10:37 Frank Gingras, wrote: > > > On Tue, Oct 8, 2024 at 11:25 PM Abhijith wrote: > >> Yes, I understand that now. That I shouldn't allow clients to access my >> .htt

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Frank Gingras
On Tue, Oct 8, 2024 at 11:25 PM Abhijith wrote: > Yes, I understand that now. That I shouldn't allow clients to access my > .httaccess file. I don't know why the error occuring > > On Tue, 8 Oct 2024, 17:47 Frank Gingras, wrote: > >> >> >> On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, >> wrote: >

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Abhijith
Yes, I understand that now. That I shouldn't allow clients to access my .httaccess file. I don't know why the error occuring On Tue, 8 Oct 2024, 17:47 Frank Gingras, wrote: > > > On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, wrote: > >> Hi, >> Yes, In the the root directory there is .htaccess fil

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Frank Gingras
On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, wrote: > Hi, > Yes, In the the root directory there is .htaccess file, the content of the > file is > ``` > RewriteEngine on > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond $1 !^(index\.php|robots\.txt|favicon\.i

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Abhijith
Hi, Yes, In the the root directory there is .htaccess file, the content of the file is ``` RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico) RewriteRule ^(.*)$ /index.php/$1 [L] ``` Since by @Eric's sugge

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Frank Gingras
On Mon, Oct 7, 2024 at 7:51 AM Eric Covener wrote: > On Mon, Oct 7, 2024 at 7:12 AM Eric Covener wrote: > > > > >> [Sun Oct 06 10:02:48.889047 2024] [authz_core:error] [pid 10:tid > 131326541519672] [client 192.168.16.1:49194] AH01630: client denied by > server configuration: > /usr/local/apache

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Eric Covener
On Mon, Oct 7, 2024 at 7:12 AM Eric Covener wrote: > > >> [Sun Oct 06 10:02:48.889047 2024] [authz_core:error] [pid 10:tid > >> 131326541519672] [client 192.168.16.1:49194] AH01630: client denied by > >> server configuration: > >> /usr/local/apache2/htdocs/apps/admin/public_html/.htaccess > > T

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Abhijith
Thanks for the response, There is no other config file than admin.conf. here is the result of `apachectl -S`: ``` [Mon Oct 07 11:30:45.926201 2024] [core:trace3] [pid 102:tid 123653751024456] core.c(3469): Setting LogLevel for all modules to trace8 [Mon Oct 07 11:30:45.926287 2024] [core:trace3] [p

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Eric Covener
>> [Sun Oct 06 10:02:48.889047 2024] [authz_core:error] [pid 10:tid >> 131326541519672] [client 192.168.16.1:49194] AH01630: client denied by >> server configuration: >> /usr/local/apache2/htdocs/apps/admin/public_html/.htaccess This error means it's not filesystem permissions. Are there other

[users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Abhijith
Hi all, I’m working on Dockerizing a PHP application and configuring Apache, but I’m encountering an issue related to `.htaccess` that I can’t seem to resolve. I’d greatly appreciate any guidance from the community! Here’s the setup I’m working with: *Docker Compose File (docker-compose.yml

RE: [users@httpd] How to fix Apache HTTPD Unauthenticated/Open Web Proxy Vulnerability?

2024-10-04 Thread Shinde, Pramod K
Thank you for pointing it out. After turning off the ProxyRequests and making one change within the below snippet resolved the Qualys vulnerabilities 62002 and 62054. AllowOverride None Options None Require all denied We made sure it doesn't break the integration we had with Apache

[users@httpd] How to fix Apache HTTPD Unauthenticated/Open Web Proxy Vulnerability?

2024-09-27 Thread Shinde, Pramod K
Hello, We are using Apache HTTPD 2.4.53 for an internal content management system. It is not customer-facing. The security solution considers the proxy vulnerable to an "Unauthenticated/Open Web Proxy Detected" vulnerability. After many back and forths with them to check if it

Re: [users@httpd] How to fix Apache HTTPD Unauthenticated/Open Web Proxy Vulnerability?

2024-09-27 Thread Eric Covener
to limit users -- are you going to maintain a htpasswd entry for each user? Or use "require" to allow IP ranges or domains? Again, you need to be able to test this as you go. On Fri, Sep 27, 2024 at 7:31 AM Shinde, Pramod K wrote: > Hello, > > We are using Apache HTTPD 2.4.53

RE: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-09-26 Thread Daiya, Devendra singh
Hello Eric, I have opened a Bug for this issue - Bug 69344<https://bz.apache.org/bugzilla/show_bug.cgi?id=69344> Regards, Dev From: Eric Covener Sent: Saturday, September 14, 2024 12:35 AM To: users@httpd.apache.org Subject: Re: FW: [users@httpd] rewrite rule issue with Apache 2.4

Re: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-09-13 Thread Eric Covener
I haven't had a chance to look, please open a bug with as much detail as you can: https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2 On Fri, Sep 13, 2024 at 2:36 PM Daiya, Devendra singh wrote: > > Hey Eric, > > > > Did you get chance to review below l

RE: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-09-13 Thread Daiya, Devendra singh
@httpd] rewrite rule issue with Apache 2.4.62 Hi Eric, Looks like mail was not posted on time. Re-attempting. Kindly review. Thanks. Regards, Dev From: Daiya, Devendra singh Sent: Tuesday, September 10, 2024 9: 45 PM To: users@  httpd. apache. org Hi Eric, Looks like mail was not posted on time

RE: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-09-11 Thread Daiya, Devendra singh
Hi Eric, Looks like mail was not posted on time. Re-attempting. Kindly review. Thanks. Regards, Dev From: Daiya, Devendra singh Sent: Tuesday, September 10, 2024 9:45 PM To: users@httpd.apache.org Subject: RE: FW: [users@httpd] rewrite rule issue with Apache 2.4.62 Hi Eric, Below are Traces

RE: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-09-10 Thread Daiya, Devendra singh
id#7fc5a8004f80/initial] setting lastsub to rule with output /launchpad.html [Thu Sep 05 06:17:05.862711 2024] [rewrite:trace2] [pid 3531713:tid 3531735] mod_rewrite.c(505): [client 123.11.22.345:9812] 123.11.22.345 - - [xct-launchpad-dev.domain.com/sid#7009f8][rid#7fc5a8004f80/initial] forc

Re: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-09-09 Thread Eric Covener
On Mon, Sep 9, 2024 at 1:25 PM Daiya, Devendra singh wrote: > > Hi Eric, Team, > > > > We tested our application with 2.4.62 pointing to older version of > mod_rewrite.so module (2.4.59) and application is working fine. > > > > Could you please let us know if there are any limitation defined in

RE: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-09-09 Thread Daiya, Devendra singh
To: users@httpd.apache.org Subject: RE: FW: [users@httpd] rewrite rule issue with Apache 2.4.62 Hi Eric, For both versions, we have the same config. Below are the end-to-end files. httpd. conf #HTTPD. CONF #TEMPLATE? ServerName xyz. hostname. com Listen 1098 LoadModule mpm_event_module modules

[users@httpd] Re: Helpful and Friendly Mailing List Replies [WAS: Re: [users@httpd] Update Apache httpd to the latest version 2.4.62]

2024-09-03 Thread Jonesy
On Tue, 3 Sep 2024 01:04:13 -0400, Yehuda Katz wrote: > > I have been asked by a number of friends/colleagues why I am still on the > HTTPD users list when people are so unfriendly. > While this response is technically correct, and supporting a Ubuntu > packaged version of httpd is potentially not

Re: [users@httpd] Update Apache httpd to the latest version 2.4.62

2024-09-02 Thread Kaushal Shriyan
;> kaushalshri...@gmail.com> wrote: >>> >>>> I am running Ubuntu server version 24.04 LTS. Is there a way to update >>>> Apache httpd to the latest version 2.4.62? >>>> >>> >>> You can always download and compile HTTPD for yourself.

[users@httpd] Helpful and Friendly Mailing List Replies [WAS: Re: [users@httpd] Update Apache httpd to the latest version 2.4.62]

2024-09-02 Thread Yehuda Katz
On Tue, Sep 3, 2024 at 12:56 AM x wrote: > On Tue, Sep 3, 2024 at 12:45 AM Kaushal Shriyan > wrote: > >> Are there any release notes where the security changes related to Apache >> HTTPD version 2.4.62 have been backported to the Apache HTTPD packages >> suppli

Re: [users@httpd] Update Apache httpd to the latest version 2.4.62

2024-09-02 Thread Frank Gingras
On Tue, Sep 3, 2024 at 12:45 AM Kaushal Shriyan wrote: > > > On Tue, Sep 3, 2024 at 9:08 AM Yehuda Katz wrote: > >> On Mon, Sep 2, 2024 at 11:30 PM Kaushal Shriyan >> wrote: >> >>> I am running Ubuntu server version 24.04 LTS. Is there a way to update

Re: [users@httpd] Update Apache httpd to the latest version 2.4.62

2024-09-02 Thread Yehuda Katz
On Tue, Sep 3, 2024 at 12:45 AM Kaushal Shriyan wrote: > Thanks, Yehuda, for the quick response. I really appreciate it. Are there > any release notes where the security changes related to Apache HTTPD > version 2.4.62 have been backported to the Apache HTTPD packages supplied &g

Re: [users@httpd] Update Apache httpd to the latest version 2.4.62

2024-09-02 Thread Kaushal Shriyan
On Tue, Sep 3, 2024 at 9:08 AM Yehuda Katz wrote: > On Mon, Sep 2, 2024 at 11:30 PM Kaushal Shriyan > wrote: > >> I am running Ubuntu server version 24.04 LTS. Is there a way to update >> Apache httpd to the latest version 2.4.62? >> > > You can always downlo

Re: [users@httpd] Update Apache httpd to the latest version 2.4.62

2024-09-02 Thread Yehuda Katz
On Mon, Sep 2, 2024 at 11:30 PM Kaushal Shriyan wrote: > I am running Ubuntu server version 24.04 LTS. Is there a way to update > Apache httpd to the latest version 2.4.62? > You can always download and compile HTTPD for yourself. The instructions in the documentation are pretty cle

[users@httpd] Update Apache httpd to the latest version 2.4.62

2024-09-02 Thread Kaushal Shriyan
Hi, I am running Ubuntu server version 24.04 LTS. Is there a way to update Apache httpd to the latest version 2.4.62? Please guide me. Thanks in advance. Best regards, Kaushal

RE: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-08-29 Thread Daiya, Devendra singh
er always set X-Xss-Protection "1; mode=block" Header always set X-Content-Type-Options "nosniff" Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains;" Header always set Content-Security-Policy "default-src https: data: &

RE: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-08-28 Thread Daiya, Devendra singh
<mailto:devendra.s.da...@wellsfargo.com> From: Eric Covener Sent: Wednesday, August 28, 2024 7:17 PM To: users@httpd.apache.org Subject: Re: FW: [users@httpd] rewrite rule issue with Apache 2.4.62 > Is there anything we need to update in config file for Rewrite rule? I > responded last week with follow

Re: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-08-28 Thread Eric Covener
> Is there anything we need to update in config file for Rewrite rule? I responded last week with followup questions. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.

FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-08-28 Thread Daiya, Devendra singh
Apache 2.4.62 Hi Team, We are facing issues with rewrite rule, post migrating from 2. 4. 59 to 2. 4. 62. We faced similar issues with 2. 4. 60/61 as well. We are using below rewrite rules: Below are set in httpd. conf file: - RewriteRule ^--proto--/--error-- \ /launchpad. html Hi Team, We are

[users@httpd] Re: node/apache -- reverse proxy subfolder

2024-08-23 Thread bruce
Hi. This is a follow up to the issue I posted earlier with the Github app/https://github.com/berat/waitlist-landing-page. The app is a node app that I wanted to display via Apache/ubuntu. I'm posting this here as a dat apoint to anyone who might search for node/pm2/apache/reverse proxy!

[users@httpd] node/apache -- reverse proxy subfolder

2024-08-23 Thread bruce
(had created a thread for this a few days ago.. but it was accidentally deleted!) Hi Frank/list. This is continuing on my issue of figuring out how to have a test github/node app run from apache2. Instead of getting the site content, I seem to get -->"403 forbidden No matching DirectoryIndex..."

Re: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-08-23 Thread Eric Covener
> Could you please review this case and let us know if we need to adjust any > configuration with 2.4.62 version. > > 2.4.62 (failing to error.html) > > [Mon Aug 19 14:14:47.360450 2024] [rewrite:trace4] [pid 1177:tid 11999] > mod_rewrite.c(505): [client :] - - > [cci-launchpad-dev.hostname.com

[users@httpd] rewrite rule issue with Apache 2.4.62

2024-08-23 Thread Daiya, Devendra singh
Hi Team, We are facing issues with rewrite rule, post migrating from 2.4.59 to 2.4.62. We faced similar issues with 2.4.60/61 as well. We are using below rewrite rules: Below are set in httpd.conf file: - RewriteRule ^--proto--/--error-- \ /launchpad.html [PT,L] RewriteRule ^(--proto--/.*)-

[users@httpd] (only x86_64 GNU/Linux)apache 2.4.62 index file download bug

2024-08-18 Thread 老玉米
(only x86_64 GNU/Linux)apache 2.4.62 index file download bug: index file,file name is "CGI-SpeedyCGI-2.22-apache2.2.tar.gz",cannot download, error_log and access_log is 200 response。 brower is chrome.

[users@httpd] Apache 2.4.59, ProxyRemote with basic authentication connections failing with 407

2024-08-01 Thread Patrick Coyne
Hi, Apache noob here. I have apache 2.4.59 setup as a reverse caching proxy in order to cache files requested by clients from a server on the Internet. I want to also use an upstream forward proxy that controls access to the 'net with basic authentication. I have Squid 4.14 running on Windo

Re: [users@httpd] Apache 404 on PHP files in folders with spaces

2024-07-31 Thread Yann Ylavic
Hi; On Wed, Jul 31, 2024 at 12:04 PM Marijn Schops | HostYou wrote: > > It feels like I’m missing something very obvious, can anyone point me in the > right direction? Possibly https://bz.apache.org/bugzilla/show_bug.cgi?id=69203 Regards; Yann. ---

[users@httpd] Apache 404 on PHP files in folders with spaces

2024-07-31 Thread Marijn Schops | HostYou
posts here since the release and I can’t find anyone else complaining about this. There is one serverfault post <https://serverfault.com/questions/1163041/apache-cant-find-php-files-encoded-with-20> , but it has been removed for reasons of moderation ☹ It feels like I’m missing something v

Re: [users@httpd] setting up/running apache reverse proxy/PM2 node server

2024-07-27 Thread Frank Gingras
On Sat, Jul 27, 2024 at 6:59 PM bruce wrote: > Hi all/Frank! > > I've managed to "get" 2 different test sites running separately. They > each have different "vhost" config files. They each have different pm2 > server port addresses > > However, when I > a2ensite berat_h chainsafe > systemctl

  1   2   3   4   5   6   7   8   9   10   >