Einzelnen Beitrag anzeigen
Alt 13.05.2009, 15:01   #21
rodi
Profi
Punkte: 6.196, Level: 51 Punkte: 6.196, Level: 51 Punkte: 6.196, Level: 51
Levelaufstieg: 23% Levelaufstieg: 23% Levelaufstieg: 23%
Aktivität: 0% Aktivität: 0% Aktivität: 0%
Letzte Erfolge
Artikel Benutzer besitzt 1x Helfer Benutzer besitzt 1x Grundwissen Benutzer besitzt 1x Hilfe Level 3
 
Benutzerbild von rodi
 
Registriert seit: 04.08.2008
Beitr?ge: 816
Abgegebene Danke: 289
Erhielt 89 Danke für 11 Beiträge
Themenstarter Themenstarter
Downloads: 9
Uploads: 0
Nachrichten: 97
Renommee-Modifikator:
1036 rodi genießt hohes Ansehenrodi genießt hohes Ansehenrodi genießt hohes Ansehenrodi genießt hohes Ansehenrodi genießt hohes Ansehenrodi genießt hohes Ansehenrodi genießt hohes Ansehenrodi genießt hohes Ansehenrodi genießt hohes Ansehenrodi genießt hohes Ansehenrodi genießt hohes Ansehen
Standard

hier mal meine 1,4kB große vhost:
Zitat:
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
NameVirtualHost *:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost *:80>
ServerAdmin noreply@xxxxxxx.org
DocumentRoot /opt/lampp/htdocs
ServerName xxxxxx.org
ServerAlias 111.111.111.111
ErrorLog logs/xxxxxxx.org-error_log
CustomLog logs/xxxxxxx.org-access_log common
</VirtualHost>

<VirtualHost *:80>
ServerAdmin noreply@xxxxxxx.net
DocumentRoot /opt/lampp/newsource
ServerName xxxxxxxx.net
ServerAlias 111.111.111.112
ErrorLog logs/xxxxx.net-error_log
CustomLog logs/xxxxx.net-access_log common
</VirtualHost>
und meine php.ini ist 31 kB groß.
rodi ist offline   Mit Zitat antworten Nach oben