Thread Apache Domain einrichten: virtual (75 answers)
Opened by Froschpopo at 2004-07-22 11:15

Froschpopo
 2004-07-22 12:37
#30875 #30875
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
ändert sich nichts.
ich vermute mal, dass sich die beiden Einträge hier nicht vertragen:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Location /cgi-bin/index.pl> # das try2flirt.de - Script
 SetHandler perl-script
 PerlHandler Apache::Registry
 Options +ExecCGI
</Location>

<VirtualHost 212.6.225.4>
ServerName projektgemeinschaft.de
DocumentRoot /usr/local/httpd/htdocs/verein/
</VirtualHost>

<VirtualHost *>
DocumentRoot "/usr/local/httpd/htdocs"
ServerName new.host.name
ServerAdmin [EMAIL=you@your.address]you@your.address[/EMAIL]
ErrorLog /var/log/httpd/error_log
TransferLog /var/log/httpd/access_log

er leitet nach wie vor auf try2flirt.de weiter.\n\n

<!--EDIT|Froschpopo|1090485488-->

View full thread Apache Domain einrichten: virtual