Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
apache php localhost network problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
torin
Tux's lil' helper
Tux's lil' helper


Joined: 03 Feb 2003
Posts: 119

PostPosted: Thu May 20, 2004 3:41 pm    Post subject: apache php localhost network problem Reply with quote

Hi, was muß ich wo eintragen, damit ich von rechner X aus auf den apache auf rechner Y zugreifen kann?
wenn ich die ip von rechner Y auf rechner X im browser eingebe, löst der apache auf Y das ganze als localhost auf, was natürlich nicht funktioniert.

Beispiel:

/etc/hosts:
127.0.0.1 localhost
192.168.33.133 rechnerY

apache2.conf:
/ServerName localhost

was auch eigenartig ist:
wenn ich 192.168.33.133 torin tiago-lx
in der /etc/hosts weglasse startet apache nicht.
wenn ich in der apache2.conf den ServerName ändere
geht der browser ins netz: ServerName = louy ->
192.168.33.133/phpmyadmin wird zu www.louy.com/phpmyadmin

???
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Thu May 20, 2004 4:33 pm    Post subject: Reply with quote

Auf der Maschine, auf der apache laeuft (rechnerY), musst Du in apache2.conf bei ServerName den Hostnamen der Maschine eintragen, und nicht localhost, und in commonapache2.conf UseCanonicalName auf Off setzen.
Die zweite Maschine, auf der der Browser laeuft (rechnerX), muss den Namen der ersten Maschine (rechnerY) resolven koennen. Wenn es eine UNIX-Maschine ist, trage
Code:
192.168.33.133 rechnerY
in /etc/hosts ein. Wenn es eine Windows-Maschine ist, trage dasselbe in C:\Windows\system32\drivers\etc\hosts ein. Oder aber verwende http://IP anstatt http://rechnerX.
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
torin
Tux's lil' helper
Tux's lil' helper


Joined: 03 Feb 2003
Posts: 119

PostPosted: Thu May 20, 2004 4:49 pm    Post subject: re Reply with quote

super läuft jetzt danke!!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum