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] 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] 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

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