ini Apache站点配置模板
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini Apache站点配置模板相关的知识,希望对你有一定的参考价值。
<VirtualHost *:80>
ServerName wbase.websiteserverbox
ServerAlias www.wbase.websiteserverbox blogbase.websiteserverbox www.blogbase.websiteserverbox
ServerAdmin admin@website.de
DocumentRoot /var/www-data
DirectoryIndex index.php index.html
LogLevel Warn
LogFormat vhost_common
CustomLog /var/log/apache2/websitewbase.access.log vhost_common
ErrorLog /var/log/apache2/websitewbase.error.log
<Directory /var/www-data>
Options FollowSymLinks
Require all granted
AllowOverride All
php_admin_value error_log /var/www-data/php-errors.log
php_admin_flag log_errors On
php_admin_flag session.gc_probability 1
</Directory>
</VirtualHost>
以上是关于ini Apache站点配置模板的主要内容,如果未能解决你的问题,请参考以下文章
ini Apache虚拟主机模板
配置php开发环境
ini 具有websocket支持的nodejs最简单的nginx站点配置
ini Nginx配置基于/ api / v1 url路径的多个laravel站点
使用 Google Guice Servlet 配置 Apache Shiro
ini 使用强制SSL和www到非www重定向的ProcessWire的Nginx站点配置