This Text file is old! In a 🏛️Museum, an unsorted archive of (user-)pages. (Saved from Geocities in Oct-2009. The archival story: oocities.org)
--------------------------------------- (To 🚫report any bad content: archivehelp @ gmail.com)
>

*************
*  Install  *
*************

Windows:

	1)  Install Apache web server into C:\Program Files\Apache Group\Apache (CDROM:\Software\Windows\Apache)
	2)  Install PHP into C:\PHP (CDROM:\Software\Windows\Php)
	3)  Install MySQL into C:\MySQL(\Software\Windows\MySQL)
	4)  In PHP folder, move php4ts.dll to the windows/system(32) directory, overwritte any older file.
	5)  Add the following code to httpd.conf:

		AddType application/x-httpd-php .php4
		ScriptAlias /php4/ "C:/php/"
		Action application/x-httpd-php4 "/php4/php.exe"
		AddType application/x-httpd-php4 .php
		
	6)  Copy the php.ini-dist to your sysroot (directory where you installed windows), rename it to php.ini.
	7)  Edit the php.ini to fit your needs. For example, change the smtp and sendmail_from under mail function
	
		[mail function]
		SMTP	= smtp.uci.edu			;for win32 only
		sendmail_from	= bookstore@uci.edu	;for win32 only
		
	8)  In C:\Program Files\Apache Group\Apache, create a new folder named "Listserv"
	9)  Copy all the source files and folder from CDROM:\Source\ to C:\Program Files\Apache Group\Apache\htdocs\Listserv
	10) Edit the file called "config.php" located in C:\Program Files\Apache Group\Apache\htdocs\Listserv

		$Host = "localhost";
		$User= "bookstore";
		$DBPassword="book";
		$MailFrom = "bookstore@uci.edu";	Change also sendmail_from = bookstore@uci.edu in php.ini 
		$absolute_path = C:\\Program Files\\Apache Group\\Apache\\htdocs\\Php\\Temp_Files\\";
		
	11) Restart Apache server

       ======================================================================================================================

Linux:

	1)  Install Linux RedHat (Recommand version 7.2)
	2)  Select the "server" option from the installation menu
	3)  Check the MySQL server checkbox
	4)  After installation, type "/etc/init.d/httpd start" in console to start the Apache server
	5)  Copy all the source files and folder from CDROM:\Source\ to /var/www/html/
	

	

Text file Source (historic): geocities.com/icsemailproject


(to report bad content: archivehelp @ gmail)