mikeageend
Programmer
I am new toApache so I purgased the O'rRelliy book "Apache The Definitive Guide". I am referencing material from Chapter 2.
I am running Apache 1.3.19
Here is my http.conf file
User nobody
Group nobody
ServerName localhost
DocumentRoot /usr/local/
I have an index.html in the htdocs directory
The book seems to imply that I can point my browser to
and it will display this index.html file, but all I get is this error message. I don't get the message if I point the browser to but this is not how the book says to do it and it does not render the html, but prints the html source.
I start the server as httpd -d /usr/local/
Any help would be appreciated.
Thanks
I am running Apache 1.3.19
Here is my http.conf file
User nobody
Group nobody
ServerName localhost
DocumentRoot /usr/local/
I have an index.html in the htdocs directory
The book seems to imply that I can point my browser to
and it will display this index.html file, but all I get is this error message. I don't get the message if I point the browser to but this is not how the book says to do it and it does not render the html, but prints the html source.
I start the server as httpd -d /usr/local/
Any help would be appreciated.
Thanks