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



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer