Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]RE: tlug: Use .htaccess, or ?
- To: tlug@example.com
- Subject: RE: tlug: Use .htaccess, or ?
- From: Darren Cook <darren@example.com>
- Date: Wed, 21 Oct 1998 09:39:01
- Content-Type: text/plain; charset="us-ascii"
- In-Reply-To: <XFMail.981020210657.schweiz@example.com>
- References: <Pine.LNX.3.96LJ1.1b7.981020191630.908Q-100000@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
>Buuut, if there's an .htaccess file in every directory then there are more >files to keep track of... It's also slowing the server down, as it has to look for the .htaccess file for every html request (even if it's not there). So if you don't need it, these are worth adding to httpd.conf: #These stop it wasting time on each access. <Directory /> AllowOverride none Options FollowSymLinks </Directory> (the follow symbolic links is so it doesn't have to check to see if each file is a symbolic link before following it). >CGI is not really a valid option IMHO - way too much overhead for something the >server already offers. Agreed for just checking logins - though it does allow you to control the login screen, and dress it up with pretty HTML, and lots of explanation in the native language of your users. Using normal authentication has the browser bring up a dialog box. Incidentally, in Japan it's very hard to afford enough bandwidth to stress even a cheap computer (eg. a Pentium-133 can support a 128Kb line), so for instance some of my cgi programs filter the output to remove comments and lots of blank lines. It can also be worth rewriting heavily used pages (like index.html) to be compact, especially if they were made by an HTML generator. Whoops, I've wandered off-topic again. :-) Darren --------------------------------------------------------------- Next Nomikai: 20 November, 19:30 Tengu TokyoEkiMae 03-3275-3691 Next Meeting: 12 December, 12:30 Tokyo Station Yaesu central gate --------------------------------------------------------------- Sponsor: PHT, makers of TurboLinux http://www.pht.co.jp
- References:
- tlug: Use .htaccess, or ?
- From: Jonathan Byrne - 3Web <jq@example.com>
- RE: tlug: Use .htaccess, or ?
- From: Jim Schweizer <schweiz@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: strange ISP behavior
- Next by Date: Re: tlug: Use .htaccess, or ?
- Prev by thread: RE: tlug: Use .htaccess, or ?
- Next by thread: Re: tlug: Use .htaccess, or ?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links