[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

[linux-users:61935] VirtualHostにFrontPageServerExtention


加藤です。

すでに、apache_1.3.9にFrontPage ServerExtention 4.0をインストールしていま
す。(www.domain.netの方にインストールし、正常に動作しています。)

新たに、ssl.domain.netをDNSにCNAMEで登録しています。
そして、下記設定をして、ブラウザーから http://ssl.domain.netでアクセスは
正常にできてます。
そして、FrontPageServerExtentionsをfpadmin.exeのinstallメニューからインス
トールしてみました。インストール自体はうまくいっているようです。
しかし、Webフォルダをつくろうとしても失敗します。
また、FTPでヒットカウンタが入ったhtmlソースをアップロードし、ブラウザーか
ら見てもヒットカウンタは動作していません。

この状況から、どこの設定がおかしいのでしょうか?
アドバイスよろしくお願いします。


------- /etc/httpd/conf/httpd.conf ---------
<VirtualHost 211.0.43.242>
     DocumentRoot /home/httpd/html
     ServerName www.domain.net
</VirtualHost>

<VirtualHost 211.0.43.242>
    ServerAdmin info _at_ domain.net
    DocumentRoot /home/httpd/ssl
    ServerName ssl.domain.net
    ErrorLog logs/ssl_error_log
    CustomLog logs/ssl_access_log common
ScriptAlias /_vti_bin/_vti_adm/ /home/httpd/ssl/_vti_bin/_vti_adm/
ScriptAlias /_vti_bin/_vti_aut/ /home/httpd/ssl/_vti_bin/_vti_aut/
ScriptAlias /_vti_bin/ /home/httpd/ssl/_vti_bin/
</VirtualHost>

------- Webフォルダ作成時のエラー内容 ------------------
12/05/99 12:22:00 HTTP 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, info _at_ domain.net 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.

Apache/1.3.9 Server at ssl.domain.net Port 80
--------------------------------------------------------
//////////////////////////////////////////////////////////////////
// HOME     : junichi _at_ wing21.net
// WWW      : http://www.wing21.net/~junichi

この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: