View Single Post

  #3 (permalink)  
Old 02-17-2007
HansH
 
Posts: n/a
Default Re: Learning Apache and I need a little help.

"sblair" <sam19862006@gmail.com> schreef in bericht
news:1171672440.680290.79640@m58g2000cwm.googlegro ups.com...
> According to my school material as I understand it this should be
> a basic httpd.conf file for a computer on an internal network.

If the given sample was all, it is indeed _vary_ basic and
SHOULD NOT be used for public exposed server

> I'm getting errors on DirectoryIndex, <Directory> directory Order
> statement. I even copied these statements from the from the default
> httpd.conf file. Help me?

Assuming a message like 'unknown directive' I assume some modules
are not loaded: probably mod_dir and mod_access
http://httpd.apache.org/docs/2.2/mod...directoryindex
http://httpd.apache.org/docs/2.0/mod...ess.html#order

A more detailed report stating version of Apache and OS and quoting a logged
error is commonly more informative than a screen full of text.

HansH