6 Star 4 Fork 1

sunny / dzzwithdocker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
apache_default 995 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunny 提交于 2014-05-23 08:21 . build new
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/html>
Options Indexes FollowSymLinks MultiViews
# To make wordpress .htaccess work
AllowOverride FileInfo
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Shell
1
https://gitee.com/tufeiping/dzzwithdocker.git
git@gitee.com:tufeiping/dzzwithdocker.git
tufeiping
dzzwithdocker
dzzwithdocker
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891