diff --git a/TODO b/TODO index 0a93b632..85b3f812 100644 --- a/TODO +++ b/TODO @@ -91,6 +91,8 @@ mbfido: W: Someday make retoss from bad possible (volonteers?). + N: Case insensitive search for file_Id.DiZ + mbcico: N: Implement binkp option NR. diff --git a/html/misc/webserver.html b/html/misc/webserver.html index 8c7a0c77..f4f62035 100644 --- a/html/misc/webserver.html +++ b/html/misc/webserver.html @@ -13,7 +13,7 @@
-
Last update 03-Sep-2005
+
Last update 03-Jan-2006

How to setup an webserver to work with MBSE BBS.

Introduction

@@ -66,7 +66,7 @@ As root edit your httpd.conf file, it is possible that you find it in # Alias /files/ /opt/mbse/ftp/pub/ <Directory "/opt/mbse/ftp/pub"> - Options Indexes MultiViews + Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from all