はじめての自宅サーバ構築 - Fedora/CentOS -
Last Update 2018/05/30
[ 更新履歴 ] [ サイト マップ ] [ 質問掲示板 ] [ 雑談掲示板 ] [ リンク ]
トップ >> 質問掲示板

 このスレッドはクローズされています。記事の閲覧のみとなります。

 今まで正常だったのですが、先ほど気づいたらCGIが・・・
日時: 2007/01/26 19:03
名前: アパッチャー

下記のようにユーザー毎で設置したCGIが全てエラーで設置出来ません。

http://example.com/~aaa/

http://example.com/~bbb/

http://example.com/~ccc/

既在していたユーザーのCGIは使用可能のようです。


下記のようにメイン部分のCGIも全て問題なく動作しております。

http://example.com/


エラー内容は下記の500エラーです。

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@****.dip.jp 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.



設定には問題ないと思うのですが、下記のようにしております。

<IfModule mod_userdir.c>
  #
  # UserDir is disabled by default since it can confirm the presence
  # of a username on the system (depending on home directory
  # permissions).
  #
  #UserDir disable

  #
  # To enable requests to /~user/ to serve the user's public_html
  # directory, remove the "UserDir disable" line above, and uncomment
  # the following line instead:
  #
  UserDir public_html
</IfModule>


<Directory /home/*/public_html>
  AllowOverride All
  Options Includes ExecCGI FollowSymLinks
  <Limit GET POST OPTIONS>
    Order allow,deny
    Allow from all
  </Limit>
  <LimitExcept GETOPTIONS>
    Order deny,allow
    Deny from all
  </LimitExcept>
</Directory>

どうかよろしくお願い致します




メンテ

Page:  [1] [2] [3]

■ コンテンツ関連情報

 Re: 今まで正常だったのですが、先ほど気づいたらCGIが・・・ ( No.11 )
日時: 2007/01/26 23:49
名前: 管理者

> しかし、どうしても気になってしまうのが、
> 今回の問題は 誤ったアクセス権の操作によって発生した問題と考えて良いという事でしょうか?


断言はできませんが可能性はあります。
カーネルやPAM、apacheのロードモジュール(mod_xxx)等のバージョンアップに伴い、
セキュリティを強化した可能性が考えられます。
この事によって、アクセス権や所有者の不具合によって生じた事も十分に考えられます。
但し、当方の見解であって違う可能性もある事をご了承下さい。
メンテ

Page:  [1] [2] [3]

■ その他

ページ先頭へ

Copyright(©)2004-2018 First home server construction. All Right Reserved.