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