DIR : /home/kozerus/public_html/dgs/dgs/deploy/local/web/sites-enabled/000-dragon-local.conf
/home/kozerus/public_html/dgs/dgs/deploy/local/web/sites-enabled
<VirtualHost *:80>
ServerName localhost
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
CustomLog /var/log/apache2/DGS-access_log combined
ErrorLog /var/log/apache2/DGS-error_log
# don't loose time with IP address lookups
HostnameLookups Off
# needed for named virtual hosts
UseCanonicalName Off
# configures the footer on server-generated documents
ServerSignature On
#php_admin_value sendmail_path "/usr/lib/sendmail -t -fnoreply@dragongoserver.net"
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>
<IfModule mod_mime.c>
AddType text/html .php
</IfModule>
<IfModule mod_info.c>
<Location /server-info>
SetHandler server-info
Order Allow,Deny
Allow from all
</Location>
</IfModule>
<IfModule mod_status.c>
<Location /server-status>
SetHandler server-status
Order Allow,Deny
Allow from all
</Location>
ExtendedStatus On
</IfModule>
#vi:syn=apache ts=4 noet:
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer