M2web-vista-site

From VistApedia
Revision as of 23:12, 12 October 2006 by Kdtop (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This file is from K.Toppenberg's site (not exposed to internet)

<VirtualHost *>
       ServerName vista.net
       ServerAlias vistaserver
       ServerAdmin kdtop3@gmail.com
       SuexecUserGroup vista vista
       DocumentRoot /var/www/vista/

       <Directory />
               Options FollowSymLinks
               AllowOverride None
       </Directory>
       <Directory /var/www/>
               Options ExecCGI Indexes FollowSymLinks MultiViews
               AllowOverride None
               Order allow,deny
               allow from all
       </Directory>

       <Directory "/var/www/vista/">
              AllowOverride None
              Options ExecCGI Indexes FollowSymLinks MultiViews
              Order allow,deny
              Allow from all
       </Directory>


       ErrorLog /var/log/apache2/vista_error.log

       # Possible values include: debug, info, notice, warn, error, crit,
       # alert, emerg.
       LogLevel warn

       CustomLog /var/log/apache2/vista_access.log combined
       ServerSignature On

       Alias /icon/ "/usr/local/m2web/w/icon/"
       <Directory "/usr/local/m2web/w/icon">
           Options Indexes MultiViews
           AllowOverride None
           Order allow,deny
           Allow from all
       </Directory>

       Alias /icons/ "/usr/share/apache2/icons/"
       <Directory "/usr/share/apache2/icons">
           Options Indexes MultiViews
           AllowOverride None
           Order allow,deny
           Allow from all
       </Directory>

       Alias /doc/ "/usr/local/m2web/"
       <Directory "/usr/local/m2web">
           Options Indexes MultiViews FollowSymLinks
           AllowOverride None
           Order allow,deny
           Allow from all
       </Directory>

       ScriptAlias /           /var/www/vista/m2web.cgi/

</VirtualHost>