The Apache Software Foundation |
The Apache FAQ |
Apache Module Registry |
The Java Apache Project |
Apache XML Project |
Apache Project |
The Jakarta Project |
Apache-Perl Integration Project |
Apache-Related Projects |
PHP Server Side Scripting |
ApacheCon |
|
|
|
internet.com
Internet News
Internet Investing
Internet Technology
Windows Internet Tech.
Linux/Open Source
Web Developer
ECommerce/Marketing
ISP Resources
ASP Resources
Wireless Internet
Downloads
Internet Resources
Internet Lists
International
EarthWeb
Career Resources
Search internet.com
Advertising Info
Corporate Info
|
|
DevShed: The Soothingly Seamless Setup of Apache, SSL, MySQL, and PHP
Jun 9, 2000, 22 :46 UTC (1 Talkback[s]) (1980 reads) (Other stories by Israel Denis Jr)
|
[ Thanks to for this link. ]
"Our objective is to install a web server that will allow us to host sites, that would be secure for e-commerce solutions, and that could be driven via scripts to connect to a database server and extract its data."
"The tools for the JOB are:
- Apache -- A Web Server
- Mod_SSL -- A module for Secure Sockets Layer
- OpenSSL -- Open Source Toolkit (required for mod_ssl)
- RSARef -- Only for those in the US
- MySQL -- A Database Server
- PHP -- A Scripting Language"
"We are using just one of the many configurations that will fill our objective. We choose it because it is one of the simplest and fastest. We chose Apache because it is probably the most versatile web server ever to exist. Apache has the largest server market share partly because it is free, but mostly because it is the best. Mod_SSL and OpenSSL are added for the ability to conduct secure connections and because they are among the fastest and easiest to configure and setup. PHP is a simple, yet powerful scripting language which integrates easily with MySQL a powerful relational database server."
Complete Story
|
|