Webサーバは動作していますか.
「スタート」メニューの「Apache Web Server」サブメニューから「Start Apache」を選びます.
WebブラウザでWebサーバに接続します.http://yourserver/というURL(ここで「yourserver」とはお使いのマシン名です)で,Apacheのウェルカムページが表示されなければなりません.(例:http://johndoePC.wolfram.com)
Apacheのウェルカムページが表示されない場合は,C:\Program Files\Apache Group\Apache\conf\httpd.confファイルに以下の行が含まれていることをご確認ください.
#
# 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のウェルカムページが表示されたら,ステップ5にお進みください.
それでもApacheのウェルカムページが表示されない場合,あるいはエラーメッセージが出る場合は,ApacheのWebサイトをご参照ください.特に
Apache FAQのセクションが役に立つでしょう.
*注:先に進む前にApacheのWebサーバを終了してください.
Questions or comments? Send email to support@wolfram.com.
|