default file & webservers

Mark Peoples hondaman@mainex1.asu.edu
Fri, 22 Sep 2000 17:50:52 -0700


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--Boundary_(ID_tO1V9LdwsH5uOpWMnV/3fg)
Content-type: text/plain

In one of the config files, preferably httpd.conf as of 1.3.12:

<IfModule mod_dir.c>
    DirectoryIndex index.html index2.html index.htm index2.htm
</IfModule>

The reason I say with 1.3.12 is because the default httpd.conf that comes
with 1.3.12 turns off the usage of access.conf and srm.conf. To use them,
you have to uncomment a line in httpd.conf. If you are using anything before
1.3.9 though, you should be fine. In other words, stick that, or modify that
(it's probably already in your config) in the config file that you use for
most other Apache stuff.

-----Original Message-----
From: John Albee
To: PLUG
Sent: 9/22/00 5:13 PM
Subject: default file & webservers

How would I setup a site so instead of loading index.html for
whateversite.com, it would load something like index2.html.  Also I need
this to only effect one directory.


Thanks,
John Albee


________________________________________________
See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't
post to the list quickly and you use Netscape to write mail.

Plug-discuss mailing list  -  Plug-discuss@lists.PLUG.phoenix.az.us
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

--Boundary_(ID_tO1V9LdwsH5uOpWMnV/3fg)
Content-type: text/html
Content-transfer-encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3DUS-ASCII">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2652.35">
<TITLE>RE: default file &amp; webservers</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>In one of the config files, preferably httpd.conf as =
of 1.3.12:</FONT>
</P>

<P><FONT SIZE=3D2>&lt;IfModule mod_dir.c&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; DirectoryIndex index.html =
index2.html index.htm index2.htm</FONT>
<BR><FONT SIZE=3D2>&lt;/IfModule&gt;</FONT>
</P>

<P><FONT SIZE=3D2>The reason I say with 1.3.12 is because the default =
httpd.conf that comes with 1.3.12 turns off the usage of access.conf =
and srm.conf. To use them, you have to uncomment a line in httpd.conf. =
If you are using anything before 1.3.9 though, you should be fine. In =
other words, stick that, or modify that (it's probably already in your =
config) in the config file that you use for most other Apache =
stuff.</FONT></P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: John Albee</FONT>
<BR><FONT SIZE=3D2>To: PLUG</FONT>
<BR><FONT SIZE=3D2>Sent: 9/22/00 5:13 PM</FONT>
<BR><FONT SIZE=3D2>Subject: default file &amp; webservers</FONT>
</P>

<P><FONT SIZE=3D2>How would I setup a site so instead of loading =
index.html for</FONT>
<BR><FONT SIZE=3D2>whateversite.com, it would load something like =
index2.html.&nbsp; Also I need</FONT>
<BR><FONT SIZE=3D2>this to only effect one directory.</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Thanks,</FONT>
<BR><FONT SIZE=3D2>John Albee</FONT>
</P>
<BR>

<P><FONT =
SIZE=3D2>________________________________________________</FONT>
<BR><FONT SIZE=3D2>See <A =
HREF=3D"http://PLUG.phoenix.az.us/navigator-mail.shtml" =
TARGET=3D"_blank">http://PLUG.phoenix.az.us/navigator-mail.shtml</A> if =
your mail doesn't</FONT>
<BR><FONT SIZE=3D2>post to the list quickly and you use Netscape to =
write mail.</FONT>
</P>

<P><FONT SIZE=3D2>Plug-discuss mailing list&nbsp; -&nbsp; =
Plug-discuss@lists.PLUG.phoenix.az.us</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss" =
TARGET=3D"_blank">http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-=
discuss</A></FONT>
</P>

</BODY>
</HTML>=

--Boundary_(ID_tO1V9LdwsH5uOpWMnV/3fg)--