Re: [EMAIL PROTECTED] 403 error for index.html

2006-11-07 Thread Arun Jain

On 11/6/06, Joshua Slive [EMAIL PROTECTED] wrote:
On 11/6/06, Arun Jain [EMAIL PROTECTED] wrote: Hello Group,
 I installed Apache 2.2.3 on my Windows machine.And I can see my Apache server icon, and in services I see as started. Very first time when I tried to look at index.html by typing
 localhost/ or my machine's IP address it gives following errors. HTTP Error 403 - Forbidden Internet Explorer Could someone tell me what do I need to do extra to get my server see my
 very first page.Start by looking in the apache error log.Joshua.


Joshua,

I have downloaded another http server, which works from command
line and I can access the same page for which I denied access by
Apache 2.2.3 server. It seems I am missing some configuration
parameters. Can someone help please.

Here is the error log message

[error] [client 127.0.0.1] client denied by server configuration: C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/index.html

And here is the configuration information.

IfModule dir_module DirectoryIndex index.html/IfModule

Should I change dir_module to C:\.\htdocs. Will that help?

Thanks in advance.

nagrik




-The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]For additional commands, e-mail: 
[EMAIL PROTECTED]


Re: [EMAIL PROTECTED] 403 error for index.html

2006-11-07 Thread Joshua Slive

On 11/7/06, Arun Jain [EMAIL PROTECTED] wrote:



Here is the error log message

[error] [client 127.0.0.1] client denied by server configuration: C:/Program
Files/Apache Software
Foundation/Apache2.2/htdocs/index.html


You have a Deny directive someplace in your httpd.conf that prevents
access to this file.  The default config file has something like

Directory C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/
Order allow,deny
Allow from all
/Directory

But perhaps you removed this at some point.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] 403 error for index.html

2006-11-06 Thread Arun Jain
Hello Group,

I installed Apache 2.2.3 on my Windows machine. And I can see my Apache server icon, and in services
I see as started.

Very first time when I tried to look at index.html by typing

localhost/
or
my machine's IP address

it gives following errors.

HTTP Error 403 - Forbidden Internet Explorer 

Could someone tell me what do I need to do extra to get my server see my very first page.

Thanks.

nagrik


Re: [EMAIL PROTECTED] 403 error for index.html

2006-11-06 Thread Peter Winch
Check your DirectoryIndex index.htm index.html index.html.var in the httpd file.Arun Jain [EMAIL PROTECTED] wrote:Hello Group,I installed Apache 2.2.3 on my Windows machine. And I can see my Apache server icon, and in services  I see as started.Very first time when I tried to look at index.html by typinglocalhost/  or  my machine's IP addressit gives following errors.HTTP Error 403 - Forbidden Internet Explorer Could someone tell me what do I need to do extra to get my server see my very first page.Thanks.nagrik 


Sponsored Link
For just $24.99/mo., Vonage offers unlimited local and long- distance calling. Sign up now.

Re: [EMAIL PROTECTED] 403 error for index.html

2006-11-06 Thread Joshua Slive

On 11/6/06, Arun Jain [EMAIL PROTECTED] wrote:

Hello Group,

I installed Apache 2.2.3 on my Windows machine.  And I can see my Apache
server icon, and in services
I see as started.

Very first time when I tried to look at index.html by typing

localhost/
or
my machine's IP address

it gives following errors.

HTTP Error 403 - Forbidden
Internet Explorer

Could someone tell me what do I need to do extra to get my server see my
very first page.


Start by looking in the apache error log.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]