Webサーバからuserhomeを公開 ― 2006/12/14
次の場所にホームディレクトリがマウントされている.
学生: /home/edws/*
教員: /home/fs/*
(1)/etc/httpd/conf/httpd.confの次の行のコメントをはずす.
[root@tbspc2 conf]# diff httpd.conf httpd.conf.h181214
478,489c478,489
< <Directory /home/*/public_html>
< AllowOverride FileInfo AuthConfig Limit
< Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
< <Limit GET POST OPTIONS PROPFIND>
< Order allow,deny
< Allow from all
< </Limit>
< <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
< Order deny,allow
< Deny from all
< </Limit>
< </Directory>
(2)httpdの再起動.
学生: /home/edws/*
教員: /home/fs/*
(1)/etc/httpd/conf/httpd.confの次の行のコメントをはずす.
[root@tbspc2 conf]# diff httpd.conf httpd.conf.h181214
478,489c478,489
< <Directory /home/*/public_html>
< AllowOverride FileInfo AuthConfig Limit
< Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
< <Limit GET POST OPTIONS PROPFIND>
< Order allow,deny
< Allow from all
< </Limit>
< <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
< Order deny,allow
< Deny from all
< </Limit>
< </Directory>
(2)httpdの再起動.
最近のコメント