VirtualHost Issue (Ubuntu 6.10)

Karl-Heinz Schulz karlheinz at khschulz.com
Sat Jan 6 15:41:11 UTC 2007


I cannot the Virtual host working on this newly set up box .
Would you mind to get me in the right direction?


TIA

NameVirtualHost *:80

<VirtualHost *>
        ServerAdmin webmaster at localhost

        DocumentRoot /var/www/
        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>
        <Directory /var/www/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
                # Uncomment this directive is you want to see apache2's
                # default start page (in /apache2-default) when you go to /
                #RedirectMatch ^/$ /apache2-default/
        </Directory>

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        <Directory "/usr/lib/cgi-bin">
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        </Directory>

        ErrorLog /var/log/apache2/error.log

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

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

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

</VirtualHost>


<VirtualHost *:80>
    ServerName www.wienernaschmarkt.eu
    DocumentRoot /var/www/naschmarkt
    ServerAdmin webmaster at wienernaschmarkt.eu
</VirtualHost>

<VirtualHost *:80>
    ServerName www.kasimir-schulz.com
    DocumentRoot /usr/share/gallery
</VirtualHost>

<VirtualHost *:80>
    ServerName www.khschulz-lab.com
    DocumentRoot /usr/share/gallery
</VirtualHost>


Alias /squirrelmail /usr/share/squirrelmail

<Directory /usr/share/squirrelmail>
  php_flag register_globals off
  Options Indexes FollowSymLinks
  <IfModule mod_dir.c>
    DirectoryIndex index.php
  </IfModule>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070106/e3a8bd65/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3660 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070106/e3a8bd65/attachment.bin>


More information about the ubuntu-users mailing list