I think someone else mentioned it, but it's worth seconding... roll your own. If all you need is Apache and PHP, you don't need a "distribution" in the traditional sense. In general you're looking at a kernel (Linux), libc implementation (uclibc, glibc, etc.), shell (bash, csh, zsh, etc), an handful of utilities (passwd, chown, vim, etc), Apache, and PHP.
uClibc and busybox would be at the top of my list for covering a large chunk of the install. Look into Linux From Scratch (http://www.linuxfromscratch.org/) for info on the bare essentials of a Linux based desktop/server OS. uclibc.org, busybox.net, and scratchbox.org, are all good sources of information as well for going the roll-your-own route. ~Ryan On Fri, Jan 2, 2009 at 7:16 PM, Aus <[email protected]> wrote: > > After thinking, you're right, > > so i have to find a general computer with minimal configurations, in a > size of CD drive. > by the way, i'm not going to use MySQL, > only Linux, Apache, PHP. > > why it have to be so tough to find reasonable solution. > -- http://rmgraham.blogspot.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
