[users@httpd] Compiling Apache with Non-System OpenSSL

2019-07-29 Thread Nigel B. Peck
Hi, Having some trouble compiling Apache with non-system OpenSSL, any help appreciated. Looked at many threads online but no answers so far. I'm compiling Apache using non-system-installed libraries for APR, APR-Util, OpenSSL and PCRE. It works fine, and compiles from the provided libraries. Howe

Re: [users@httpd] Using server variables in CustomLog Directives

2019-07-29 Thread Eric Covener
On Mon, Jul 29, 2019 at 7:56 AM Ori Liel wrote: > > I have a server application, and for security reasons I'm trying to prevent > requests, which provide 'username' and 'password' as query parameters, from > being logged (providing these parameters as query parameters is a user > mistake, but s

[users@httpd] Re: Using server variables in CustomLog Directives

2019-07-29 Thread Ori Liel
On Mon, Jul 29, 2019 at 2:55 PM Ori Liel wrote: > I have a server application, and for security reasons I'm trying to > prevent requests, which provide 'username' and 'password' as query > parameters, from being logged (providing these parameters as query > parameters is a user mistake, but still

[users@httpd] Using server variables in CustomLog Directives

2019-07-29 Thread Ori Liel
I have a server application, and for security reasons I'm trying to prevent requests, which provide 'username' and 'password' as query parameters, from being logged (providing these parameters as query parameters is a user mistake, but still...) I've tried this way: * SetEnvIf QUERY_STRING