Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- esperanca.kr
- esperanca
- 자동화 서버는 개체를 작성할 수 없습니다.
- 폰번호정리
- 전화번호찾기
- 심플네이버
- 태마곡
- 이메일수집
- 자동화 서버
- 절대참조
- Visual Studio .NET 9.0 Express Edition
- http://www.microsoft.com/downloads/
- 이메일수집기
- 제2의 동방신기
- 김밥할머니 폭행 동영상
- 네이버1위
- 이메일광고
- 애러
- 네이버
- 전번
- 메일수집
- 용역직원
- 이메일추출
- iostream.h
- VisualStudio 2003 .NET
- Stand 4 U
- 비주얼 C++
- 누난 너무 예뻐
- 폰번호추출
- 김밥할머니 폭행사건
Archives
- Today
- Total
BLOG ESPERANCA
라즈베리파이 및 개인서버에서 xe 설치시 오류 본문
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@sunnyislet.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at sunnyislet.com Port 80같은 에러 같은데 도와주세요.
2008.04.19 23:57:44 (*.48.51.116)
(추천수: 1 / 0)
저는 개인서버에 설치 할때 같은 오류가 발생 했는데요.
원인은 아파치의 rewrite 모듈을 꺼놔서 였습니다.
아래처럼 rewrite 모듈을 활성화 하니 이상없이 설치 되더군요.
debian-vmware:/etc/apache2/mods-enabled# ln -s ../mods-available/rewrite.load rewrite.load
debian-vmware:~# /etc/init.d/apache2 restart