## ## srm.conf -- Apache HTTP server configuration file ## # # This is the default file for the ResourceConfig directive in httpd.conf. # It is processed after httpd.conf but before access.conf. # # To avoid confusion, it is recommended that you put all of your # Apache server directives into the httpd.conf file and leave this # one essentially empty. # # ユーザーディレクトリの中の public_html ディレクトリの中にあるファイルが # http://[サーバー名]/~[ユーザー名]/ の場所で見れるように定義。 UserDir public_html # ファイル名を省略したときに自動的に読み込むファイル名の指定 # 要するに、http://[サーバー名]/ とすれば、http://[サーバー名]/index.html が読まれる、みたいな。 DirectoryIndex index.html