You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by kirk Bailey <id...@netzero.net> on 2002/02/04 00:40:38 UTC

shtml, default pages, and ssi

Ok, new to list, using apache, have a basic problem. Apache serves
'index.html' as the default, and I use a lot of ssi so I want this to
be 'index.shtml'. As some pages do NOT use ssi, I do not have it
parsing ALL pages served, therefore the request.





-- 
 

 -Respectfully,
              -Kirk D Bailey 
               Consulting Loose Cannon

end



  www.howlermonkey.net                 highprimate@howlermonkey.net
  www.sacredelectron.org                         idiot1@netzero.net
  www.tinylist.org                              grumpy@tinylist.org
----------------------------------------------------
Sign Up for NetZero Platinum Today
Only $9.95 per month!
http://my.netzero.net/s/signup?r=platinum&refcd=PT97

---------------------------------------------------------------------
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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: shtml, default pages, and ssi

Posted by Daniel Lopez <da...@rawbyte.com>.
Kirk,

Change the DirectoryIndex directive in httpd.conf from index.html to index.shtml

Daniel

> Ok, new to list, using apache, have a basic problem. Apache serves
> 'index.html' as the default, and I use a lot of ssi so I want this to
> be 'index.shtml'. As some pages do NOT use ssi, I do not have it
> parsing ALL pages served, therefore the request.
> 
> 
> 
> 
> 
> -- 
>  
> 
>  -Respectfully,
>               -Kirk D Bailey 
>                Consulting Loose Cannon
> 
> end
> 
> 
> 
>   www.howlermonkey.net                 highprimate@howlermonkey.net
>   www.sacredelectron.org                         idiot1@netzero.net
>   www.tinylist.org                              grumpy@tinylist.org
> ----------------------------------------------------
> Sign Up for NetZero Platinum Today
> Only $9.95 per month!
> http://my.netzero.net/s/signup?r=platinum&refcd=PT97
> 
> ---------------------------------------------------------------------
> 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@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 

---------------------------------------------------------------------
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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: shtml, default pages, and ssi

Posted by "Alex \"Sniper\" Togstad" <sn...@3dretreat.com>.
Almost forgot, the code for SSI.

You need to add "Options" in your httpd.conf file under the Directory
"controls"



----- Original Message -----
From: "kirk Bailey" <id...@netzero.net>
To: <us...@httpd.apache.org>
Sent: Sunday, February 03, 2002 3:40 PM
Subject: shtml, default pages, and ssi


> Ok, new to list, using apache, have a basic problem. Apache serves
> 'index.html' as the default, and I use a lot of ssi so I want this to
> be 'index.shtml'. As some pages do NOT use ssi, I do not have it
> parsing ALL pages served, therefore the request.
>
>
>
>
>
> --
>
>
>  -Respectfully,
>               -Kirk D Bailey
>                Consulting Loose Cannon
>
> end
>
>
>
>   www.howlermonkey.net                 highprimate@howlermonkey.net
>   www.sacredelectron.org                         idiot1@netzero.net
>   www.tinylist.org                              grumpy@tinylist.org
> ----------------------------------------------------
> Sign Up for NetZero Platinum Today
> Only $9.95 per month!
> http://my.netzero.net/s/signup?r=platinum&refcd=PT97
>
> ---------------------------------------------------------------------
> 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@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>



---------------------------------------------------------------------
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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: shtml, default pages, and ssi

Posted by kirk Bailey <id...@netzero.net>.
Thankyou.


Alex \"Sniper\" Togstad wrote:
> 
> This code is for the "DirectoryIndex" almost halfway down the httpd.conf
> 
> <IfModule mod_dir.c>
>     DirectoryIndex index.shtml default.shtml index.html index.htm
> </IfModule>
> 
> I would suggest next time you read the faq a bit more, but since I'm a nice
> guy I just gave ya the code!
> 
> ----- Original Message -----
> From: "kirk Bailey" <id...@netzero.net>
> To: <us...@httpd.apache.org>
> Sent: Sunday, February 03, 2002 3:40 PM
> Subject: shtml, default pages, and ssi
> 
> > Ok, new to list, using apache, have a basic problem. Apache serves
> > 'index.html' as the default, and I use a lot of ssi so I want this to
> > be 'index.shtml'. As some pages do NOT use ssi, I do not have it
> > parsing ALL pages served, therefore the request.
> >
> >
> >
> >
> >
> > --
> >
> >
> >  -Respectfully,
> >               -Kirk D Bailey
> >                Consulting Loose Cannon
> >
> > end
> >
> >
> >
> >   www.howlermonkey.net                 highprimate@howlermonkey.net
> >   www.sacredelectron.org                         idiot1@netzero.net
> >   www.tinylist.org                              grumpy@tinylist.org
> > ----------------------------------------------------
> > Sign Up for NetZero Platinum Today
> > Only $9.95 per month!
> > http://my.netzero.net/s/signup?r=platinum&refcd=PT97
> >
> > ---------------------------------------------------------------------
> > 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@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> 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@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

-- 
 

 -Respectfully,
              -Kirk D Bailey 
               Consulting Loose Cannon

end



  www.howlermonkey.net                 highprimate@howlermonkey.net
  www.sacredelectron.org                         idiot1@netzero.net
  www.tinylist.org                              grumpy@tinylist.org
----------------------------------------------------
Sign Up for NetZero Platinum Today
Only $9.95 per month!
http://my.netzero.net/s/signup?r=platinum&refcd=PT97

---------------------------------------------------------------------
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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: shtml, default pages, and ssi

Posted by "Alex \"Sniper\" Togstad" <sn...@3dretreat.com>.
This code is for the "DirectoryIndex" almost halfway down the httpd.conf

<IfModule mod_dir.c>
    DirectoryIndex index.shtml default.shtml index.html index.htm
</IfModule>

I would suggest next time you read the faq a bit more, but since I'm a nice
guy I just gave ya the code!


----- Original Message -----
From: "kirk Bailey" <id...@netzero.net>
To: <us...@httpd.apache.org>
Sent: Sunday, February 03, 2002 3:40 PM
Subject: shtml, default pages, and ssi


> Ok, new to list, using apache, have a basic problem. Apache serves
> 'index.html' as the default, and I use a lot of ssi so I want this to
> be 'index.shtml'. As some pages do NOT use ssi, I do not have it
> parsing ALL pages served, therefore the request.
>
>
>
>
>
> --
>
>
>  -Respectfully,
>               -Kirk D Bailey
>                Consulting Loose Cannon
>
> end
>
>
>
>   www.howlermonkey.net                 highprimate@howlermonkey.net
>   www.sacredelectron.org                         idiot1@netzero.net
>   www.tinylist.org                              grumpy@tinylist.org
> ----------------------------------------------------
> Sign Up for NetZero Platinum Today
> Only $9.95 per month!
> http://my.netzero.net/s/signup?r=platinum&refcd=PT97
>
> ---------------------------------------------------------------------
> 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@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>



---------------------------------------------------------------------
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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org