Home arrow PHP arrow Page 3 - The Soothingly Seamless Setup of Apache, SSL, MySQL, and PHP

Prerequisites - PHP

The much anticipated update to our original article on getting Apache, MySQL, Mod_SSL, and PHP to work seamlessly with each other is finally here! Ever try to get Apache, Mod_SSL, PHP, and MySQL all working in harmony on the same box? It's a very difficult task, but article author Israel Denis Jr. has come up with detailed instructions for compiling all these and getting them working together seamlessly to make the killer server software system.

TABLE OF CONTENTS:
  1. The Soothingly Seamless Setup of Apache, SSL, MySQL, and PHP
  2. Assumptions
  3. Prerequisites
  4. How it Works
  5. Game Plan
  6. PHP Installation (*NIX)
  7. Apache
  8. Testing Our Work: Is Apache working?
  9. Is SSL Working?
  10. Are PHP and MySQL Working Together?
  11. Conclusion
By: Israel Denis Jr. and Eugene Otto
Rating: starstarstarstarstar / 41
June 07, 2000

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement
  • Apache (Web Server)
  • Mod_SSL (Secure Server Layer)
  • OpenSSL (Toolkit for SSL)
  • MySQL (SQL Database Server)
  • PHP (Scripting Language)
  • RSAref (Encryption for U.S. citizens) - search for at http://ftpsearch.lycos.com
The exact versions we used were: Apache 1.3.12, Mod_SSL 2.6.4-1.3.12, OpenSSL 0.9.5a, MySQL 3.22.32, PHP 4.0.0, and RSAref20.tar. We expect that the following procedures may be followed for future and past versions of these packages and will try to keep this tutorial updated.

Download all tar file sources to a temporary directory. Make sure you put them somewhere with plenty of space. You should download them as root to avoid permissions problems.

If you'd like a quick and easy way to install your server, check out Ralph I. Zeller's tutorial on how to use RPMs. Thanks Ralph!

 
 
>>> More PHP Articles          >>> More By Israel Denis Jr. and Eugene Otto
 

blog comments powered by Disqus
   

PHP ARTICLES

- PHP Closures as View Helpers: Lazy-Loading F...
- Using PHP Closures as View Helpers
- PHP File and Operating System Program Execut...
- PHP: Effects of Wrapping Code in Class Const...
- PHP: Building Concrete Validators
- Sanitizing Input with PHP
- Executing Shell Commands with PHP
- Handling File Data with PHP
- File Security and Resources with PHP
- ArrayObject PHP Class Examples
- ArrayObject PHP Class: An Introduction
- Getting File System Data with PHP
- PHP Tools for Working with the File and Oper...
- Working with the File and Operating System w...
- PHP Proxy Patterns: Completing a Blog


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap

Dev Shed Tutorial Topics: