Page 1 of 1

Need to get my chops up

Posted: Tue Nov 21, 2006 12:39 pm
by snarkout
Anyone have links to good primers on Apache, Bind, and *SQL?

Posted: Wed Nov 22, 2006 12:09 am
by metrolinux
I think the Apache onlne documentation is pretty detailed. Here's a link: http://httpd.apache.org/docs/2.2/.

If you want to go the scripted route, there's always How-to Forge's Linux Section: http://howtoforge.org/. It is pretty detailed if there is a specific type of server you want to setup. It's also very task oriented. I believe they have instructions for LAMP and BIND.

Posted: Wed Nov 22, 2006 8:28 am
by Gomer_X
I'd agree that the apache docs are a good reference. Not a good tutorial, but there are some HOW-TOs on some basic stuff. I've basically learned from reading the comments in httpd.conf, then going to the manual for more detail.

Never messed with bind, and I've got a book on MySQL that works OK (Learning SQL from O'Reilly). There are a few SQL tutorials out there on the net, but most are very generic and not much more than a catalog of statements and what they do.