웹서버가 제대로 작동합니까?
 시작메뉴에서 Apache Web Server 를 선택한뒤 Start Apache 를 클릭합니다. 웹브라우저를 열고 웹서버에 접속합니다. URL 은 보통 http://yourserver/ 인데 여기서 yourserver 는 컴퓨터이름입니다. (예: http://johndoePC.wolfram.com) 만약 Apache 페이지를 보실수 없다면 파일이 아래의 라인들을 포함하고 있는지 확인하여 주십시요. #
# ServerName allows you to set a host name which is sent back to clients for
# your server if it's different than the one the program would get (i.e., use
# "www" instead of the host's real name).
#
# Note: You cannot just invent host names and hope they work. The name you
# define here must be a valid DNS name for your host. If you don't understand
# this, ask your network administrator.
# If your host doesn't have a registered DNS name, enter its IP address here.
# You will have to access it by its address (e.g., http://123.45.67.89/)
# anyway, and this will make redirections work in a sensible way.
# ServerName johndoePC.wolfram.com
ServerName machinename.domain.com
Apache 페이지를 보실수 있으면 다음단계의 FAQ 페이지로 가주십시요. 만약에 Apache 페이지를 보실수 없다면 Apache website 를 방문하시거나 Apache FAQ 를 참고하시기 바랍니다. 다음 단계로 넘어가기전에 Apache web server 를 중지하여 주십시요. Download this FAQ as a Mathematica 5.2 Notebook
Questions or comments? Send email to support@wolfram.com.
|