Re: [users@httpd] Debugging apache configs

2020-05-01 Thread @lbutlr
On 01 May 2020, at 16:19, Rich Bowen wrote: (Tried to fix the quote levels, apologies if I missed something) >> The login in apache is… well, terrible? Appalling? Almost entirely a waste >> of disk space? > > You can configure it to whatever level suits you. That's your choice. Changing the

Re: [users@httpd] Odd 302s in the logs

2020-05-01 Thread @lbutlr
On 01 May 2020, at 15:41, Rich Bowen wrote: > That's what we call referrer spam. I've never really understood what the > point was, but they make requests with bogus information in the referral > field, which then ends up in your log files. Somehow this makes them feel > good about themselves.

Re: [users@httpd] Debugging apache configs

2020-05-01 Thread Rich Bowen
On Fri, May 1, 2020, 18:11 @lbutlr wrote: > On 01 May 2020, at 15:38, Rich Bowen wrote: > > On the other hand, adding a bunch of additional debug level prints in > the URL mapping modules would serve the same purpose. But, again, that > doesn't exist at this time, as far as I'm aware. > > The lo

Re: [users@httpd] Debugging apache configs

2020-05-01 Thread @lbutlr
On 01 May 2020, at 15:38, Rich Bowen wrote: > On the other hand, adding a bunch of additional debug level prints in the URL > mapping modules would serve the same purpose. But, again, that doesn't exist > at this time, as far as I'm aware. The login in apache is… well, terrible? Appalling? Almo

Re: [users@httpd] Odd 302s in the logs

2020-05-01 Thread Rich Bowen
That's what we call referrer spam. I've never really understood what the point was, but they make requests with bogus information in the referral field, which then ends up in your log files. Somehow this makes them feel good about themselves. https://en.m.wikipedia.org/wiki/Referrer_spam Rich O

Re: [users@httpd] Debugging apache configs

2020-05-01 Thread Rich Bowen
On Fri, May 1, 2020, 17:21 @lbutlr wrote: > On 01 May 2020, at 08:52, Rich Bowen wrote: > > On 4/30/20 6:08 PM, @lbutlr wrote: > >> I'm trying to troubleshoot a Domain that is loading the wrong content > (Well, I am sure it is loading the RIGHT content, but not the INTENED > content) and was won

[users@httpd] Odd 302s in the logs

2020-05-01 Thread @lbutlr
Seeing a Loy of lines like this in the logs (mixed in with all the attemepts to accesses wordprex/admin-login types of URLS, of course) 46.118.227.27 - - [01/May/2020:15:10:37 -0600] "GET / HTTP/1.1" 302 213 "https://french-poetry.com/"; "Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster

Re: [users@httpd] Problem new virtual host

2020-05-01 Thread Rich Bowen
On Fri, May 1, 2020, 17:22 @lbutlr wrote: > On 01 May 2020, at 08:55, Rich Bowen wrote: > > The fact that you can "ping" it seems to point to options 2 or 3 in that > list. > > Maybe. Ping doesn’t require DNS. > Sure. If you have the mapping in your host file as indicated. That was more shortha

Re: [users@httpd] Problem new virtual host

2020-05-01 Thread @lbutlr
On 01 May 2020, at 08:55, Rich Bowen wrote: > The fact that you can "ping" it seems to point to options 2 or 3 in that list. Maybe. Ping doesn’t require DNS. -- I WILL STOP TALKING ABOUT THE TWELVE INCH PIANIST Bart chalkboard Ep. 3F07 ---

Re: [users@httpd] Debugging apache configs

2020-05-01 Thread @lbutlr
On 01 May 2020, at 08:52, Rich Bowen wrote: > On 4/30/20 6:08 PM, @lbutlr wrote: >> I'm trying to troubleshoot a Domain that is loading the wrong content (Well, >> I am sure it is loading the RIGHT content, but not the INTENED content) and >> was wondering if there is a flag for apachectl that w

Re: [users@httpd] Problem new virtual host

2020-05-01 Thread Rich Bowen
On 4/30/20 3:39 PM, Stephen wrote: I have a standard LAMP for development. I set up a new virtual host about once every two years and always struggle. I have added the web site to my hosts file and direct to my server. I have a dozen entries. I have updated my virtual hosts Apache file I

Re: [users@httpd] Debugging apache configs

2020-05-01 Thread Rich Bowen
On 4/30/20 6:08 PM, @lbutlr wrote: I'm trying to troubleshoot a Domain that is loading the wrong content (Well, I am sure it is loading the RIGHT content, but not the INTENED content) and was wondering if there is a flag for apachectl that will show me what apache thinks the document root i