Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 설치 웹 서버는 FreeBSD 6.0에서 아파치 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 설치 아파치 2.2, MySQL은 5에서 PHP 5는 FreeBSD 6.0에서 웹 서버에 대한 신뢰성
Part 4 - Installing Apache HTTPD Web Server 2.2 제 4 부 - 설치 httpd는 아파치 웹 서버 2.2
- Install Apache HTTP Server 2.20 by using FreeBSD Ports Collection: FreeBSD의 포트 컬렉션을 사용하여 아파치 HTTP 서버 2.20 설치 :
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. 아파치 HTTP 서버 스크립트 apache22.sh에 위치한는 / usr / local은 / etc / 아파치 HTTP 서버를 시작하고 종료하는 서비스를 제공하기 위해 rc.d. To enable Apache web server to automatically starts whenever after server reboots, issue the following command at CLI: 아파치 웹 서버를 활성화하려면 자동으로 시작하는 CLI에서 서버를 재부 팅하면, 문제는 다음 명령 후 :
echo ‘apache22_enable =”YES”‘ >> /etc/ rc.conf 에코 'apache22_enable = "예"> ">은 / etc / rc.conf
- To start Apache HTTP web server immediately, use: 즉시 아파치 HTTP를 사용하여 웹 서버를 시작하려면 :
/usr/local/sbin/apachectl start 는 / usr / / sbin / apachectl과 시작 지역
or 또는
/usr/local/etc/rc.d/apache22.sh start / usr/local/etc/rc.d/apache22.sh 시작
- Apache installation finished. 아파치 설치를 마쳤다.
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 설치 웹 서버는 FreeBSD 6.0에서 아파치 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 설치 웹 서버는 FreeBSD 6.0에서 아파치 2.2, MySQL은 5.0과 PHP 5 - 제 5 부
- Easily Set Up Web Server with XAMPP 쉽게 설정할 웹 서버와 XAMPP
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 1 웹 서버를 설치 Windows XP에서 Apache2, php5와 MySQL4 - 1 부
- Change and Reset MySQL root Password MySQL의 root 암호를 변경 및 재설정
- FreeBSD Apache HTTP Accept Filter Error FreeBSD의 아파치 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 웹 서버를 설치 Windows XP에서 Apache2, php5와 MySQL4 - 제 4 부
- Enable MySQL InnoDB Storage Engine Support in XAMPP Installation MySQL의 스토리지 엔진을 지원하는 이노 활성화 XAMPP에 설치
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 3 웹 서버를 설치 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 7 월 12 일 2008 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 9 월 8 일 2008 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는 BSD (FreeBSD의 배포판 및 기타), 다른 패키지 "를 설치하게 실행하는 충돌이 나타날 수도있습니다 청소". Run this instead “make -i install clean” to get past this issue. 이것을 실행하는 대신 "- i을 청소하다"과거를 얻으려면이 문제를 설치합니다.