Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-14 Thread Knute Johnson
Yea I know that, I was just curious about: > > Current Host file is : > > > > # localhost name resolution is handled within DNS itself. > > #127.0.0.1 localhost > > # ::1 localhost > > 127.0.0.1 Milts1.com > I'm still curious. On 4/13/22 20:55, Frank

Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-13 Thread Frank Gingras
Let's just get the actual error log entry first. On Wed, 13 Apr 2022 at 23:06, Ruben Safir wrote: > On 4/13/22 18:18, Knute Johnson wrote: > > What do you get when you ping localhost? > > > > knute... > > > it is responding with a 403 which means there is nothing to ping about > > 403 Forbidden

Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-13 Thread Ruben Safir
On 4/13/22 18:18, Knute Johnson wrote: > What do you get when you ping localhost? > > knute... it is responding with a 403 which means there is nothing to ping about 403 Forbidden The HTTP 403 Forbidden response status code indicates that the server understands the request but refuses to

Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-13 Thread Frank Gingras
A ping will not help with a 403 error. The error log needs to be reviewed, as it will expose the source of the 403 error. On Wed, 13 Apr 2022 at 18:18, Knute Johnson wrote: > What do you get when you ping localhost? > > knute... > > On 4/13/2022 3:25 PM, DiversityLink/Milt Spain wrote: > >

Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-13 Thread Knute Johnson
What do you get when you ping localhost? knute... On 4/13/2022 3:25 PM, DiversityLink/Milt Spain wrote: Thanks for all the suggestions. Tried them all with no resolution of the problem. Reloaded Apache 2.4 and it seemed to be working well but all of sudden I can’t access LocalHost. Get this

Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-13 Thread DiversityLink/Milt Spain
Thanks for all the suggestions. Tried them all with no resolution of the problem. Reloaded Apache 2.4 and it seemed to be working well but all of sudden I can’t access LocalHost. Get this message. Forbidden You don't have permission to access this resource. Get the “Cannot Find The Site”

Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-12 Thread Yehuda Katz
Besides the ServerAlias, You probably also need to add DirectoryIndex index.html and also change your document root to the actual root directory where your website is located. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Tue, Apr 12, 2022, 5:21 PM Eric

Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-12 Thread Eric Covener
On Tue, Apr 12, 2022 at 5:12 PM DiversityLink/Milt Spain wrote: > > Apache2.4 installed and operating on Widows 7. Test site is loaded at > C:\Apache24\htdocs\testsite.com. Site index is loaded in the testsite.com > folder as index (an htm file). Virtual Hosts is set up as: > > > >

[users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-12 Thread DiversityLink/Milt Spain
Apache2.4 installed and operating on Widows 7. Test site is loaded at C:\Apache24\htdocs\testsite.com. Site index is loaded in the testsite.com folder as index (an htm file). Virtual Hosts is set up as: ServerAdmin a...@example.com DocumentRoot"C:Apache24/htdocs/" ServerName