Re: UserDirでcgiが動くようになったのですが、条件付きで?
( No.1 )
|
 |
- 日時: 2006/07/13 21:35
- 名前: ひで
-
httpd.conf:
<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 root webadmin system
# # 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 .
</IfModule>
<Directory /home/*>
上記ではどうでしょう?
|
Re: UserDirでcgiが動くようになったのですが、条件付きで?
( No.2 )
|
 |
- 日時: 2006/07/15 01:10
- 名前: Asps
-
ひで様
早速のレスポンスありがとうございました。 上記の様に、http.confを変更してみましたが、UserDir直下のファイルがクライアントからアクセス出来なくなる様です。 もう少し、色々試してみようと思います。 それと、シャットダウン時のエラー Stopping system message bus : setitimer : hcid (pid = 1568) provided invalid timeval it_value: tv_sec =0 tv_usec = 5000000 setitimer: hcid (pid = 1568) provided invalid timeval it_interval: tv_sec = 0 tv_usec = 5000000 hcid[1568]: segfault at 0000000000000030 rip 00002aaaaabebf18 rsp 00007fff36e5b870 error 4 は、Bluetoothのサービスを停止すれば、出なくなりました。この件は、これで解決出来たと思います。 あと、MTU値を変更するために、"/etc/sysconfig/network-scripts/ifcfg-eth0"にMTU=XXXXを追加することで 再起動後も、MTU値が希望の値にありますが、この方法で良かったでしょうか? よろしくお願いします。
|
Re: UserDirでcgiが動くようになったのですが、条件付きで?
( No.3 )
|
 |
- 日時: 2006/07/17 17:22
- 名前: ひで
-
UserDir ./
ではどうでしょうか?
MTUはお書きになった通りで大丈夫だと思います。
|