[users@httpd] any users of mod_pagespeed?

2019-07-18 Thread David Mehler
Hello, Do we have any users of mod_pagespeed with apache 2.4.x on a FreeBSD system? I'm having no luck compiling it via system ports as one of it's dependencies or one of it's dependencies dependencies requires opencv which is failing to stage properly. I am therefor stuck. Any ideas? Thanks. Da

[users@httpd] Occasional "%T / The time taken to serve the request, in seconds" inaccuracy in Apache/2.4.39 access_log ?

2019-07-18 Thread R DeFuria
Hello, I am running Apache/2.4.39 on Linux. I am using a custom log format, and have included "%T / The time taken to serve the request, in seconds" in my LogFormat command. I occasionally see a real outlier number for that %T -- say 10 seconds or more -- for a page element that almost always ta

Re: [users@httpd] Regex in ServerAlias

2019-07-18 Thread Gillis J. de Nijs
But you can do: ServerAlias www.example.com www.example.info www.example.foo.bar

Re: [users@httpd] Regex in ServerAlias

2019-07-18 Thread Eric Covener
On Thu, Jul 18, 2019 at 7:12 AM basti wrote: > > Hello, > > i try somethink like > > ServerAlias (www\.)(example)\.(com|info|foo.bar) > > I have done, and reload config, no error is shown, but i do not see the > right page, only the default one. > > Is there a way in Apache? No, it's not processe

[users@httpd] Regex in ServerAlias

2019-07-18 Thread basti
Hello, i try somethink like ServerAlias (www\.)(example)\.(com|info|foo.bar) I have done, and reload config, no error is shown, but i do not see the right page, only the default one. Is there a way in Apache? Best Regards, -