Sha256: b4127b4dbca2fc49b5486f7ce05e09d033c19421c5d6f0c67954457f30c2c7de

Contents?: true

Size: 1.45 KB

Versions: 72

Compression:

Stored size: 1.45 KB

Contents

# This file is overwritten by 'vagrant provision'. For the source,
# see dev/vagrant/apache_default_site.conf in the Phusion Passenger source
# tree.

<VirtualHost *:8000>
	# The ServerName directive sets the request scheme, hostname and port that
	# the server uses to identify itself. This is used when creating
	# redirection URLs. In the context of virtual hosts, the ServerName
	# specifies what hostname must appear in the request's Host: header to
	# match this virtual host. For the default virtual host (this file) this
	# value is not decisive as it is used as a last resort host regardless.
	# However, you must set it for any further virtual host explicitly.
	#ServerName www.example.com

	ServerAdmin webmaster@localhost
	DocumentRoot /var/www/html

	# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
	# error, crit, alert, emerg.
	# It is also possible to configure the loglevel for particular
	# modules, e.g.
	#LogLevel info ssl:warn

	ErrorLog ${APACHE_LOG_DIR}/error.log
	CustomLog ${APACHE_LOG_DIR}/access.log combined

	# For most configuration files from conf-available/, which are
	# enabled or disabled at a global level, it is possible to
	# include a line for only one particular virtual host. For example the
	# following line enables the CGI configuration for this host only
	# after it has been globally disabled with "a2disconf".
	#Include conf-available/serve-cgi-bin.conf
</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

Version data entries

72 entries across 72 versions & 2 rubygems

Version Path
passenger-5.3.5 dev/vagrant/apache_default_site.conf
passenger-5.3.4 dev/vagrant/apache_default_site.conf
passenger-5.3.3 dev/vagrant/apache_default_site.conf
passenger-5.3.2 dev/vagrant/apache_default_site.conf
passenger-5.3.1 dev/vagrant/apache_default_site.conf
passenger-5.3.0 dev/vagrant/apache_default_site.conf
passenger-5.2.3 dev/vagrant/apache_default_site.conf
passenger-5.2.2 dev/vagrant/apache_default_site.conf
passenger-5.2.1 dev/vagrant/apache_default_site.conf
passenger-5.2.0 dev/vagrant/apache_default_site.conf
passenger-5.1.12 dev/vagrant/apache_default_site.conf
passenger-5.1.11 dev/vagrant/apache_default_site.conf
passenger-5.1.10 dev/vagrant/apache_default_site.conf
passenger-5.1.9 dev/vagrant/apache_default_site.conf
passenger-5.1.8 dev/vagrant/apache_default_site.conf
passenger-5.1.7 dev/vagrant/apache_default_site.conf
passenger-5.1.6 dev/vagrant/apache_default_site.conf
passenger-5.1.5 dev/vagrant/apache_default_site.conf
passenger-5.1.4 dev/vagrant/apache_default_site.conf
passenger-5.1.3 dev/vagrant/apache_default_site.conf