当前位置: 首页 > 工具软件 > Apache Myriad > 使用案例 >

Apache Directory

周博达
2023-12-01

restart apache:

 

apachectl -k restart -f httpd.conf

 

stop apache:

 

apachectl -k graceful

 

 

 

DocumentRoot /usr/web

 

<Directory "/usr/web">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

 

这样就设置了http的根目录为 /usr/web 且 用户可以访问

 

then an access to http://www.my.host.com/index.html refers to /usr/web/index.html

 

 类似资料:

相关阅读

相关文章

相关问答