Thread vHosts: wie richte ich mir eine Subdomain ein? (25 answers)
Opened by pktm at 2003-08-08 20:29

pktm
 2003-08-08 20:56
#29653 #29653
User since
2003-08-07
2921 Artikel
BenutzerIn
[Homepage]
user image
Hm, also ich hab das jetzt so probiert:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# a) mein browser will beim Aufruf http://board.localhost ins Internet gehen und findet da nix
<VirtualHost 127.0.0.1:8080>
DocumentRoot c:/apache/board/htdocs
ScriptAlias /cgi-bin/ "c:/apache/board/htdocs/cgi-bin/"
ErrorLog c:/apache/board/log/8080_error.log
CustomLog c:/apache/board/log/8080.log combined
AccessFileName .htaccess
</VirtualHost>

b) mein Browser meldet, er kann die DNS nicht finden (o.ä.)
<VirtualHost localhost>
DocumentRoot c:/apache/board/htdocs
ScriptAlias /cgi-bin/ "c:/apache/board/htdocs/cgi-bin/"
ErrorLog c:/apache/board/log/8080_error.log
CustomLog c:/apache/board/log/8080.log combined
AccessFileName .htaccess
</VirtualHost>


Hab eich irgendwas vergessen?
Muss ich noch irgendeinen listen - Eintrag tätigen?
mfg pktm
http://www.intergastro-service.de (mein erstes CMS :) )

View full thread vHosts: wie richte ich mir eine Subdomain ein?