On 10 May 2018 at 15:09, Eric Covener wrote:
> On Thu, May 10, 2018 at 9:56 AM, sebb wrote:
>> Is it possible the access the hostname part of a FQDN in a config file?
>>
>> For example, suppose the config has the following condition:
>>
>>
>>
>> This might resolve to a directory such as:
>>
>> /
You could add additional authentication requirements in the reverse proxy
for specific requests. You can also make sure to only proxy requests that
match what you think the backend should process.
There are a lot of tools that can help you, but as you said, you might get
the best results if someone
Ok, a follow-up question...
My only concern here is security. This is not and never will be a
heavily used system, but it will serve as a gateway to a backend
accounting system, so I'm not concerned with load balancing or any of
the other features that come with a reverse proxy. My only concern is
On Thu, May 10, 2018 at 9:56 AM, sebb wrote:
> Is it possible the access the hostname part of a FQDN in a config file?
>
> For example, suppose the config has the following condition:
>
>
>
> This might resolve to a directory such as:
>
> /var/test/NAME.example.com
>
> Is there a way to resolve j
Is it possible the access the hostname part of a FQDN in a config file?
For example, suppose the config has the following condition:
This might resolve to a directory such as:
/var/test/NAME.example.com
Is there a way to resolve just the initial part of the host, i.e. NAME?
-
Hi!
I want to enable some security headers. I don't have access to my =
vhosts, and not to the apache config, so I used my .htaccess.
Header set X-Frame-Options SAMEORIGIN
Header set X-XSS-Protection "1; mode=3Dblock"
Header set X-Content-T