Re: [users@httpd] Server starting problem

2020-09-28 Thread Tara Hall
Thanks for your help. Looks like it was a failed install although there were no errors listed. Not only was "mod_authz_core" not loaded, that library was not not even installed. Gavan. On 28/9/20 3:46 am, Scott A. Wozny wrote:

Re: [users@httpd] Rewrite from IP:Port to specific path

2020-09-28 Thread Daniel Armando Rodriguez
El lun., 28 de sep. de 2020 a la(s) 19:11, Eric Covener (cove...@gmail.com) escribió: > On Mon, Sep 28, 2020 at 5:34 PM Daniel Armando Rodriguez > wrote: > > > > Hi, > > > > I'm dealing with a particular need about give access to requests made > from specific IP:Port to a certain URL and nothing

Re: [users@httpd] Rewrite from IP:Port to specific path

2020-09-28 Thread Eric Covener
On Mon, Sep 28, 2020 at 5:34 PM Daniel Armando Rodriguez wrote: > > Hi, > > I'm dealing with a particular need about give access to requests made from > specific IP:Port to a certain URL and nothing more. > > This is what I got so far, I'm in doubt if would work > > RewriteEngine On >

[users@httpd] Rewrite from IP:Port to specific path

2020-09-28 Thread Daniel Armando Rodriguez
Hi, I'm dealing with a particular need about give access to requests made from specific IP:Port to a certain URL and nothing more. This is what I got so far, I'm in doubt if would work RewriteEngine On RewriteCond %{REMOTE_ADDR}%{REMOTE_PORT} ^1\.2\.3\.4:8022$ RewriteRule .*

Re: [users@httpd] How to set “Strict-Transport-Security”?

2020-09-28 Thread Jim Albert
On 9/28/2020 3:52 PM, Jason Long wrote: Header set Content-Security-Policy "default-src 'self';" After it, some features of WordPress like menu disabled! You posted this same question about a week ago for which I responded. My response is repeated below with some additional advice. Use

Re: [users@httpd] How to set “Strict-Transport-Security”?

2020-09-28 Thread Jason Long
Header set Content-Security-Policy "default-src 'self';" After it, some features of WordPress like menu disabled! On Sunday, September 27, 2020, 05:29:51 PM GMT+3:30, Jim Albert wrote: On 9/27/2020 2:50 AM, Jason Long wrote: > Hello, > For a website with the name "my-example.net",