Wie setzt man localhost auf die domain ?

Hallo allerseits,

ich möchte auf eimeme Windows 2003 V-Server xWiki aufsetzen.

ich habe das Programm bereits nach C/Programme installert und es läuft unter der Adresse: http://localhost8080/xwiki.

Was muß ich an dem Serever einstellen, damit es unter www.meinedomain/xwiki läuft.

Ich habe etwas von host-File-Eiträgen gehört, kenne mich damit aber null aus.

Vielen Dank für eure Hilfe

hotte

Wenn du intern mit http://www.meinedomain/xwiki arbeiten willst
dann schreibt man das so in die host datei :-9

Deine Server-IP gefolgt vom Namen

C:\WINDOWS\system32\drivers\etc\host mit Wordpad öffnen

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost
192.168.0.1 www.meinedomain

Beispiel für Server 192.168.0.1

problem, das muss auf jeden Computer in dessen host.conf extra gemacht werden.

Soll von aussen ein zugriff erfolgen

Z.b. vom Internetcafe mit www.meinedomain.de/xwiki
dann muss man sich ein dienst holen z.b. www.no-ip.com etc…
Da zuhause ja nicht ständig die selbe IP für das internet genutzt wird , aktualisiert der dient die IP zu einem domain namen …
deinename.no-ip.org z.b. etc … wenn du noch zahlst dafür kannste dir ne domain aussuchen :smile:
Zusätzlich muss der Port in der Firewall freigeschaltet werden.

[Bei dieser Antwort wurde das Vollzitat nachträglich automatisiert entfernt]