Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: next generation browsers (was: need programmers help)
- To: tlug@example.com
- Subject: Re: tlug: next generation browsers (was: need programmers help)
- From: urs roesch <urs@example.com>
- Date: Wed, 17 Jun 1998 22:54:58 +0900
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=iso-2022-jp
- Organization: digital mines
- References: <XFMail.980617201354.schweiz@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
Jim Schweizer wrote: [big snip] > I'll have to check how we configured Apache, but I see a small > problem with this. In order for the SSI to work the server has > to parse each page - could be quite a load if the server ever > gets popular. All those message pages end with *.html not > *.shtml so wouldn't the server have to parse _every_ page > requested for this to work? You don't need to set it server wide there is always the quick and dirty .htaccess file. You can overwrite some server defaults with the .htaccess file. Apache reads this file when accessing the directory. There are two solutions one is overriding the mime type the other one is called XBitHack. #1 If you want SSI simply enable that in Apache but only for the shtml extension. Additional you create an .htaccess file in the directory where the shtml files with the normal html extension are. The file contains just one line that lookslike this: AddHandler server-parsed html (I know it's a very ugly thing to do, but it works) If you need more info go to the page mod/mod_mime.html in the Apache manual. #2 Another solution is the XBitHack (never tried it though), that parses only files with the user-execute bit set. It can be set server wide, for certain directories only or with .htacces. More info to the XBitHack can be found on page mod/mod_include.html of the Apache manual. urs -------------------------------------------------------------- Next Nomikai: 17 July, 19:30 Tengu TokyoEkiMae 03-3275-3691 Next Meeting: 8 August, Tokyo Station Yaesu central gate 12:30 *** 20 June: TLUG will be at the Tokyo Linux Fair http://tlug.linux.or.jp/projects/linux-fair/fair.html -------------------------------------------------------------- Sponsor: PHT, makers of TurboLinux http://www.pht.co.jp
- References:
- tlug: next generation browsers (was: need programmers help)
- From: Jim Schweizer <schweiz@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: Tokyo Linux Fair
- Next by Date: Re: tlug: Tokyo Linux Fair
- Prev by thread: tlug: next generation browsers (was: need programmers help)
- Next by thread: tlug: Linux for Alpha
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links