Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Apache nicht erreichbar

Empfohlene Antworten

Hallo,

Hab auf meinem Windows 2000 System ein WAMP laufen.

Problem beim Apache Server ist das ich nur über //localhost drauf zugreifen kann.

ich möchte aber im Netzwerk drauf zugreifen können.

also //localhost geht und http://rechnerip geht nicht.

abschnitt aus httpd.conf:

<Directory "/wampp2/htdocs">

Options Indexes FollowSymLinks MultiViews Includes ExecCGI

AddHandler server-parsed .shtml

AddHandler cgi-script .cgi

AllowOverride All

order allow,deny

Allow from All

</Directory>

ich weis nicht ob das was mit den letzten 2 zeilen zu tun hat.

jedenfalls hab ich mir das bei apche schon angeschaut und es klappt einfach nicht.

*hülfääää

Hi,

an einfachsten geht dies folgendermaßen:

1. Du trägst in die hosts-Datei (C:\WINDOWS\system32\drivers\etc\hosts) einen neuen Hostnamen.


127.0.0.1   name.des.hosts

2. In der http.conf des Apache legst du einen neuen Virtuellen Host an.

<VirtualHost *>

	ServerAdmin [b]eine@email.adresse[/b]

	DocumentRoot [b]Pfad zum Wurzelverzeichnis der Webseite[/b]

	ServerName 127.0.0.1

</VirtualHost>

3. Über die Eingabeaufforderung "ipconfig /all" eingeben, damit die Änderung in der hosts-Datei übernommen wird

4. Den Apache-Server neu starten

Danach kannst du von deinem Netzwerk aus auf die Webseite deines Rechners zugreifen (IP des Rechners).

mfg,

xmurrix

hallo,

ich hab jetzt folgende einstellungen:

hosts:


127.0.0.1       localhost

172.0.0.1	   1121-udaniel

httpd.conf:

<VirtualHost *>

        ServerAdmin [email]uwedaniel@hotmail.com[/email]

        DocumentRoot /wampp2/htdocs

        ServerName 172.0.0.1

</VirtualHost>

jetzt kann ich:

http://localhost

und http://1121-udaniel

aber http://meineIP geht noch immer nicht

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.