Requirements:Apache, PHP and MySQL
1. Secure apache install and config:
-
http://www.securityfocus.com/infocus/17862. PHP 4.1.0 or higher. The following are required to be set correctly in php.ini:
- the engine directive must be On.
- the magic_quotes_sybase directive must be set to Off.
- the session.save_path directive must be set to a valid directory, or empty.
- the file_uploads directive must be On.
- the upload_tmp_dir must be set to a valid directory, or empty.
-
http://www.freebsdmadeeasy.com/tutorials/web-server/install-php-5-for-web-hosting.php - /usr/ports/lang/php5. Make config, make install
3. MySQL 3.23.28 or higher.
4. At least 500 kilobytes of storage space in the database, although more is highly recommended.
5. At least the following privileges: SELECT, INSERT, UPDATE, DELETE, ALTER, and INDEX.
6. During installation and conversion, the CREATE and DROP privileges.
7. 6 megs of free space
Completed:
1. Downloaded apache, untarred into /usr/local/httpd
2.