SnowServer 是一個Windows下的WEB 服務器套件。
SnowServer 包含:
- Apache/2.2.17 (DAV/2 mod_ssl/2.2.17 OpenSSL/0.9.8o SVN/1.6.15)。
- PHP/5.2.17 (gd2,ming,mysql,mysqli,openssl,pgsql,mssql,snmp,curl…)。
- Zend Optimizer v3.3.3.
- MySQL/5.1.55-community.
SnowServer沒有任何插件,重裝系統(tǒng)無需重新安裝軟件,只需運行 “D:SnowServerbinInstallService.exe”即可自動重新加入軟件到系統(tǒng)服務中。 所有軟件安裝在 “D:SnowServer” 一個目錄,保證您有一個干凈的系統(tǒng)。
SnowServer的安裝非常簡單:
1.運行安裝文件根據(jù)提示安裝完成。
2.MySQL的超級管理員用戶名為“root”,密碼為“root”。
3.網(wǎng)站目錄為:“D:www”,訪問地址為:“http://localhost/”。
4.PHP運行信息地址為:“http://localhost/phpinfo.php”。
SnowServer自帶:
- phpMyAdmin,訪問地址為:“http://localhost/phpmyadmin/”。
- phpSysInfo,訪問地址為:“http://localhost/phpsysinfo/”。
5.開始使用。
注意:
- 重新安裝系統(tǒng)后無需從新安裝本軟件,只需要運行 “D:SnowServerbinInstallService.exe”。
- “D:SnowServerbin” 目錄下命令文件的功能為:
InstallService.exe - 將SnowServer的服務加入到系統(tǒng)中。
RemoveService.exe - 將SnowServer的服務從系統(tǒng)中去除。
FirstRun.exe - 比InstallService.exe多了安裝phpmyadmin等測試網(wǎng)站文件的步驟。
RestartApache.exe - 重啟Apache服務。
RestartMySQL.exe - 重啟MySQL服務。
StopApache.exe - 停止Apache服務。
StopMySQL.exe - 停止MySQL服務。
- MySQL數(shù)據(jù)在 “D:SnowServerdata” 目錄。
- 系統(tǒng)日志目錄在 “D:SnowServerlog” 目錄。
- 如果您要配置虛擬主機請將配置文件放在 “D:SnowServerconfigVirtualHost” 下面以。conf作為文件結尾,Apache會自動載入,如:“www.example.com.conf”。