아파치
1. httpd.exe -k install
D:DevelopPlatformApache24X86bin>httpd.exe -k install
'Apache2.4' 서비스 설치
'Apache2.4' 서비스가 성공적으로 설치되었습니다.
httpd.conf 테스트....
여기에 보고된 오류는 서비스를 시작하기 전에 수정해야 합니다.
httpd.exe: D:/DevelopPlatform/Apache24X86/conf/httpd의 37행에 구문 오류가 있습니다.
conf: ServerRoot는 유효한 디렉터리여야 합니다
修正错误:
进入httpd.conf, 设置ServerRoot:(apacheAn装目录)
示例:ServerRoot "D:/DevelopPlatform/Apache24X86"
1.1. httpd.exe -k uninstall
'Apache2.4' 서비스 제거
'Apache2.4' 서비스가 성공적으로 제거되었습니다.
2. httpd.exe -k install
'Apache2.4' 서비스 설치
'Apache2.4' 서비스가 성공적으로 설치되었습니다.
httpd.conf 테스트 중....
보고된 오류 서비스를 시작하기 전에 여기를 수정해야 합니다.
AH00526: D:/DevelopPlatform/Apache24X86/conf/httpd.c
onf:
DocumentRoot는 디렉토리여야 합니다
의 244행에 구문 오류가 있습니다.修正错误:
进入httpd.conf, DocumentRoot:(apache htdocs目录)
示例:DocumentRoot "D:DevelopPlatformApache24X86htdocs"
2.1. httpd.exe -k uninstall
'Apache2.4' 서비스 제거
'Apache2.4' 서비스가 성공적으로 제거되었습니다.
3. httpd.exe -k install
'Apache2.4' 서비스 설치
'Apache2.4' 서비스가 성공적으로 설치되었습니다.
httpd.conf 테스트 중....
보고된 오류 서비스를 시작하기 전에 여기를 수정해야 합니다.
4.
至此, apache已经安装完毕,
然后配置一下apache
进入httpd.conf
找到
Listen 80改为8080(将监听端口改为8080,防止80端开启ServerName
改重为ServerName localhost:8080
새로운启动下apache, 进入浏览器输入: localhost:8080/index.html 进行访问
这时有可能发生错误, 网页会输流如下内容:
이 서버의 /index.html에 액세스할 수 있는 권한이 없습니다.
나는 DocumentRoot "D:DevelopPlatformApache24X86htdocs"에서 httpd.conf
를 실행하고 있습니다.
找到