Einzelnen Beitrag anzeigen
Alt 10.09.2005, 21:26   #3
abcxyz
Veteran
 
Registriert seit: 18.04.2004
Beiträge: 372


Standard

eintrag in der sites-enabled/000-defaults:

ameVirtualHost *
<VirtualHost *>
ServerAdmin chat@liwest.at
ServerName www.germanchat.ath.cx
ServerAlias germanchat.ath.cx *.germanchat.ath.cx
DocumentRoot /apache-web/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /apache-web/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# This directive allows us to have apache2's default start page
# in /apache2-default/, but still have / go to the right place
#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 EMail

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 *>
ServerAdmin ts@liwest.at
Servername www.rudolfreinhart.ath.cx
DocumentRoot /reinhart/
ServerAlias rudolfreinhart.ath.cx *.rudolfreinhart.ath.cx
ServerSignature EMail
</VirtualHost>
<VirtualHost>
ServerAdmin ts@liwest.at
Servername www.thomasstrigl.ath.cx
DocumentRoot /privat/
ServerAlias thomasstrigl.ath.cx *.thomasstrigl.ath.cx
ServerSignature EMail
</VirtualHost>


##################
Einträge in der hosts Datei:

192.168.2.x germanchat.ath.cx irc
192.168.2.x rudolfreinhart.ath.cx reinhart
192.168.2.x thomasstrigl.ath.cx strigl


Oder muss ich Neustart machen? -.-
Hab ne Menge am Server laufen was ich ungern täte...

Danke.
____________________________________
Life is living *ggg*
Lebt nicht das Leben, seid es!
abcxyz ist offline   Mit Zitat antworten