Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4安裝Web服務器的FreeBSD 6.0與Apache 2.2 , MySQL的5.0和PHP 5 -第4部分
Installing Apache 2.2, MySQL 5 and PHP 5 in FreeBSD 6.0 for a Reliable Web Server 安裝的Apache 2.2 MySQL的第5和PHP 5中的FreeBSD 6.0可靠的Web服務器
Part 4 - Installing Apache HTTPD Web Server 2.2第4部分-安裝的A pacheW eb服務器的h ttpd2 .2
- Install Apache HTTP Server 2.20 by using FreeBSD Ports Collection:安裝Apache HTTP服務器2.20用FreeBSD的港口集:
cd /usr/ports/www/apache22的CD / usr/ports/www/apache22
make install clean使安裝清潔 - A Apache HTTP Server script apache22.sh is located at /usr/local/etc/rc.d to provide Apache HTTP Server start and shutdown service.阿Apache HTTP服務器腳本apache22.sh位於的/ usr / local的/ etc / rc.d提供Apache HTTP服務器啟動和關閉服務。 To enable Apache web server to automatically starts whenever after server reboots, issue the following command at CLI:為了使Apache Web服務器,以自動啟動時,服務器重新啟動後,發出以下命令在引導倡議:
echo ‘apache22_enable =”YES”‘ >> /etc/ rc.conf迴聲' apache22_enable = “是” “ > ”的/ etc / rc.conf
- To start Apache HTTP web server immediately, use:啟動Apache Web服務器的HTTP ,立即使用:
/usr/local/sbin/apachectl start的/ usr / local / sbin / apachectl啟動
or或
/usr/local/etc/rc.d/apache22.sh start / usr/local/etc/rc.d/apache22.sh啟動
- Apache installation finished. Apache的安裝完成。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要說明:這是一台機器翻譯網頁這是“原樣”提供,無保修。 Machine translation may be difficult to understand.機器翻譯可能很難理解。 Please refer to請參閱 original English article英文原文的文章 whenever possible.只要有可能。
Share and contribute or get technical support and help at共享和貢獻或獲得技術支持和幫助 My Digital Life Forums 我的數字生活論壇 . 。
Related Articles相關文章
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3安裝Web服務器的FreeBSD 6.0與Apache 2.2 , MySQL的5.0和PHP 5 -第3部分
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5安裝Web服務器的FreeBSD 6.0與Apache 2.2 , MySQL的5.0和PHP 5 -第5
- Easily Set Up Web Server with XAMPP輕鬆地設置Web服務器與XAMPP
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 1 Web服務器安裝在Windows XP中使用的Apache2 , PHP5和MySQL4 -第1部分
- Change and Reset MySQL root Password變化和重置MySQL的root密碼
- FreeBSD Apache HTTP Accept Filter Error FreeBSD上的Apache的HTTP錯誤接受過濾器
- Enable Logging of Slow Queries (Slow Query Log) in MySQL Database啟用日誌記錄慢查詢(慢速查詢記錄)在MySQL數據庫
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 4 Web服務器安裝在Windows XP中使用的Apache2 , PHP5和MySQL4 -第4部分
- Enable MySQL InnoDB Storage Engine Support in XAMPP Installation啟用MySQL的InnoDB存儲引擎的支持XAMPP安裝
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 3 Web服務器安裝在Windows XP中使用的Apache2 , PHP5和MySQL4 -第3部分

































May 22nd, 2008 16:23 2008年5月22日16:23
ehhm and you dont config apache ?? ehhm和您不配置阿帕奇? ?
July 12th, 2008 02:41 2008年7月12號2時41分
[...] The apache22/mysql/php install guide on mydigitallife is excellent, but if you copy/paste the snippet (as shown in the instructions) it adds an extra [...] [...]的apache22/mysql/php安裝指南mydigitallife是極好的,但如果你複製/貼上片段(如顯示的指示)它增加了一個額外的[...]
September 8th, 2008 22:39 2008年9月8號22:39
For PC-BSD (and possibly other FreeBSD distros), you may recieve a conflict with another package when running “make install clean”.對於PC - BSD的(及其他可能的FreeBSD發行) ,您可能會收到與衝突時,另一套運行“使安裝乾淨的。 ” Run this instead “make -i install clean” to get past this issue.執行這個不是“讓我安裝乾淨的”超越這個問題。