Leser: 1
![]() |
|< 1 ... 3 4 5 6 7 8 >| | ![]() |
76 Einträge, 8 Seiten |
QuoteNOTE: The use of <VirtualHost> does not affect what addresses Apache listens on. You may need to ensure that Apache is listening on the correct addresses using either BindAddress or Listen.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
NameVirtualHost 212.6.225.4
<VirtualHost 192.168.0.2>
RewriteEngine Off
ServerName www.projektgemeinschaft.de
ServerAlias *.projektgemeinschaft.de
DocumentRoot /usr/local/httpd/htdocs/verein
<Location /cgi-bin/liebe.pl>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
</Location>
</VirtualHost>
<VirtualHost 212.6.225.4>
ServerName www.flirtwelt.net
DocumentRoot /usr/local/httpd/htdocs
ServerAdmin [EMAIL=you@your.address]you@your.address[/EMAIL]
ErrorLog /var/log/httpd/error_log
TransferLog /var/log/httpd/access_log
<Location /cgi-bin/index.pl>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
</Location>
</VirtualHost>
![]() |
|< 1 ... 3 4 5 6 7 8 >| | ![]() |
76 Einträge, 8 Seiten |