Re: [users@httpd] Debugging apache configs

2020-04-30 Thread @lbutlr
On 30 Apr 2020, at 16:08, @lbutlr wrote: > A trace, essentially. What I am thinking is something along the lines of: Apache received http://w.example.com/ Redirected https://w.example.com/ DocumentRoot /usr/local/www/example/web/ Loading DocumentIndex index.php fcgi redirect /usr/loc

[users@httpd] Does AuthBasicFake work?

2020-04-30 Thread Christer Palm
Hi! mod_auth_basic AuthBasicFake is cross-referenced in the documentation with mod_ssl SSLOptions +FakeBasicAuth, suggesting that they provide similar functionality. However, while SSLOptions +FakeBasicAuth works great with the standard Apache authentication methods (in fact, that appears to

Re: [users@httpd] Problem new virtual host

2020-04-30 Thread Stephen
I checked my other virtual sites and I cannot connect to any of them. Clearly, I have broken something, but I have no idea as to what. Stephen www.roissy.ca On 2020-04-30 3:39 p.m., Stephen wrote: I have a standard LAMP for development. I set up a new virtual host about once every two years

Re: [users@httpd] Problem new virtual host

2020-04-30 Thread Mike Starr
Thanks, Stepehen. On Thu, Apr 30, 2020 at 2:59 PM Stephen wrote: > I can ping both roissystudiotest.ca and www.roissystudiotest.ca > > The host file entries: > > 192.168.0.77roissystudiotest.ca > 192.168.0.77www.roissystudiotest.ca > > The virtual-sites.conf file: > > > ServerAdmin

[users@httpd] Debugging apache configs

2020-04-30 Thread @lbutlr
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 is for each vhost? And possibly a way of

Re: [users@httpd] Problem new virtual host

2020-04-30 Thread Mike Starr
Not that I'm aware of. I mean, I do, but I don't know where it is. Can you help me locate it? Mike On Thu, Apr 30, 2020 at 2:25 PM edflecko . wrote: > Can you ping both roissystudiotest.ca and www.roissystudiotest.ca? > > Do you have something like: > > ServerName roissystudiotest.ca >

Re: [users@httpd] Problem new virtual host

2020-04-30 Thread Stephen
I can ping both roissystudiotest.ca and www.roissystudiotest.ca The host file entries: 192.168.0.77    roissystudiotest.ca 192.168.0.77    www.roissystudiotest.ca The virtual-sites.conf file:     ServerAdmin webmaster@localhost   

Re: [users@httpd] Problem new virtual host

2020-04-30 Thread edflecko .
Can you ping both roissystudiotest.ca and www.roissystudiotest.ca? Do you have something like: ServerName roissystudiotest.ca ServerAlias www. roissystudiotest.ca in your vhost file? Do you have an index file, of some sort, in the virtual home directory? Ed On Thu, Apr 30, 2020 at 12:

[users@httpd] Problem new virtual host

2020-04-30 Thread Stephen
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 can ping the new virtual host just fin