Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Internal Server Error with phpMyAdmin [SOLVED]
- Date: Sun, 08 Apr 2007 17:48:26 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] Internal Server Error with phpMyAdmin [SOLVED]
- References: <4617A296.6020504@example.com> <f118b8b90704070714k409a4885q7d8612879a72476f@example.com> <20070407163212.81b38d78.godwin.stewart@example.com> <4617BB47.7080601@example.com> <87fy7cqgmq.fsf@example.com> <461846D1.9000908@example.com>
Dave M G writes: > Thank you for responding. > > > > ... and commenting out the line: > > > #Options +FollowSymLinks -Indexes > > It's no joke. It's a potentially serious problem. > > > > Wait... so did I do something wrong by commenting out that line? > > My LAMP server isn't serving out to the internet, it's just for local > testing. But still... have I created a security hole? No, it's the other way around. PHPadmin has *closed* a hole for you by being unwilling to start if FollowSymLinks is enabled. Sorry, I should have said that more clearly. (And so should the error page generated, but there's not much we can do about that.) You may want to try changing the line to Options -Indexes -FollowSymLinks What this does is explicitly turn FollowSymLinks off, and also turns off automatic indexing (ie, generating a directory listing for you if the access to the directory is permitted but there is no index.html). It doesn't actually matter, most likely, but (a) it's theoretically possible that the default will change to +FollowSymLinks with some future Apache upgrade, in which case PHPadmin will again mysteriously stop working, and (b) having the explicit -FollowSymLinks documents your intent.
- Follow-Ups:
- Re: [tlug] Internal Server Error with phpMyAdmin [SOLVED]
- From: Godwin Stewart
- References:
- [tlug] Internal Server Error with phpMyAdmin
- From: Dave M G
- Re: [tlug] Internal Server Error with phpMyAdmin
- From: Keith Bawden
- Re: [tlug] Internal Server Error with phpMyAdmin
- From: Godwin Stewart
- Re: [tlug] Internal Server Error with phpMyAdmin [SOLVED]
- From: Dave M G
- Re: [tlug] Internal Server Error with phpMyAdmin [SOLVED]
- From: Stephen J. Turnbull
- Re: [tlug] Internal Server Error with phpMyAdmin [SOLVED]
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Linux-compatible Mac laptop?
- Next by Date: Re: [tlug] Internal Server Error with phpMyAdmin [SOLVED]
- Previous by thread: Re: [tlug] Internal Server Error with phpMyAdmin [SOLVED]
- Next by thread: Re: [tlug] Internal Server Error with phpMyAdmin [SOLVED]
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links