묻고답하기
500 internal Server Error
2008.04.14 13:44
안녕하세요! 제로보드를 설치를 하려고 압축을 푼후 제 계정에 올려보았습니다. 그런후에 제로보드 화일들이 들어있는 폴더를 707 퍼미션으로 변경후 액세스 해보았는데 밑에 같은 500 internal server Error가 나면서 설치 진행이 안됩니다.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, webmaster@gogigraphics.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/1.3.39 Server at gogigraphics.com Port 80
호스트칭 서버는 미국에 있는 서버를 사용중이구요. 게시판에서 국내 서버가 아닌 해외 서버의 경우 퍼미션을 755로 바꾸어 주면 된다는 정보를 봐서 해보았는데 브라우져창에 에러메세지도 없이 백색으로 반응이 없습니다.
phpinfo를 해보았는데 iConv 항목이 보이지 않는데 혹시 이것이 문제인가 짐작만 할뿐입니다.
http://gogigraphics.com/customer/zbxe/phpinfo.php
현재 제 계정에서 워드프레스등을 사용중이고 맘보나 joomla등의 CMS는 사용을 해보았는데 제로보드는 설치가 생각보다 안되는군요
혹시 비슷한 문제를 겪어보시거나 어드바이스를 주실분 있으시면 도움의 손길 부탁드립니다. 퍼미션의 문제인지 아니면 서버에서 지원안하는 기능인지 궁금합니다.
댓글 5
-
일루니
2008.04.17 11:16
저도 같은오류로 설치를 못하고있는... ㅠ_ -
bekchoi
2008.04.19 05:52
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
저는 개인서버에 설치 할때 같은 오류가 발생 했는데요.
원인은 아파치의 rewrite 모듈을 꺼놔서 였습니다.
아래처럼 rewrite 모듈을 활성화 하니 이상없이 설치 되더군요.
debian-vmware:/etc/apache2/mods-enabled# ln -s ../mods-available/rewrite.load rewrite.load
debian-vmware:~# /etc/init.d/apache2 restart -
bluepark
2008.06.16 22:56
어디서 활성화를 하는 것인지요?
-
seyoo
2008.04.29 12:32
감사합니다. 이렇게 하니 되네요..^^