e24/htdocs/Milts1.com
> Any suggestions that will help resolve my problem will be
appreciated.
> Milt Spain
> *From:* Yehuda Katz <mailto:yeh...@ymkatz.net
<mailto:yeh...@ymkatz.net>>
> *Sent:* Tuesday, April 12, 2022 5:54 PM
> *To:* users@httpd
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
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 author
> *From:* Yehuda Katz <mailto:yeh...@ymkatz.net>
> > *Sent:* Tuesday, April 12, 2022 5:54 PM
> > *To:* users@httpd.apache.org <mailto:users@httpd.apache.org>
> > *Subject:* Re: [users@httpd] Unable to connect to Apache test website
> on
> > LocalHost
> &
tdocs/Milts1.com
Any suggestions that will help resolve my problem will be appreciated.
Milt Spain
*From:* Yehuda Katz <mailto:yeh...@ymkatz.net>
*Sent:* Tuesday, April 12, 2022 5:54 PM
*To:* users@httpd.apache.org <mailto:users@httpd.apache.org>
*Subject:* Re: [users@httpd] Unable to
Milt Spain
From: Yehuda Katz
Sent: Tuesday, April 12, 2022 5:54 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Unable to connect to Apache test website on LocalHost
Besides the ServerAlias, You probably also need to add
DirectoryIndex index.html
and also change your document root t
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 Covene
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:
>
>
>
> ServerAd
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 te