[users@httpd] Re: Suggestion on Redirect parsing

2018-02-24 Thread @lbutlr
On 2018-02-24 (19:31 MST), Eric Covener wrote: > > I tried three different maintenance levels and they all produced > "Location: http://www.example.com"; with that config and request. Yes, you're right. I was looking at logs where the initial path query started with a period. oops. Still, my p

Re: [users@httpd] Suggestion on Redirect parsing

2018-02-24 Thread Eric Covener
On Sat, Feb 24, 2018 at 5:29 PM, @lbutlr wrote: > The syntax for redirect treats > > Redirect / http://www.example.com > > as a request to redirect, for example, index.html as > "http://www.example.com.index.html"; I tried three different maintenance levels and they all produced "Location: http:

[users@httpd] Re: Suggestion on Redirect parsing

2018-02-24 Thread @lbutlr
On 2018-02-24 (17:16 MST), Frank Gingras wrote: > > No, it would produce http://www.example.comindex.html Not what I've seen. www.example.com is actually "www.example.com." as all domains are terminated by a '.', it just doesn't often have to be present. > The directive allows for optional tra

[users@httpd] Re: How to browse to index.php OR index.html on WordPress site?

2018-02-24 Thread @lbutlr
On 2018-02-24 (16:33 MST), Kent West wrote: > > On Sat, Feb 24, 2018 at 4:27 PM, @lbutlr wrote: >> On 2018-02-24 (08:32 MST), Kent West wrote: >> >>> And yet, no one's been able to tell me how to do it. > >> We have. Eliminate the rewrites/redirects. > > So is that what I did? Not as far a

Re: [users@httpd] Suggestion on Redirect parsing

2018-02-24 Thread Frank Gingras
No, it would produce http://www.example.comindex.html The directive allows for optional trailing slashes for flexibility, i.e. Redirect /foo http://www.example.com/bar On Sat, Feb 24, 2018 at 5:29 PM, @lbutlr wrote: > The syntax for redirect treats > > Redirect / http://www.example.com > > as a

Re: [users@httpd] Re: How to browse to index.php OR index.html on WordPress site?

2018-02-24 Thread Kent West
On Sat, Feb 24, 2018 at 4:27 PM, @lbutlr wrote: > On 2018-02-24 (08:32 MST), Kent West wrote: > > > > And yet, no one's been able to tell me how to do it. > > We have. Eliminate the rewrites/redirects. > So is that what I did? > > The fact is that what you want to do is the DEFAULT behavior o

[users@httpd] Suggestion on Redirect parsing

2018-02-24 Thread @lbutlr
The syntax for redirect treats Redirect / http://www.example.com as a request to redirect, for example, index.html as "http://www.example.com.index.html"; Since I can't think of any reason that this could possibly be desired, it seems the parser should understand that when only a FQDN is spec

[users@httpd] Re: How to browse to index.php OR index.html on WordPress site?

2018-02-24 Thread @lbutlr
On 2018-02-24 (08:32 MST), Kent West wrote: > > And yet, no one's been able to tell me how to do it. We have. Eliminate the rewrites/redirects. The fact is that what you want to do is the DEFAULT behavior of apache. It will serve the file you ask for UNLESS something else tells it not to. Ba

Re: [users@httpd] Auth with dbm extremely slow with ProxPass

2018-02-24 Thread TG Servers
Am 24. Februar 2018 11:24:37 nachm. schrieb Eric Covener : On Sat, Feb 24, 2018 at 5:07 PM, TG Servers wrote: Hi, I am using http 2.4.29 and am securing some ProxyPass rules with authentication. Now with AuthBasicProvider file this is extremely fast and seems to work well. But in the first

Re: [users@httpd] Auth with dbm extremely slow with ProxPass

2018-02-24 Thread Eric Covener
On Sat, Feb 24, 2018 at 5:07 PM, TG Servers wrote: > Hi, > > I am using http 2.4.29 and am securing some ProxyPass rules with > authentication. > Now with AuthBasicProvider file this is extremely fast and seems to work > well. > But in the first run I wanted to work with dbm on the server but ther

[users@httpd] Auth with dbm extremely slow with ProxPass

2018-02-24 Thread TG Servers
Hi, I am using http 2.4.29 and am securing some ProxyPass rules with authentication. Now with AuthBasicProvider file this is extremely fast and seems to work well. But in the first run I wanted to work with dbm on the server but there are big problems when working with ProxyPass. For things like s

Re: [users@httpd] Re: How to browse to index.php OR index.html on WordPress site?

2018-02-24 Thread Kent West
On Sat, Feb 24, 2018 at 2:22 AM, mlrx wrote: > Le 23/02/2018 à 22:12, Kent West a écrit : > >> On Thu, Feb 22, 2018 at 4:38 PM, Kent West wrote: >> >> It seems I can serve index.html OR index.php, but not both at the same >>> time (depending on the URL entered into the web-browser's URL bar). >>

Re: [users@httpd] Re: How to browse to index.php OR index.html on WordPress site?

2018-02-24 Thread mlrx
Le 23/02/2018 à 22:12, Kent West a écrit : On Thu, Feb 22, 2018 at 4:38 PM, Kent West wrote: It seems I can serve index.html OR index.php, but not both at the same time (depending on the URL entered into the web-browser's URL bar). Surely I'm not the only person to ever want to do this? Sure