[users@httpd] Re: [External] : Re: [users@httpd] DirectoryIndex broken in Apache 2.4.60?

2024-07-01 Thread Jack Swan
thank you everyone. Changes made and they work. Point taken about being invalid for 15 years. I inherited an old application/setup. Again, thank you all. From: Frank Gingras Sent: Monday, July 1, 2024 3:03 PM To: users@httpd.apache.org Subject: [External] :

[users@httpd] RE: output buffer php ProxySet

2024-06-22 Thread Marc
> I am experimenting a bit with output buffering with php-fpm[1]. In my > default setup I can't get this to work. Currently I am only getting this > to work when I add this to my virtualhost config: > > > ProxySet enablereuse=on flushpackets=on > > > I assume this will impact the rest of

[users@httpd] Re: Authentication in Location blocks for reverse proxy seems to take precedence in routes

2024-06-14 Thread M Foster
I forgot to add I'm using Docker image http:2.4.59. On Fri, Jun 14, 2024 at 11:41 AM M Foster wrote: > Hello, > > I'm struggling a bit with an issue when using Apache as a reverse proxy > when needing to use differing Authentication. I've searched for a couple of > days now, but nothing

[users@httpd] Re: How to Perform stateless restarts with checkpointing enabled

2024-05-09 Thread Kartikey Pant
Please ignore this thread, I wanted to post this to a different Apache mailing list. Apologies. On Thu, May 9, 2024 at 2:49 PM Kartikey Pant wrote: > We have a source/sink mechanism which uses checkpoints for persistence and > can operate in a minor data loss scenario. Is there a method to use

[users@httpd] RE: proxypass to next proxy

2024-05-06 Thread Marc
> > > On some production environment I am using this: > > > ProxyPass http://test.example.com/test > > ProxyRemote "http://test.example.com/test " "http://proxy.local.net:5000; ProxyPass http://test.example.com/test

RE: [users@httpd] RE: pipe logs to somethings that resembles a curl post

2024-04-10 Thread Marc
> > > > [1] > > https://httpd.apache.org/docs/current/mod/mod_log_config.html > > > > [2] > > https://httpd.apache.org/docs/current/mod/mod_log_config.html#formats > > You could also use > https://httpd.apache.org/docs/current/mod/mod_lua.html#luahooklog to > split up your logs or discard/silence

Re: [users@httpd] RE: pipe logs to somethings that resembles a curl post

2024-04-10 Thread Daniel Gruno
On 4/10/24 07:22, Marc wrote: Oops I was mislead by some old posts. GlobalLog[1] does this for everything. However I have not found what value[2] has the requested virtual host name. [1] https://httpd.apache.org/docs/current/mod/mod_log_config.html [2]

[users@httpd] RE: pipe logs to somethings that resembles a curl post

2024-04-10 Thread Marc
%v sorry for polluting this list PS. If it is any consolation, I have registered myself at a retirement home > -Original Message- > From: Marc > Sent: Wednesday, 10 April 2024 14:22 > To: users@httpd.apache.org > Subject: [users@httpd] RE: pipe logs to somethings that r

[users@httpd] RE: pipe logs to somethings that resembles a curl post

2024-04-10 Thread Marc
Oops I was mislead by some old posts. GlobalLog[1] does this for everything. However I have not found what value[2] has the requested virtual host name. [1] https://httpd.apache.org/docs/current/mod/mod_log_config.html [2] https://httpd.apache.org/docs/current/mod/mod_log_config.html#formats

[users@httpd] RE: pipe logs to somethings that resembles a curl post

2024-04-10 Thread Marc
Currently I have modified some rust application that does this to satisfaction. But piping to a 60MB binary for quite a few virtual hosts does not really seem efficient to me. Is there not some apache module that can offer a "global" access to logging and 'clones' all logging to some tcp

RE: [users@httpd] Re: Apache server v2.4.58 - suexec issue

2024-04-08 Thread j...@k6ccc.org
2.4.59 was released a few days ago to address these... Jim -Original Message- From: "Christophe JAILLET" Sent: Monday, April 8, 2024 13:26 To: users@httpd.apache.org, "Abdullah Adnan" Subject: [users@httpd] Re: Apache server v2.4.58 - suexec issue Le 07/04/20

[users@httpd] Re: Apache server v2.4.58 - suexec issue

2024-04-08 Thread Christophe JAILLET
Le 07/04/2024 à 19:55, Abdullah Adnan a écrit : Good day dears, Recently we have installed Apache server v2.4.58 in our CentOS 9, when make vulnerability scan with Nessus on the server the Nessus shows this vulnerability: The remote host appears to be running Apache and is potentially

[users@httpd] RE: virtualhost environment setting for proxy

2024-03-26 Thread Marc
> I have currently this in my virtual host config > > SetEnvIf Host test\.example\.com CODE=123 > > > How should I change this line for when this website is being access via > ProxyPass and ProxyPassReverse? > SetEnvIf X-Forwarded-Server

[users@httpd] Re: Apache Not Starting via XAMPP.

2024-03-09 Thread webadmin
There had been a different issue (extremely slow internet browsing speeds) that forced me to ultimately reinstall Windows 11 and all my apps from scratch. Afterward, in XAMPP, MySQL started crashing. I tried to change the MySQL port. Now it works, though, oddly, it appears to still be using the

[users@httpd] Re: mod_fcgid problem in chroot: (38)Function not implemented

2024-02-05 Thread Robbie Roerbak
Dear all, To reply to myself: I resolved the problem by doing: mount --rbind /dev /chroot/apache/dev/ Kind regards, Robbie From: Robbie Roerbak Sent: 31 January 2024 17:45 To: users@httpd.apache.org Subject: [users@httpd] mod_fcgid problem in chroot:

Re: [users@httpd] Re: Issues with test framework against OpenSSL 3.2

2024-01-26 Thread Eric Covener
> > The key here is the "unknown ca", failing the handshake, either because > > the trust chain is broken somehow or the certs need to be generated now > > in a different way with OpenSSL 3.2. I looked at ./t/conf/ssl/ca/asf/certs/ca.crt on the last system I ran the framework on, and it seems to

[users@httpd] Re: Issues with test framework against OpenSSL 3.2

2024-01-26 Thread David Anes
Hi all, I finally found a solution that passes all tests, but this should really be revised by someone else. Apache::Test module expects x509v1 certificates to be created by default. As of OpenSSL 3.2, the parameter/app "-x509" generates v3 certificates and this makes the testsuite to fail.

[users@httpd] Re: Issues with test framework against OpenSSL 3.2

2024-01-26 Thread David Anes
Hello everyone, After fighting the tests, I can confirm that the issue is certificates are not being verified correctly. For example, for t/protocol/echo.t, I was able to make it pass by updating vhost_socket in TestRequest.pm by bypassing cert verification: Index:

[users@httpd] Re: Apache/php Compression not enabled

2024-01-25 Thread Franciscus van Meelis
Hi I dug around to find the webserver logging, and found that it's not logging to apache2, it's logging to nginx. So I think apache compression doesn't work because we're not using apache. Sorry, My bad :( On 2024/01/24 17:21, Franciscus van Meelis wrote: Hi Apologies, I'm figuring this

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

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

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

2023-12-12 Thread Michael B. Harris
I use Apache2 version 2.4.52 on Ubuntu server Apache2 is not running due to error encountered after last upgrade:    AH00534: Apache2: Configuration error: No MPM loaded    Does anyone have a fix for this?  I am stumped. On 12/10/23 19:09, users-digest-h...@httpd.apache.org wrote: users

Re: [users@httpd] RE: [External][users@httpd] Building 32-bit Apache-httpd

2023-11-28 Thread Frank Gingras
On Tue, Nov 28, 2023 at 12:11 PM Daga, Navin (Navin) wrote: > On Tue, Nov 28, 2023 at 9:19 AM Will Fatherley > wrote: > > > > >> Any help on this? How to build 32-bit Apache httpd on a 64-bit server? > > I am unsure of recommended workarounds as I usually have my package > manager build httpd

RE: [users@httpd] RE: [External][users@httpd] Building 32-bit Apache-httpd

2023-11-28 Thread Daga, Navin (Navin)
On Tue, Nov 28, 2023 at 9:19 AM Will Fatherley mailto:wefather...@gmail.com>> wrote: >> Any help on this? How to build 32-bit Apache httpd on a 64-bit server? I am unsure of recommended workarounds as I usually have my package manager build httpd directly from that OSs package index. That said,

Re: [users@httpd] RE: [External][users@httpd] Building 32-bit Apache-httpd

2023-11-28 Thread Frank Gingras
On Tue, Nov 28, 2023 at 9:19 AM Will Fatherley wrote: > > >> >> Any help on this? How to build 32-bit Apache httpd on a 64-bit server? >> > I am unsure of recommended workarounds as I usually have my package > manager build httpd directly from that OSs package index. That said, a > container or

Re: [users@httpd] RE: [External][users@httpd] Building 32-bit Apache-httpd

2023-11-28 Thread Will Fatherley
> >> Any help on this? How to build 32-bit Apache httpd on a 64-bit server? > I am unsure of recommended workarounds as I usually have my package manager build httpd directly from that OSs package index. That said, a container or VM might be a possibility.

[users@httpd] RE: [External][users@httpd] Building 32-bit Apache-httpd

2023-11-28 Thread Daga, Navin (Navin)
[External Sender] I'm trying to build Apache httpd RPM from the source tarball as mentioned in

Re: [users@httpd] Re: users Digest 18 Nov 2023 20:42:58 -0000 Issue 6519

2023-11-18 Thread John
No, that was the immediate problem and someone else suggested it So I imported mod_ssl but at the moment that just moved the error elsewhere. The default Rocky Apache installation breaks everything up into little pieces in separate files and they aren't always compatible, certainly not with

[users@httpd] Re: users Digest 18 Nov 2023 20:42:58 -0000 Issue 6519

2023-11-18 Thread Aditya Shastri
May not fix your problem, but I'm curious if mod_ssl was imported? On Sat, Nov 18, 2023 at 12:43 PM wrote: > > > users Digest 18 Nov 2023 20:42:58 - Issue 6519 > > Topics (messages 122954 through 122954) > > SSLEngine error > 122954 by: John > > Administrivia: > >

[users@httpd] Re: Weird issue with "H2Push" combined with FilesMatch

2023-10-25 Thread Jose Stefan
Hello, I decided to re-create the problem on a fresh install. I used 2 win64 releases provided by apachelounge.com * httpd-2.4.54-win64-VC15.zip * httpd-2.4.58-win64-VS17.zip I configured only the bare minimum needed to re-create the problem. They are both configured the same, and

Re: [users@httpd] Re: Apache2 certificate authentication

2023-09-04 Thread Landon
On Tue, Jul 25, 2023 at 2:46 PM Daniel Ferradal wrote: > > > > >>> [Mon Jul 10 03:20:37.629596 2023] [ssl:error] [pid 2410] [client >>> 192.168.0.5:64817] AH10158: cannot perform post-handshake authentication >>> [Mon Jul 10 03:20:37.629633 2023] [ssl:error] [pid 2410] SSL Library >>> Error:

[users@httpd] Re: mod_dav how to configure DavLockDB in a clustered infrastructure and NFS

2023-08-31 Thread Lothar Webmin
Dears, we have several apache instances running each on its dedicated machines as a cluster. Therefore we specified DavLockDB on a nfs, so that all instances could access it. There where some Issues with the LockDB and we found this info: DavLockDB should not be on an NFS-mounted partition.

[users@httpd] Re: Can supply multiple group names within a single Require ldap-group directive

2023-08-26 Thread Daniel Gruno
On 2023-08-24 10:39, Prabhu Kondarangi wrote: Dear Team, I am looking for the possibility of supplying multiple group names within a single Require ldap-group directive. Is it possible even? Module: mod_authnz_ldap Directive: Require

Re: [users@httpd] RE: *****SPAM***** [users@httpd] How can I force a server nameheader?

2023-08-02 Thread John Iliffe
Thanks Marc. That might be difficult to do due to some technical limitations. I will try it out as soon as I get a working workstation. John == On Wednesday 02/08/2023 at 3:03 am, Marc wrote: I'm trying to test a new server located at internal IP 192.168.1.5. The production

[users@httpd] RE: *****SPAM***** [users@httpd] How can I force a server name header?

2023-08-02 Thread Marc
> > I'm trying to test a new server located at internal IP 192.168.1.5. The > production server lives at IP 192.168.1.7 on the same network. > > How can I force the browser to connect to the correct server? If I try > "http://192.168.1.5; the redirect on the first (alphabetically) virtual >

Re: [users@httpd] Re: Apache2 certificate authentication

2023-07-25 Thread Daniel Ferradal
>> [Mon Jul 10 03:20:37.629596 2023] [ssl:error] [pid 2410] [client >> 192.168.0.5:64817] AH10158: cannot perform post-handshake authentication >> [Mon Jul 10 03:20:37.629633 2023] [ssl:error] [pid 2410] SSL Library >> Error: error:0A000117:SSL routines::extension not received >> > This has

Re: [users@httpd] Re: Apache2 certificate authentication

2023-07-10 Thread Florian Schwalm
I'm not sure if this command for signing the client certificate is correct as I don't see your corresponding openssl config and if it sets the correct keyUsage and extensions: sign client CSR openssl x509 -req -days 365 -in client.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out client.crt

[users@httpd] Re: Apache2 certificate authentication

2023-07-09 Thread Jiangsu Kumquat
I just tried accessing the "/secure/" directory in Edge and got the same error message after importing my pkcs12 certificate. I forgot to include the Apache2 error logs... [Mon Jul 10 03:20:37.629596 2023] [ssl:error] [pid 2410] [client 192.168.0.5:64817] AH10158: cannot perform post-handshake

[users@httpd] RE: config - how are multiple VirtualHost directives for the same address handled?

2023-06-30 Thread Marc
> > > > How does apache httpd 2.4 handle multiple VirtualHost directives for > > the same address ? > > > > For example: > > > > > > SSLCertificateFile "${SRVROOT}/conf/server.crt" > ># ... > > > > > > > > DocumentRoot "/www/docs/host.example.com" > > # ... > > > > > > Are the

[users@httpd] RE: config - how are multiple VirtualHost directives for the same address handled?

2023-06-30 Thread David Balazic
From: Marc Sent: Friday, 30 June 2023 13:00 > > How does apache httpd 2.4 handle multiple VirtualHost directives for > the same address ? > > For example: > > > SSLCertificateFile "${SRVROOT}/conf/server.crt" ># ... > > > > DocumentRoot "/www/docs/host.example.com" > # ... > > > Are

[users@httpd] RE: config - how are multiple VirtualHost directives for the same address handled?

2023-06-30 Thread Marc
> > How does apache httpd 2.4 handle multiple VirtualHost directives for the > same address ? > > For example: > > > SSLCertificateFile "${SRVROOT}/conf/server.crt" ># ... > > > > DocumentRoot "/www/docs/host.example.com" > # ... > > > Are the settings merged, as if written like

[users@httpd] Re: Using MD for letsencrypt cert rotation

2023-06-16 Thread Tom Browder
On Fri, Jun 16, 2023 at 13:07 Tom Browder wrote: > Is Debian's certbot package required for MD use? Or does it interfere with > it? > > I suspect the latter. > Suspicion confirmed. -Tom

Re: [users@httpd] Re: Need help understanding mod_rewrite and redirect

2023-05-03 Thread Frank Gingras
In a non-directory context, just anchor your target, and you can skip the RewriteBase altogether. Redirect requires two parameters in the vhost/server context. On Wed, May 3, 2023 at 6:57 PM Jim Weill wrote: > On Wed, May 3, 2023 at 3:45 PM Frank Gingras wrote: > >> 1) Avoid rewriting from

Re: [users@httpd] Re: Need help understanding mod_rewrite and redirect

2023-05-03 Thread Jim Weill
On Wed, May 3, 2023 at 3:45 PM Frank Gingras wrote: > 1) Avoid rewriting from or blocks. > RewriteBase says it cannot be called outside , is that not the case...? > 2) Avoid using mod_alias (redirect) from that context as well > I tried putting the redirect outside the and it would not

Re: [users@httpd] Re: Need help understanding mod_rewrite and redirect

2023-05-03 Thread Frank Gingras
1) Avoid rewriting from or blocks. 2) Avoid using mod_alias (redirect) from that context as well 3) Provide more than one rewrite log line, context matters 4) This can be replaced with FallbackResource /index.php: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d

[users@httpd] Re: Need help understanding mod_rewrite and redirect

2023-05-03 Thread Jim Weill
The logs say something of the form: input=full.website.base.URL pattern=hostname.fq.dn not matched Where am I going wrong here? jim On Wed, May 3, 2023 at 9:55 AM Jim Weill wrote: > We have a website that has been in use for a project for years, which > someone else took up and would like

Re: [users@httpd] Re: [EXTERNAL] Re: [users@httpd] OCSP Stapling Configuration Setup

2023-05-03 Thread Quintin Ash
Nothing that I could find in the documentation says that the OCSP stapling does anything outside of that. The OCSP server will add that status to the handshake / response. I guess is there a way to check that OCSP response status in Apache and manually block this based on it?

Re: [users@httpd] Re: [EXTERNAL] Re: [users@httpd] OCSP Stapling Configuration Setup

2023-04-24 Thread Eric Covener
> > I have added tracing and see that the OCSP is revoked. I guess my question > is, if the certificate is revoked, should Apache deny access to the > website? Because it is still allowing access even though the OCSP server > mentions that it's revoked. > Is there anything in the docs that

Re: [users@httpd] Re: [EXTERNAL] Re: [users@httpd] OCSP Stapling Configuration Setup

2023-04-24 Thread Quintin Ash
Thanks Daniel! I have that enabled. Here are all relevant settings below: SSLVerifyClient require SSLVerifyDepth 10 SSLOCSPEnable on SSLOCSPDefaultResponder http://x.x.x.x:41233 SSLPassPhraseDialog builtin SSLSessionCache "dbm:/xx/logs/ssl_scache" SSLSessionCacheTimeout 300 SSLStaplingCache

Re: [users@httpd] Re: [EXTERNAL] Re: [users@httpd] OCSP Stapling Configuration Setup

2023-04-18 Thread Daniel Ferradal
El lun, 17 abr 2023 a las 21:19, Quintin Ash () escribió: > Yes I have that as well > SSLVerifyClient require > SSLVerifyDepth 10 > > I also have FIPS enabled (not sure if that matters). > > > >> Well, it should be working if everything is in the right place. Increase debug level to trace7 and

[users@httpd] Re: [EXTERNAL] Re: [users@httpd] OCSP Stapling Configuration Setup

2023-04-17 Thread Quintin Ash
Yes I have that as well SSLVerifyClient require SSLVerifyDepth 10 I also have FIPS enabled (not sure if that matters). —— Quintin Ash | Senior Software Engineer Tenable Network Security 7021 Columbia Gateway Drive, Suite 500 Columbia, MD 21046 q...@tenable.com W:

Re: [users@httpd] Re: Cron job for Apache managed Letsencrypt TLS certs

2023-03-25 Thread Ruben Safir
On 3/24/23 21:53, Tom Browder wrote: > On Fri, Mar 24, 2023 at 20:26 Ruben Safir wrote: > >> On 3/24/23 20:53, Sean Conner wrote: >>> /usr/local/apache2/bin/apachectl graceful >> >> that might not work if systemd is superving > > > What would you recommend? > > -Tom > I perfer apachctl

Re: [users@httpd] Re: Cron job for Apache managed Letsencrypt TLS certs

2023-03-24 Thread Sean Conner
It was thus said that the Great Ruben Safir once stated: > On 3/24/23 20:53, Sean Conner wrote: > > /usr/local/apache2/bin/apachectl graceful > > that might not work if systemd is superving systemd is not supervising on my server, which is why I'm using apachectl. -spc

Re: [users@httpd] Re: Cron job for Apache managed Letsencrypt TLS certs

2023-03-24 Thread Tom Browder
On Fri, Mar 24, 2023 at 20:26 Ruben Safir wrote: > On 3/24/23 20:53, Sean Conner wrote: > > /usr/local/apache2/bin/apachectl graceful > > that might not work if systemd is superving What would you recommend? -Tom

Re: [users@httpd] Re: Cron job for Apache managed Letsencrypt TLS certs

2023-03-24 Thread Ruben Safir
On 3/24/23 20:53, Sean Conner wrote: > /usr/local/apache2/bin/apachectl graceful that might not work if systemd is superving -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998

Re: [users@httpd] Re: Cron job for Apache managed Letsencrypt TLS certs

2023-03-24 Thread Sean Conner
It was thus said that the Great Tom Browder once stated: > On Fri, Mar 24, 2023 at 12:23 Tom Browder wrote: > > > I have all my websites using Apache's managed certs. Up to now I have been > > restarting them periodically manually as root executing "apachectl > > graceful" and then checking to

[users@httpd] Re: Cron job for Apache managed Letsencrypt TLS certs

2023-03-24 Thread Tom Browder
On Fri, Mar 24, 2023 at 12:23 Tom Browder wrote: > I have all my websites using Apache's managed certs. Up to now I have been > restarting them periodically manually as root executing "apachectl > graceful" and then checking to see if the update happened. I have for a > long time been meaning to

[users@httpd] RE: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b - RHEL-8

2023-03-03 Thread Devendra.S.Daiya
Can anyone please response. Thanks. Regards, Devendra From: devendra.s.da...@wellsfargo.com.INVALID Sent: Thursday, March 2, 2023 10:31 PM To: users@httpd.apache.org Subject: [users@httpd] undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b - RHEL-8 Hi Team, I have been facing below

Re: [users@httpd] Re: Apache 2.4 ops

2023-02-23 Thread Uncle Gary
Getting closer:  "  Apache service is already started. " Can you explain the operation of the " Service Monitor ? "   " Connect ? "  I'll RTFM if documented. Thanks much ! On 2/22/2023 8:21 PM,  Good Guy  wrote: > On 22/02/2023 16:31, Uncle Gary wrote: >> Possible additional problem: >> >>

[users@httpd] Re: Apache 2.4 ops

2023-02-22 Thread  Good Guy 
On 22/02/2023 16:31, Uncle Gary wrote: Possible additional problem: Noticed that the 2.4 " Service " is stopped and will not start. "Â Windows could not start " etc etc. The full command to install a service is: httpd -k install Good luck.

[users@httpd] Re: Apache 2.4 ops

2023-02-22 Thread  Good Guy 
On 22/02/2023 16:31, Uncle Gary wrote: Possible additional problem: Noticed that the 2.4 " Service " is stopped and will not start. "Â Windows could not start " etc etc. How exactly are you trying to start "service"?  Dis you install httpd as a service by typing: httpd -k You need to

Re: [users@httpd] Re: Apache 2.4 ops

2023-02-22 Thread Uncle Gary
Possible additional problem: Noticed that the 2.4 " Service " is stopped and will not start. "  Windows could not start " etc etc. On 2/21/2023 4:54 PM,  Good Guy  wrote: > On 21/02/2023 19:54, Uncle Gary wrote: >> Ok guys, this should be very easy: >> >> I've gotten to " /It works /" >>

Re: [users@httpd] Re: Apache 2.4 ops

2023-02-21 Thread Uncle Gary
OKthat may be my mistake. Tnx much GGI'lll try it ! G On 2/21/2023 5:58 PM,  Good Guy  wrote: > On 21/02/2023 23:17, Uncle Gary wrote: >> OK GuyI'm certain that's the first line I edited, but I'll go back >> and try again ! >> >> Many thanks ! >> >> Gary >> >> >> > > After making

[users@httpd] Re: Apache 2.4 ops

2023-02-21 Thread  Good Guy 
On 21/02/2023 23:17, Uncle Gary wrote: OK GuyI'm certain that's the first line I edited, but I'll go back and try again ! Many thanks ! Gary After making the changes, you need to restart Apache so that changes can take effect.

Re: [users@httpd] Re: Apache 2.4 ops

2023-02-21 Thread Uncle Gary
OK GuyI'm certain that's the first line I edited, but I'll go back and try again ! Many thanks ! Gary On 2/21/2023 4:54 PM,  Good Guy  wrote: > On 21/02/2023 19:54, Uncle Gary wrote: >> Ok guys, this should be very easy: >> >> I've gotten to " /It works /" >> >> Now, to edit the

[users@httpd] Re: Apache 2.4 ops

2023-02-21 Thread  Good Guy 
On 21/02/2023 19:54, Uncle Gary wrote: Ok guys, this should be very easy: I've gotten to " /It works /" Now, to edit the location to point to the files I need accessible on a Win10 Pro host. The location is:    E:\Logs    (  Folders under  ) No matter what I change, it remains "  It works

[users@httpd] RE: Query about support for OpenSSL 1.1.1

2023-02-16 Thread Vivek Naruka (EXT-NSB)
Hi Team, Please respond at the query in previous mail. Thanks and Regards Vivek Singh Naruka From: Vivek Naruka (EXT-NSB) Sent: 15 February 2023 14:14 To: 'users@httpd.apache.org' Subject: Query about support for OpenSSL 1.1.1 Hi Team, There is new version of Openssl i.e. Openssl 3.0

Re: [users@httpd] Re: style.css not updating : resolved

2023-02-09 Thread Zahid Rahman
Thank you for the help. I found some more info on how the configuration differs on ubuntu apache and what to do. Regards Zahid On Thu, 9 Feb 2023, 14:52 Zahid Rahman, wrote: > I have looked into the cache-busting feature of Apache2 Webserver. > > I have an Ubuntu installation of Apache2. >

Re: [users@httpd] Re: style.css not updating

2023-02-09 Thread Zahid Rahman
I have looked into the cache-busting feature of Apache2 Webserver. I have an Ubuntu installation of Apache2. There wasn't the expires module installed by default so I rectified that situation with $ sudo a2enmod expires I now have expires.load but not a corresponding expires.conf in the

Re: [users@httpd] Re: style.css not updating

2023-02-09 Thread Florian Schwalm
The way you describe this your style.css is cached by the browser. You can verify this by opening the developer tools in the browser, then load the page and check the details in the Network tab. If that is indeed the case, "the world" will be able to see your changes exactly once and then stick

Re: [users@httpd] Re: style.css not updating

2023-02-08 Thread Zahid Rahman
It is working now on my PC browsers. It took some time though. To see the changes in chrome I had to press ctrl +F5. Simply pressing The refresh button was doing it. It still a mystery why any text changes are shown up immediately but the changes in style.css took so long. Anyway I am

[users@httpd] Re: style.css not updating

2023-02-08 Thread  Good Guy 
On 09/02/2023 01:52, Zahid Rahman wrote: Hi, I made these two changes in my style.css but they not being picked up by Apache webserver. mark {     background-color:powderblue; } #showcase{   padding-top: 100px;   min-height: 280px;   background:url('../img/1kzsc7ag1v0fivg5ui5l.webp')

[users@httpd] Re: Meaning of RewriteRules in adjacent sections

2023-01-22 Thread Richard Walker
On 20 Jan 2023, at 3:05 pm, Richard Walker wrote: > In mod_rewrite.html (https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html), > the section "Per-directory Rewrites" includes these notes with example: > > == > • By default, mod_rewrite overrides rules when merging sections belonging

[users@httpd] Re: Apache server using SIGTERM then SIGKILL on stop/restart

2023-01-15 Thread  Good Guy 
On 15/01/2023 09:02, Paul Carson wrote: unsubscribe You need to send an email to:  "users-unsubscr...@httpd.apache.org" Use the same email address as you subscribed with when unsubscribing!! - To unsubscribe, e-mail:

[users@httpd] Re: [EXT] [users@httpd] Apache server using SIGTERM then SIGKILL on stop/restart

2023-01-13 Thread Saux, Stephane
FWIW. It’s not Apache related. It’s systemd that kills the process using cgroup https://www.kernel.org/doc/Documentation/cgroup-v1/cgroups.txt From: "Saux, Stephane" Reply-To: "users@httpd.apache.org" Date: Friday, January 13, 2023 at 7:47 AM To: "users@httpd.apache.org" Subject: [EXT]

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

2023-01-06 Thread Larry Irwin (work)
Why not set up a secure shell tunnel from the device you're using when outside the LAN into the RasPi and tunnel to 192.168.1.194 on whatever port you need. Then connect to 127.0.0.1:{tunnel_port} on the device. I do this with PuTTY all the time so I can use a single port forward and have

[users@httpd] RE: httpd 2.4.x mod_md module MDContactEmail Directive - does that directive permit more than one email address

2023-01-06 Thread paul.leo
Thanks Christophe. Appreciate the response. -Original Message- From: Christophe JAILLET Sent: Thursday, January 5, 2023 1:35 PM To: users@httpd.apache.org; paul@stgconsulting.com Subject: Re: httpd 2.4.x mod_md module MDContactEmail Directive - does that directive permit more than

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

2023-01-06 Thread  Good Guy 
On 06/01/2023 10:05, jason kerr wrote: > The full message is. > > This site can’t be reached > 192.168.1.194 took too long to respond. Try: Checking the connection > ERR_CONNECTION_TIMED_OUT > > On Fri, 6 Jan 2023, 00:58 Frank Gingras, > wrote: > > That error

[users@httpd] Re: httpd 2.4.x mod_md module MDContactEmail Directive - does that directive permit more than one email address

2023-01-05 Thread Christophe JAILLET
Le 03/01/2023 à 20:12, paul@stgconsulting.com a écrit : Hello, I have a question re: httpd 2.4.x mod_md module. Does the Directive MDContactEmail permit more than one email address to be specified? Hi, no, it is not possible to specify several addresses. CJ If yes what is the

[users@httpd] Re:

2022-12-11 Thread BohwaZ
OK actually that didn't work :( I'm doing this: SetEnvIfExpr "%{REQUEST_URI} =~ /^(.+)(?:\?|$)/" CACHE_URI=$1 SetEnvIfExpr "md5(%{ENV:CACHE_URI}) =~ /^(.+)$/" CACHE_MD5_URI=$1 Then: When doing a strace I can see that Apache is doing a stat on /home/bohwaz/cache/web/ and not on

[users@httpd] Re:

2022-12-10 Thread BohwaZ
Thank you Eric! With your help I figured it out: SetEnvIfExpr "'%{DOCUMENT_ROOT}/cache/%{md5:REQUEST_URI}.html' =~ /(.+)/" CACHE_PATH=$0 then use it in and RewriteRule, or: RewriteCond expr "%{md5:REQUEST_URI} =~ /(.+)/" RewriteRule .* "%{DOCUMENT_ROOT}/cache/%0.html" Awesome :)

[users@httpd] Re: [Trahiet@tuktuk.kampot] Confusing (incorrect?) documentation for AuthzProviderAlias

2022-12-05 Thread Tra Hiet
Tripadvisor On Sun, 4 Dec 2022, 8:59 am Eric Covener, wrote: > On Sat, Dec 3, 2022 at 5:13 PM sebb wrote: > > > > On Sat, 3 Dec 2022 at 20:39, Eric Covener wrote: > > > > Thanks for the speedy reply. > > > > > > > > On Sat, Dec 3, 2022 at 3:21 PM sebb wrote: > > > > > > > > The documentation

Re: [users@httpd] Re: firefox shows default site page

2022-11-11 Thread Edward St Pierre
Hi, Just a thought, but can you show the output from: apache2ctl -S Ed On Fri, 11 Nov 2022 at 13:06, wrote: > Hello > > I just created config files under /etc/apache2/sites-enabled directly. > > $ ls /etc/apache2/sites-enabled > lrwxrwxrwx 1 root root 35 Oct 20 14:42 000-default.conf -> >

Re: [users@httpd] Re: firefox shows default site page

2022-11-11 Thread support
Hello I just created config files under /etc/apache2/sites-enabled directly. $ ls /etc/apache2/sites-enabled lrwxrwxrwx 1 root root 35 Oct 20 14:42 000-default.conf -> ../sites-available/000-default.conf -rw-r--r-- 1 root root 1850 Nov 11 03:58 webmail-le-ssl.conf -rw-r--r-- 1 root root 1469

[users@httpd] Re: firefox shows default site page

2022-11-11 Thread  Good Guy 
On 11/11/2022 12:05, supp...@openmbox.net wrote: And apache2 restarted without error. but http://mail.openmbox.net still go to default site. any idea? regards. Can I just ask a simple but obvious question. Have you enabled the site? A simple command such as "sudo a2ensite

[users@httpd] Re: [rt5.ietf.org #11631] specification of .htaccess

2022-11-01 Thread Duy Khanh
Reply7:06, 26 tháng 10, 2022, "Yuji_myst" :hello Please tell me the specification of .htaccess.Place .htaccess in the root directory of the website and set the redirect.We are considering setting more than 2000 redirects.Is there a limit on the number of redirect settings or .htaccess file size? I

[users@httpd] Re: [rt5.ietf.org #11631] specification of .htaccess [EXT]

2022-11-01 Thread Duy Khanh
18:53, 26 tháng 10, 2022, James Smith : If you have that many look at RewriteMap https://httpd.apache.org/docs/current/rewrite/rewritemap.html From: Frank Gingras Sent: 26 October 2022 02:42 To: users@httpd.apache.org Subject: Re: [users@httpd] specification of .htaccess

[users@httpd] Re: enablereuse, bug or feature?

2022-09-22 Thread Frank Liu
I did some more research and here are some findings: 1) Based on https://httpd.apache.org/docs/2.4/mod/mod_proxy.html , enablereuse default to On. This means if I remove it, it should be the same as I set it to On. Unfortunately, this contradicts my observation in my original email. 2)

Re: [users@httpd] Re: How Do I Prevent Repetitive Hits

2022-08-25 Thread John Iliffe
First, thank you to all the folks who replied with possible solutions. This is very much appreciated. Second, we are a very small company with a geographically limited customer base. (Canada) so we would not expect anything coming in from Panama. My concern was/is that if I blacklist an IP,

RE: [users@httpd] Re: How Do I Prevent Repetitive Hits

2022-08-25 Thread j...@k6ccc.org
On 25/08/2022 17:27, j...@k6ccc.org wrote: > Or add that IP to a blacklist in your router so your Apache server never even > sees it. Then Good Guy asked: > Is this possible if your server is in the cloud platform such as Azure, > GCP, IBM or Oracle? What is needed is a solution to block

[users@httpd] Re: How Do I Prevent Repetitive Hits

2022-08-25 Thread  Good Guy 
On 25/08/2022 20:03, Frank Gingras wrote: Generally speaking, it's a bit rude to hijack someone else's thread. It is not rude to ask a supplement question in someone's thread. I asked a legitimate supplement question and you gave one solution; Paul gave another solution.  Now it remains

Re: [users@httpd] Re: How Do I Prevent Repetitive Hits

2022-08-25 Thread Paul Claridge
I use fail2ban quite successfully. It’s quite scary how many different IP’s are ending up banned. Sent from my iPhone > On 25 Aug 2022, at 20:03, Frank Gingras wrote: > > Generally speaking, it's a bit rude to hijack someone else's thread. > > To answer the new question, there are geoIP

Re: [users@httpd] Re: How Do I Prevent Repetitive Hits

2022-08-25 Thread Frank Gingras
Generally speaking, it's a bit rude to hijack someone else's thread. To answer the new question, there are geoIP modules available that can be combined with authorization, but it is still best to use a firewall to control access to your resources. On Thu, 25 Aug 2022 at 14:40,  Good Guy 

[users@httpd] Re: How Do I Prevent Repetitive Hits

2022-08-25 Thread  Good Guy 
On 25/08/2022 17:27, j...@k6ccc.org wrote: Or add that IP to a blacklist in your router so your Apache server never even sees it. Is this possible if your server is in the cloud platform such as Azure, GCP, IBM or Oracle? What is needed is a solution to block certain IP addresses from

Re: [users@httpd] Re: Restart over reload

2022-08-24 Thread Eric Covener
On Wed, Aug 24, 2022 at 7:35 PM Frank Gingras wrote: > > Curtis, > > Eric's answer was much more on point. > > Further, "enabling" a module is just confusing for new users. Modules are > either loaded, or not loaded. If you load a module previously not loaded, > then you restart httpd. Even

Re: [users@httpd] Re: Restart over reload

2022-08-24 Thread Frank Gingras
Curtis, Eric's answer was much more on point. Further, "enabling" a module is just confusing for new users. Modules are either loaded, or not loaded. If you load a module previously not loaded, then you restart httpd. If you change most configuration, then a graceful restart is fine, save for

Re: [users@httpd] Re: Restart over reload

2022-08-24 Thread Curtis Maurand
> On Aug 24, 2022, at 6:27 PM,  Good Guy  wrote: > > On 24/08/2022 10:17, Jay Townsend wrote: >> Hi All, >> >> Does anyone know what type of changes will require a restart of apache over >> being able to do just a reload instead? As not able to find that anywhere in >> the docs to tell

[users@httpd] Re: Restart over reload

2022-08-24 Thread  Good Guy 
On 24/08/2022 10:17, Jay Townsend wrote: Hi All, Does anyone know what type of changes will require a restart of apache over being able to do just a reload instead? As not able to find that anywhere in the docs to tell me. This is so we can make the correct approach in Ansible. I just found

[users@httpd] Re: Restart over reload

2022-08-24 Thread  Good Guy 
On 24/08/2022 11:19, Jay Townsend wrote: What about slight tweaks to a vhost would that need a restart over a reload? I think if the site is already enabled, then there is no need to do any-thing. Just make the changes necessary to your .conf file and test it out. -- With over 2.3 billion

RE: [users@httpd] Re: mod_proxy_http tuning

2022-08-15 Thread jonmcalexander
ekhar Mondal > > Subject: [users@httpd] Re: mod_proxy_http tuning > > Le 10/08/2022 à 17:49, Suvendu Sekhar Mondal a écrit : > >> > >> > >> > >> > >> SSLProxyEngine On > >> >

[users@httpd] Re: mod_proxy_http tuning

2022-08-15 Thread Christophe JAILLET
Le 10/08/2022 à 17:49, Suvendu Sekhar Mondal a écrit : SSLProxyEngine On SSLProxyVerify off I don't see "off" in Apache doc. none/optional/require/optional_no_ca are allowed. If you don't want certificate

  1   2   3   4   5   6   7   8   9   10   >