¸®´ª½º °ü·Ã °Ô½ÃÆÇ

2015/08/18(10:41) from 210.93.7.52
ÀÛ¼ºÀÚ : ÁÖÀÎÀå Á¶È¸¼ö : 5779 , ÁÙ¼ö : 20
Re: [Apache] À¥È£½ºÆÃÀ» À§ÇÑ public_html ¼³Á¤
1. httpd.conf ÆíÁý

# User home directories
Include conf/extra/httpd-userdir.conf


2. httpd-userdir.conf

<Directory "/home1/*/*/public_html">
   AllowOverride FileInfo AuthConfig Limit Indexes
   Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
   <Limit GET POST OPTIONS>
       Order allow,deny
       Allow from all
   </Limit>
   <LimitExcept GET POST OPTIONS>
       Order deny,allow
       Deny from all
   </LimitExcept>
</Directory>

Modify Delete Post Reply Backward Forward List
Powered by Kang Jul Ki