Joshua Slive wrote:
On 8/17/06, LDB <thesource@xxxxxxxxxxx> wrote:Joshua Slive wrote: > On 8/17/06, LDB <thesource@xxxxxxxxxxx> wrote: > >> <Directory /srv/www/readit> >> Options FollowSymLinks Indexes >> AllowOverride None >> Order Allow,Deny >> Allow from all >> </Directory> >> >> [Thu Aug 17 03:50:51 2006] [error] [client xxx.xxx.xxx.xxx] Attempt to >> serve >> directory: /srv/www/readit/ > > > I've never seen this error message in the wild (although I can see it > exists in core.c). I suspect it means that you don't have mod_dir > included in your server and hence, instead of trying to server a > DirectoryIndex, apache is trying to serve the directory entry itself. dir is loaded in my list of modules. Any other suggestions .. (man I hope so .. ) :)And you also have mod_autoindex? Can you strip your configuration back the basics (just the default config plus this one directory) and see if you can get it to work? 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
Yes, autoindex is on. I cannot strip it basics due to how much is being done on the server. :( LDB --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx