|
Thursday, August 21, 2008 |
| By The Voodooman | what's new | faq | about |
Apache Installation Walkthrough
I. Before you start II. Downloads III. Installation IV. Configuration V. Credits N Stuff Sub-SectionsEssential PackagesDatabase Packages Perl Packages Optional Packages FreeBSD Users |
!!! WARNING !!!This Guide is Deprecated!Please go to the New Guide here.DownloadsInitially, create a working directory where you can download all the files into (The author usually downloads to /usr/local/src or a /usr/local/src/downloads directory). You might want to keep all the downloaded files handy, just in case you have to re-install something. The list of packages to be downloaded are enumerated below. There are two download locations for all the packages (the first one is the official site and the second one belongs to a friend). The official sites will contain the latest version of the package + some useful information for each pacakge. While my friend's FTP site is updated as soon as a new version of a package is released, you might want to check the official sites first.Essential PackagesTOP Database PackagesTOP Perl PackagesWhile you may not use Perl to serve any web pages, it is still useful to download the perl packages to enable it to connect to databases. The reason for this is that you may need to write some scripts that do lookups on databases and write out certain data. The author has some perl scripts that access data on a SQL database and write out some PHP code automatically. This is especially useful when you need some lookup tables or something like that and you don't want to query the database each time. Instead, you can write a perl script that dumps the data into a PHP array, which your PHP code can then use. If the data in the database changes, all you need to do is rerun your perl script to rebuild your PHP code and you're set!
TOP Optional Apache ModulesTOP FreeBSD UsersIf you are a FreeBSD user, you will also need some other modules. The reason for this is that, some of the installation procedures use the GNU Make (gmake) program instead of plain ol' make (for some additional features that make does not provide). FreeBSD does not come with gmake by default and so you may need to install it separately, if your system does not already have it.TOP |
| <<Previous: Before you start | ^Up to Mayukh's World^ | Next: Installation >> |
Apache Installation Walkthrough
Last updated 12/25/2001