Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Apache 1.3.27 startet nicht
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
freakzen-LX
n00b
n00b


Joined: 02 Apr 2003
Posts: 4

PostPosted: Tue May 20, 2003 12:00 pm    Post subject: Apache 1.3.27 startet nicht Reply with quote

Hallo,

ich habe den Apache 1.3.27 wie hier beschrieben auf meinem Gentoo 1.4_rc4 System installiert. Lief auch alles ohne Probleme durch.
Dann habe ich den Apache gestartet:

root@knork-2k freakzen # /etc/init.d/apache start
* Starting apache... [ ok ]
root@knork-2k freakzen #

So weit, so gut. Nur kann ich nicht auf den Apache zugreifen.
Ich habe
- http://localhost
- http://127.0.0.1 und
- http://192.168.2.10 probiert.
Danach habe ich mal mit nmap den Rechner gescannt und gemerkt das Port 80 gar nicht offen ist.
Dann ein:

root@knork-2k freakzen # apachectl configtest
Syntax OK
root@knork-2k freakzen #

und danach:

root@knork-2k freakzen # apachectl start
/usr/sbin/apachectl start: httpd started
root@knork-2k freakzen #

Jetzt kann ich mit dem Browser auf den Apache zugreifen. Hat einer eine Idee was hier falsch ist?
Grüße,
Freakzen-LX
Back to top
View user's profile Send private message
MasterOfMagic
l33t
l33t


Joined: 20 Aug 2002
Posts: 677
Location: Vienna, Austria

PostPosted: Tue May 20, 2003 12:06 pm    Post subject: Reply with quote

hast du mal deine log-files durchstöbert? da drinnen wird des rätsels lösung sein. apache kann aus tausenden gründen abstürzen. ohne log-files wirst du das aber schwer rausfinden.

mfg
masterofmagic
_________________
Gentoo 1.4
Kernel 2.4.24
KDE 3.1.5
Back to top
View user's profile Send private message
andreh
Tux's lil' helper
Tux's lil' helper


Joined: 03 Feb 2003
Posts: 117
Location: Laboe, Germany

PostPosted: Tue May 20, 2003 12:11 pm    Post subject: Reply with quote

iptables gecheckt?
Back to top
View user's profile Send private message
freakzen-LX
n00b
n00b


Joined: 02 Apr 2003
Posts: 4

PostPosted: Tue May 20, 2003 12:29 pm    Post subject: Reply with quote

Hallo,

und danke für die schnelle Antwort. Sorry, die Logfiles hab ich glatt vergessen. Hier ein Auszug aus /var/log/apache/error_log nachdem ich den Apache mit apachectl start gestartet habe:

[Tue May 20 14:25:11 2003] [notice] Apache/1.3.27 (Unix) (Gentoo/Linux) configured -- resuming normal operations
[Tue May 20 14:25:11 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue May 20 14:25:11 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)

Wenn ich den Apache mit /etc/init.d/apache start versuche zu starten, erhalte ich eine OK Meldung und im error_log werden keine Einträge geschrieben, allerdings kann ich dann auch nicht auf den Apache zugreifen.
Welche logfiles wären denn jetzt noch interessant ?
Grüße,
Freakzen-LX

das mit den iptables habe ich zu spät gelesen, aber die scheiden aus, da ich ja Zugriff auf den Apache habe wenn ich ihn mit apachectl start anwerfe und die ganze Sache auch noch lokal teste...
Back to top
View user's profile Send private message
dalu
Guru
Guru


Joined: 20 Jan 2003
Posts: 530

PostPosted: Tue May 20, 2003 7:38 pm    Post subject: Re: Apache 1.3.27 startet nicht Reply with quote

falsch:
root@knork-2k freakzen # /etc/init.d/apache start
* Starting apache... [ ok ]

richtig:
root@knork-2k freakzen # apachectl start
/usr/sbin/apachectl start: httpd started

wenn du die anleitung liest siehst du das man apache mit diesem script starten sollte.
Back to top
View user's profile Send private message
andreh
Tux's lil' helper
Tux's lil' helper


Joined: 03 Feb 2003
Posts: 117
Location: Laboe, Germany

PostPosted: Tue May 20, 2003 7:44 pm    Post subject: Re: Apache 1.3.27 startet nicht Reply with quote

dalu wrote:
falsch:
root@knork-2k freakzen # /etc/init.d/apache start
* Starting apache... [ ok ]


Nicht falsch, lediglich eine weitere Moeglichkeit.
Back to top
View user's profile Send private message
freakzen-LX
n00b
n00b


Joined: 02 Apr 2003
Posts: 4

PostPosted: Tue May 20, 2003 9:19 pm    Post subject: Reply with quote

Hallo,

viel weiter bin ich ja nun nicht gerade :) Wenn ich den Apache mit rc-update add apache default dem Runlevel hinzufüge, wird beim booten zwar mit OK bestätigt das dieser gestartet wurde, ein Zugriff ist aber nicht möglich. In den logfiles werden auch keine Einträge vorgenommen...Für weitere Tipps bin ich also immer offen.
Grüße,
Freakzen-LX
Back to top
View user's profile Send private message
SuEt
Apprentice
Apprentice


Joined: 11 Oct 2002
Posts: 169
Location: Schweiz - Zurich

PostPosted: Tue May 20, 2003 9:24 pm    Post subject: Reply with quote

ich hab genau das selbe problem wie du.
aus reiner neugier hab ich mal apache2 installiert und siehe da, ich hatte zugriff auf ihn. des rätsels lösung wieso apache2 läuft und apache nicht, weiss ich jetzt allerdings auch noch nicht...

Gruss
SuEt
Back to top
View user's profile Send private message
freakzen-LX
n00b
n00b


Joined: 02 Apr 2003
Posts: 4

PostPosted: Tue May 20, 2003 11:27 pm    Post subject: Reply with quote

Hallo,

ich glaube ich habe meinen "Übeltäter" gefunden ;)
Ich habe bei der Installation wie in der in der Anleitung beschrieben in der Datei /etc/conf.d/apache die Zeile #APACHE_OPTS="-D SSL -D PHP4" aktiviert. Mit dieser Einstellung lies sich der Apache nicht über /etc/init.d/apache start starten. Wenn ich das -D SSL weglasse, startet Apache mit PHP Unterstützung. Jetzt habe ich wenigstens einen Anhaltspunkt...
Grüße,
Freakzen-LX
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