Re: [users@httpd] Retrieve the content of the "SuexecUserGroup" variable in a module

2021-08-09 Thread Nick Kew
> On 6 Aug 2021, at 18:11, Natassia wrote: > > Hello to all, > > I'm developing a module that I'm going to publish on GitHub when finished, > maybe people will be in the same "search" as me. > > I am trying to access the "SuexecUserGroup" variable. But in the Apache > documentation, they d

[users@httpd] Minimal Example of Caching Reverse Proxy for One URL?

2021-08-09 Thread Steve Williams
Can anyone point me to a minimal example of configuring a reverse proxy for a single .js URL, where the local server caches the Javascript file and serves it with appropriate headers, like Expires, Last-Modified, Cache-Control, etc., and maybe even a 304 response if the request includes If-Modi

Re: [users@httpd] Using .htaccess to turn off "Header Always append X-Frame-Options SAMEORIGIN"

2021-08-09 Thread Darryl Philip Baker
Reply postponed due to vacation. I have that in my .htaccess file, I just transcribed it wrong. Darryl Baker, GSEC (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 1800 Sherman Ave. Suite 6-600 – Box #39 Evanston, IL 60201-3715 darryl.ba...

Re: [users@httpd] Different security warnings for a site with Chrome on Linux, Windows, and iOS

2021-08-09 Thread Tom Browder
On Mon, Aug 9, 2021 at 11:21 AM Dino Ciuffetti wrote: ... > Richard is right. > It's this image in your HTML that is loading via HTTP instead of HTTPS: Thanks, Dino. -Tom - To unsubscribe, e-mail: users-unsubscr...@httpd.apache

Re: [users@httpd] Different security warnings for a site with Chrome on Linux, Windows, and iOS

2021-08-09 Thread Tom Browder
On Mon, Aug 9, 2021 at 10:21 Richard wrote: > > Date: Monday, August 09, 2021 09:51:39 -0500 > > From: Tom Browder ... > > I have a site, , that shows secure (black lock ... > Firefox on linux indicates that "Parts of this page are not secure". > I think the issue may be that

Re: [users@httpd] Different security warnings for a site with Chrome on Linux, Windows, and iOS

2021-08-09 Thread Dino Ciuffetti
> Firefox on linux indicates that "Parts of this page are not secure". > I think the issue may be that your o'reilly graphic is served via > http. Richard is right. It's this image in your HTML that is loading via HTTP instead of HTTPS: http://cdn.oreillystatic.com/community/promote/ug_ad_125_

Re: [users@httpd] Different security warnings for a site with Chrome on Linux, Windows, and iOS

2021-08-09 Thread Richard
> Date: Monday, August 09, 2021 09:51:39 -0500 > From: Tom Browder > > I have a site, , that shows secure (black lock > icon) with the Chrome browser on Linux and Windows 10. However, it > shows the black triangle with the white exclamation point with the > Chrome browser on

[users@httpd] Different security warnings for a site with Chrome on Linux, Windows, and iOS

2021-08-09 Thread Tom Browder
I have a site, , that shows secure (black lock icon) with the Chrome browser on Linux and Windows 10. However, it shows the black triangle with the white exclamation point with the Chrome browser on iOS (iPad and iPhone). I get A+ on the site with the SSL Labs security check.