Re: [users@httpd] Re: VirtualHost Problems

2018-03-24 Thread Frank Gingras
Any reason you're using IP:PORT instead of *:PORT to define your vhosts? On Sat, Mar 24, 2018 at 5:43 PM, @lbutlr wrote: > On 24 Mar 2018, at 12:52, Jerry Malcolm wrote: > > The problem is that when I go to http://domainA it redirects (and > changes

[users@httpd] Re: VirtualHost Problems

2018-03-24 Thread @lbutlr
On 24 Mar 2018, at 12:52, Jerry Malcolm wrote: > The problem is that when I go to http://domainA it redirects (and changes the > URL on the browser) to https://domainB. If I go straight to https://domainA > it works correctly. Order appears to matter a whole lot. I had

Re: [users@httpd] VirtualHost Problems

2018-03-24 Thread Eric Covener
You can use httpd.exe -S On Sat, Mar 24, 2018 at 3:23 PM, Jerry Malcolm wrote: > > On 3/24/2018 2:04 PM, Eric Covener wrote: >> >> On Sat, Mar 24, 2018 at 2:52 PM, Jerry Malcolm >> wrote: >>> >>> I am having a problem with my virtual host config.

Re: [users@httpd] VirtualHost Problems

2018-03-24 Thread Jerry Malcolm
On 3/24/2018 2:04 PM, Eric Covener wrote: On Sat, Mar 24, 2018 at 2:52 PM, Jerry Malcolm wrote: I am having a problem with my virtual host config. Here's the basic config: ServerName domainA Redirect permanent / https://domainA/

Re: [users@httpd] VirtualHost Problems

2018-03-24 Thread Eric Covener
On Sat, Mar 24, 2018 at 2:52 PM, Jerry Malcolm wrote: > I am having a problem with my virtual host config. Here's the basic config: > > >ServerName domainA >Redirect permanent / https://domainA/ > > > >ServerName

[users@httpd] VirtualHost Problems

2018-03-24 Thread Jerry Malcolm
I am having a problem with my virtual host config.  Here's the basic config:          ServerName   domainA        Redirect permanent / https://domainA/            ServerName   domainA        [normal host config stuff]            ServerName   domainB