Added Alan Ianson suggestions
This commit is contained in:
parent
4ff85b7c5e
commit
ae23be1f25
2
TODO
2
TODO
@ -91,6 +91,8 @@ mbfido:
|
|||||||
|
|
||||||
W: Someday make retoss from bad possible (volonteers?).
|
W: Someday make retoss from bad possible (volonteers?).
|
||||||
|
|
||||||
|
N: Case insensitive search for file_Id.DiZ
|
||||||
|
|
||||||
mbcico:
|
mbcico:
|
||||||
N: Implement binkp option NR.
|
N: Implement binkp option NR.
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
</HEAD>
|
</HEAD>
|
||||||
<BODY>
|
<BODY>
|
||||||
<BLOCKQUOTE>
|
<BLOCKQUOTE>
|
||||||
<div align='right'><h5>Last update 03-Sep-2005</h5></div>
|
<div align='right'><h5>Last update 03-Jan-2006</h5></div>
|
||||||
<div align='center'><H1>How to setup an webserver to work with MBSE BBS.</H1></div>
|
<div align='center'><H1>How to setup an webserver to work with MBSE BBS.</H1></div>
|
||||||
|
|
||||||
<H3>Introduction</H3>
|
<H3>Introduction</H3>
|
||||||
@ -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/
|
Alias /files/ /opt/mbse/ftp/pub/
|
||||||
<Directory "/opt/mbse/ftp/pub">
|
<Directory "/opt/mbse/ftp/pub">
|
||||||
Options Indexes MultiViews
|
Options Indexes MultiViews FollowSymLinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
|
Reference in New Issue
Block a user