Re: [users@httpd] off topic - how to secure httpd

2024-12-05 Thread mwood
On Wed, Dec 04, 2024 at 11:09:06PM +, gene heskett wrote: > On 12/4/24 09:20, Marc wrote: > > I hope nobody minds me addressing this off topic question. Is there a better place for this discussion? > > I was thinking about adding ipv6, and when I got a range to try with, I was > > actually s

[users@httpd] LDAP connection failure: what does "not authoritative" mean?

2024-11-25 Thread mwood
ldap://ads.iu.edu/ou=Accounts,DC=ads,DC=iu,DC=edu?CN?one [Mon Nov 25 16:02:47.381431 2024] [authnz_ldap:debug] [pid 6205:tid 6205] mod_authnz_ldap.c(569): [client 2600:381:cb60:bf0:c6bb:b64d:24e:24da:46526] AH01694: auth_ldap authenticate: user mwood authentication failed; URI /nagios/ [LDAP: ldap_start_

[users@httpd] Code for SERVER_BUSY?

2024-07-30 Thread mwood
https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypass says, for the "acquire" parameter, that "[i]f there are no free connections in the pool, the Apache httpd will return SERVER_BUSY status to the client." But what HTTP status code is SERVER_BUSY, and where should I have found it in

[users@httpd] How to get status of reverse proxy connections to backend?

2024-07-17 Thread mwood
I haven't found any way to do this yet. I want to see what reverse proxy connections to the back end are doing. We are not load balancing. I tried rebuilding with mod_proxy_balancer included so I could look at the balancer manager, but it shows nothing of interest. I set ProxyStatus to Full -- n

Re: [users@httpd] Simulating rewrite rules?

2024-07-09 Thread mwood
On Tue, Jul 09, 2024 at 01:10:34PM +, Dave Wreski wrote: > Instead of making changes to my rules then having to wait until the condition > is met (Googlebot scans the site again), I'd like to simulate the above > request against my ruleset to see if it matches. Is this possible? curl --user-