• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Looking for a current 'LAMP' tutorial for Redhat 9

blure007

Member
Does any know where I can find an up-to-date LAMP tutorial. I found a few but none that covers the most recent versions of Apache and MySQL. Also any great Linux sites for noobs would be great. Thanks
 
If you can't improvise, Linux probably isn't for you. And asking for an "up to date" hand holding session with a dead distro is kind of funny. 😛
 
If you can't improvise, Linux probably isn't for you. And asking for an "up to date" hand holding session with a dead distro is kind of funny. 😛
 
A general rule is that the "most recent versions" of anything are probably not all that much different from the old versions, at least not for the basics. I've worked with LAMP type setups for quite a while now, and I can't say I've ever had a case when a new version had some massive problem with the old config. And even in those cases, a quick search on the updated way to do what I wanted to do always worked.

The tutorials are just general setups anyways, http://www.onlamp.com/ is a good place to start, and just Google if something has changed (which I HIGHLY doubt for what you probably want to do).
 
honestly, a generalized tutorial will probably be less effective than if you read how-to's on each individual program.

1. Learn how to get Linux running
2. Learn how to get apache running
3. Learn how to get PHP running
4. Learn how to get mySQL running
 
Back
Top