Re: [users@httpd] Unable to unsubscribe

2021-09-03 Thread Scott A. Wozny
the process is breaking down. Just not sure what to DO about it.  Thanks, Scott From: Antony Stone Sent: September 1, 2021 1:25 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Unable to unsubscribe On Wednesday 01 September 2021 at 18:46:23, Scott

[users@httpd] Unable to unsubscribe

2021-09-01 Thread Scott A. Wozny
Per the instructions in list emails, I've sent a couple emails to users-unsubscr...@httpd.apache.org this week, but I'm still getting emails from the list. Any idea what gives? Thanks, Scott

Re: [users@httpd] Cannot write to the web directory

2021-03-19 Thread Scott A. Wozny
One thing I didn't see mentioned in the replies is if the DAC on the folder is set to world writable (and I agree with all the responses that say this is a terrible idea) but it still LOOKS like a permissions issue (access denied or other unexplained failures) did you check if MAC (SELuinux,

[users@httpd] Re: Value of DOCUMENT_URI inconsistent in nested SSI, if vs echo

2021-02-12 Thread Scott A. Wozny
From: Scott A. Wozny Sent: February 9, 2021 8:29 PM To: users@httpd.apache.org Subject: [users@httpd] Value of DOCUMENT_URI inconsistent in nested SSI, if vs echo Greetings Apache gurus! My attempted use case is to use Apache server side includes to adjust the styling of a NavBar

[users@httpd] Value of DOCUMENT_URI inconsistent in nested SSI, if vs echo

2021-02-09 Thread Scott A. Wozny
Greetings Apache gurus! My attempted use case is to use Apache server side includes to adjust the styling of a NavBar, highlighting the active page, but it’s not working. The reason why is that in a nested SHTML file, it appears the the variable DOCUMENT_URI, when referenced by an Per

[users@httpd] Content says to cache, but still hitting back-end server

2021-01-31 Thread Scott A. Wozny
So, I have a setup where I have an “external” Apache httpd (CentOS 7; Apache 2.4) server that handles SSL, has CacheEnable disk “/” configured and is a reverse proxy with a Proxy balancer object and one BalancerMember which is an “internal” Apache httpd server running php-fpm and serving the

[users@httpd] Re: ProxyPass OK, but not ProxyPassMatch for favicon.ico

2021-01-04 Thread Scott A. Wozny
ens and things work as described like: ProxyPassMatch "^/(login)$" balancer://webfarm/$1.php ProxyPassMatch "^/(favicon.ico)$" balancer://webfarm/$1 But why does ProxyPassMatch force the RegEx onto the end of the proxied URL when I don’t use parentheses. Am I doing something wron

[users@httpd] ProxyPass OK, but not ProxyPassMatch for favicon.ico

2021-01-03 Thread Scott A. Wozny
I’m configuring a reverse proxy in stages. Initially, I just wanted to see if the proxying would work, so In a virtual server, I set up a Proxy balancer://webfarm with a couple BalancerMembers inside and an lbmethod of byrequests. Then I used a: ProxyPass / balancer://webfarm to make sure I

Re: [users@httpd] Re: Alternatives to SSI (server side includes)?

2020-10-04 Thread Scott A. Wozny
/questions/10377384/why-use-ajax-when-websockets-is-available From: Tom Browder Sent: October 3, 2020 3:29 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Re: Alternatives to SSI (server side includes)? On Sat, Oct 3, 2020 at 13:46 Scott A. Wozny

Re: [users@httpd] Re: Alternatives to SSI (server side includes)?

2020-10-03 Thread Scott A. Wozny
Sounds like a job for AJAX, but before throwing out the baby with the bath water I'd seriously consider turning up logging with timestamps on your existing CGI and seeing if SSI is a loser in its entirety or if it's one specific part of the process that is tanking your page load times that you

Re: [users@httpd] Server starting problem

2020-09-27 Thread Scott A. Wozny
Did you load mod_authz_core? The Require directive is not included in the core module and which additional modules are loaded is controlled either by your distro or by your choices during build. I found this out while locking down a web server to the minimal needed modules.

Re: [users@httpd] How to permanently disable default config files

2020-06-12 Thread Scott A. Wozny
l keyboard and hyperactive autocorrect. On Wed, Jun 10, 2020, 5:29 PM Scott A. Wozny mailto:sawo...@hotmail.com>> wrote: Running the Centos7 packaged httpd, I didn't want the config files in /etc/httpd/conf.d (autoindex.conf, userdir.conf and welcome.conf) to load. I thought I was being clever and

Re: [users@httpd] How to permanently disable default config files

2020-06-12 Thread Scott A. Wozny
I'll check with the CentOS crew. Thanks very much.  Scott From: Frank Sent: June 11, 2020 6:54 PM To: users@httpd.apache.org Subject: Re: [users@httpd] How to permanently disable default config files On 10/06/20 05:29 PM, Scott A. Wozny wrote: > Runn

[users@httpd] How to permanently disable default config files

2020-06-10 Thread Scott A. Wozny
Running the Centos7 packaged httpd, I didn't want the config files in /etc/httpd/conf.d (autoindex.conf, userdir.conf and welcome.conf) to load. I thought I was being clever and renamed them all to name.disable so they there there for my reference, but wouldn't load the modules and settings.

[users@httpd] Purpose of SSLOptions +StdEnvVars in a pass-through decrypting proxy

2019-10-08 Thread Scott A. Wozny
Greetings Gurus! :) If my Apache 2.4 server is running mod_ssl and only responding with either cached content generated by back-end servers OR proxying requests on to the server farm that actually speaks PHP and SSI, is there any point in having the SSLOptions +StdEnvVars directive turned on

[users@httpd] Undocumented features in balancer manager

2019-10-07 Thread Scott A. Wozny
Does anyone know if the balancer manager page in Apache 2.4 has any documentation? If you choose to edit balancer settings for a balancer, two of the available options are Failover Attempts and Disable Failover, but I can't find anything that explains exactly how those features work. Anyone

[users@httpd] Apachectl configtest did not warn on a configuration error

2019-09-23 Thread Scott A. Wozny
While progressively disabling modules I don't need for my application, I found an issue with apachectl configtest returning Syntax OK, but the restart of httpd failing. When I comment out: LoadModule slotmem_shm_module modules/mod_slotmem_shm.so And do a sudo apachectl configtest I get back

Re: [users@httpd] mod_brotli vs / and / or / xor mod_deflate

2019-09-22 Thread Scott A. Wozny
Hi Dino, This looks interesting. I'll definitely need to do some more studying of a number of directives I'm not familiar with. I will dig further. Thanks very much for your reply, Scott From: d...@tuxweb.it Sent: September 22, 2019 4:45 AM To:

Re: [users@httpd] mod_cgi(d) vs mod_proxy_fcgi

2019-09-22 Thread Scott A. Wozny
, On Sat, Sep 21, 2019 at 2:12 AM Scott A. Wozny wrote: > > Do mod_cgi and mod_cgid have any sort of dependency relationship to > mod_proxy_fcgi? I only want to use CGI as a means to execute PHP code so, > mod_proxy, mod_proxy_fcgi and PHP-FPM sounds like the stack I need, but

[users@httpd] mod_cgi(d) vs mod_proxy_fcgi

2019-09-20 Thread Scott A. Wozny
Dearest Apache Gurus, Do mod_cgi and mod_cgid have any sort of dependency relationship to mod_proxy_fcgi? I only want to use CGI as a means to execute PHP code so, mod_proxy, mod_proxy_fcgi and PHP-FPM sounds like the stack I need, but I wanted to confirm that “classic” mod_cgi(d) is not

[users@httpd] mod_brotli vs / and / or / xor mod_deflate

2019-09-20 Thread Scott A. Wozny
Greetings Apache Gurus, I am presently trying to form a content compression strategy for a new Apache 2.4 httpd server and have been looking at the mod_brotli and mod_deflate modules. The first thing I noticed about them, comparatively, is how very similar they are in terms of functionality,