[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: FW: Apache2 Manhattan Virtual Classroom



Just one more posting on the subject :)

I noticed, that the syntax of the file had been broken (by M$ Outlook?),
when posting/mailing back and forth. This is what the file originally
looked like.
/etc/apache2/sites-available/manhat:
-------------8<-cut here----------------------------------
# Remove the tag below, if this is your only site
<VirtualHost xx.yy.zz.ww:80>
 
# This should be a working email address
  ServerAdmin webmaster@yourdomain.com
 
# Make sure that you put your real servername here
  ServerName www.manhat.yourdomain.com
 
# You might want to make a simple index.html into /home/manhat
# e.g just a link to the manhat-bin/doorstep
# Otherwise you can change this to
# DocumentRoot /var/www
  DocumentRoot /home/manhat

  ScriptAlias /manhat-bin/ /home/manhat/manhat-3.1.0/bin/

  <Directory "/home/manhat/manhat-3.1.0/bin/">
    AllowOverride None
    Options +ExecCGI -Includes
    Order allow,deny
    Allow from all
  </Directory>

  ScriptAlias /manhat-sbin/ /home/manhat/manhat-3.1.0/sbin/

  <Directory "/home/manhat/manhat-3.1.0/sbin/">
    AllowOverride None
    Options +ExecCGI -Includes
    Order allow,deny
    Allow from all
  </Directory>

  Alias /manhat-images/ /home/manhat/manhat-3.1.0/images/

  <Directory /home/manhat/manhat-3.1.0/images>
    Options FollowSymLinks
    AllowOverride None
    Allow from all
  </Directory>

  CustomLog /var/log/apache2/manhat-access.log combined
  ErrorLog /var/log/apache2/manhat-error.log
# LogLevel can be: debug, info, notice, warn, error, crit, alert or emerg
  LogLevel warn

# Remove the tag below, if this is your only site
</VirtualHost>
-------------------8<-cut here-----------------------------

Simo
-- 
:r ~/.signature

Attachment: signature.asc
Description: Digital signature


Reply to: