Return to Snippet

Revision: 27925
at June 27, 2010 01:58 by iroybot


Initial Code
<VirtualHost 127.0.0.1>
	ServerName weblication
	ServerAlias localhost
	AddType text/html .shtml
	AddHandler server-parsed .shtml
	AddHandler cgi-script .pl .cgi
	ServerAdmin [email protected]
	DocumentRoot "c:/xampp/htdocs/ep/de_contactsheet_weblication"
	ScriptAlias /cgi-bin/ "c:/xampp/htdocs/ep/de_contactsheet_weblication/cgi-bin/"
	<Directory "c:/xampp/htdocs/ep/de_contactsheet_weblication">
		Options Indexes FollowSymLinks ExecCGI
		Options +Includes
		AllowOverride FileInfo
		AllowOverride None
		Order allow,deny
		Allow from all
		DirectoryIndex index.php index.shtml index.html index.htm
	</Directory>
</VirtualHost>

Initial URL


Initial Description


Initial Title
Example Virtual Host Configuration (Weblication on XAMPP)

Initial Tags
perl

Initial Language
Apache