
UNIXを知らないユーザーのQUBEへの挑戦!
チルダー付ユーザーホームページURL
|
|
|
デフォルトではユーザーホームページのURLは UNIXが詳しくないのですが何とか試してみようと思い書籍で調べてみると[ srm.conf ]というファイルをTelnetでrootログインしてVIエディタで編集すればいいということが判りました。 QUBE内の[ srm.conf ]の位置; /etc/httpd/conf/srm.conf 1.まず某プロバイダーの[ srm.conf ]をFTPで拝借してQUBEとの違いを比較してみました。QUBEではUserDirの行がコメントアウト(#UserDir public_html)になっておりました。取りあえずここの#を取ってUserDirを有効にしようと試みました。 2.まず、データーのバックアップを取る。 3.Telnetでrootログインして # With this document, you define the name space that users see of your http # server. This file also defines server settings which affect how requests are # serviced, and how results should be formatted. # See the tutorials at http://www.apache.org/ for # more information. # Originally by Rob McCool; Adapted for Apache # DocumentRoot: The directory out of which you will serve your # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. DocumentRoot /home/httpd/html/groups/home # UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is recieved. #UserDir public_html # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. DirectoryIndex index.html 以下省略 4.VIエディタの操作はかなり難解です。始めての方は参考書を見ながらしないと絶対無理です。 6.ユーザーディレクトリに[pubulic_html]というディレクトリを作り、その中にindex.htmlを転送すればhttp://********/~[ユーザー名]/
でのアクセスが可能になります。 尚、QUBE標準のウェブページビルダーで編集できるデフォルトユーザーホームページは ********早速ユーザー会ML S氏様より情報をいただきました。 |
|
|