Current time: 09-28-2024, 07:33 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT]Apache deutung und login prob. in webmail
Author Message
totototo Away
Junior Member
*

Posts: 183
Joined: May 2007
Reputation: 0
Post: #1
[ERLEDIGT]Apache deutung und login prob. in webmail
hallo zusammen,

ich weiss das es nicht unbedingt hier her gehört, aber da hier doch sehr viele kompetente user aufhalten wollte ich mal fragen ob ihr was zu diesen errors aus der apache2.log deuten könnt.

Code:
[Wed Sep 10 21:14:03 2008] [error] [client 62.205.37.227] File does not exist: /htdocs
[Wed Sep 10 21:14:03 2008] [error] [client 62.205.37.227] File does not exist: /htdocs
[Wed Sep 10 21:14:03 2008] [error] [client 62.205.37.227] File does not exist: /htdocs
[Wed Sep 10 21:14:03 2008] [error] [client 62.205.37.227] File does not exist: /htdocs
[Wed Sep 10 21:14:04 2008] [error] [client 62.205.37.227] File does not exist: /htdocs
[Wed Sep 10 21:14:08 2008] [error] [client ::1] File does not exist: /htdocs
[Wed Sep 10 21:23:03 2008] [notice] caught SIGTERM, shutting down
[Wed Sep 10 21:23:09 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Wed Sep 10 21:23:09 2008] [notice] FastCGI: wrapper mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Wed Sep 10 21:23:09 2008] [notice] FastCGI: process manager initialized (pid 19472)
[Wed Sep 10 21:23:09 2008] [warn] FastCGI: server "/var/www/fcgi/master/php5-fcgi-starter" (uid 2000, gid $
[Wed Sep 10 21:23:09 2008] [notice] Apache/2.2.3 (Debian) mod_fastcgi/2.4.2 configured -- resuming normal $
[Wed Sep 10 21:23:13 2008] [notice] caught SIGTERM, shutting down
[Wed Sep 10 21:23:13 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Wed Sep 10 21:23:13 2008] [notice] FastCGI: wrapper mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Wed Sep 10 21:23:13 2008] [notice] FastCGI: process manager initialized (pid 19903)
[Wed Sep 10 21:23:13 2008] [warn] FastCGI: server "/var/www/fcgi/master/php5-fcgi-starter" (uid 2000, gid $
[Wed Sep 10 21:23:13 2008] [notice] Apache/2.2.3 (Debian) mod_fastcgi/2.4.2 configured -- resuming normal $
[Wed Sep 10 21:25:12 2008] [notice] SIGHUP received.  Attempting to restart

den teil mit "File does not exist: /htdocs" füllen die logs ohne ende.

drauf gekommen bin ich weil mein webmail sehr lange braucht bis man eingeloggt ist (ca. 1 min.)
wenn man einmal eingeloggt ist ist es für die anderen webmail user kein problem mehr, das geht dann innerhalb von 3-4 sek.
(This post was last modified: 09-19-2008 04:12 AM by ZooL.)
09-15-2008 05:40 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #2
RE: Apache deutung und login prob. in webmail
Code:
File does not exist: /htdocs
Sollte dann wohl "/htdocs/" Damit es nicht als Datei durchgeht sondern als Verzeichniss.

Und das passiert nur bei der webmail URL ?

Greez BeNe
09-15-2008 04:01 PM
Visit this user's website Find all posts by this user Quote this message in a reply
totototo Away
Junior Member
*

Posts: 183
Joined: May 2007
Reputation: 0
Post: #3
RE: Apache deutung und login prob. in webmail
hallo bene,

kann nicht so genau deuten was du jetzt meinst, muss was in /htdocs/ umbenannt werden? und wo, in der apache2.conf?

das problem tritt immer dann auf wenn man sich einloggen will, auf die webmail seite kommt man relativ schnell drauf.

gruß
toni
09-15-2008 04:40 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #4
RE: Apache deutung und login prob. in webmail
Ja so wie es aussieht wird das Verzeichniss "/htdocs" geöffnet bzw. soll.
Wird aber nicht als Verzeichniss erkannt weil ein "/" am ende fehlt -> "/htdocs". Daher der Fehler mit der File:
Code:
File does not exist: /htdocs
htdocs ist ja ein Verzeichniss und keine datei.
Oder wir haben eine falsche regex drin die es nicht umschreibt.

Greez BeNe
09-15-2008 05:34 PM
Visit this user's website Find all posts by this user Quote this message in a reply
totototo Away
Junior Member
*

Posts: 183
Joined: May 2007
Reputation: 0
Post: #5
RE: Apache deutung und login prob. in webmail
ist das bei den anderen kollegen auch so? könntet ihr mal in eure /var/log/apache2/error.log nachschauen?

gruß
toni
09-15-2008 06:09 PM
Find all posts by this user Quote this message in a reply
totototo Away
Junior Member
*

Posts: 183
Joined: May 2007
Reputation: 0
Post: #6
RE: Apache deutung und login prob. in webmail
hallo,

ist das wirklich nur bei mir so???

ich habe sowohl in der apache2.conf sowie in diverse anderen datein gesucht, ich kann es echt nicht finden wo der eintrag

/htdocs/

zu ändern ist.
kann mir da jemand auf die sprünge helfen?
(This post was last modified: 09-18-2008 05:21 AM by totototo.)
09-18-2008 05:19 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #7
RE: Apache deutung und login prob. in webmail
Naja sogeshen kann das ja echt alles sein.
Angenommen es laufen irgendwelche Scanner über dein System die Verzeichnisse oder Dateien prüfen. Gerade um Schwachstellen zu finden in ältern Versionen. Wenn jetzt ein Scanner schlecht konfiguriert wäre und mit "/htdocs" anstatt "/htdocs/" oder wie auch immer fällt es in der ApacheLog auf. Ist etwas weit her geholt aber möglich. Habe sehr viele PMA, PMA2.71, phpmyadmin einträge z.B.
Daher schlecht zu sagen.

Greez BeNe
09-18-2008 05:24 AM
Visit this user's website Find all posts by this user Quote this message in a reply
totototo Away
Junior Member
*

Posts: 183
Joined: May 2007
Reputation: 0
Post: #8
RE: Apache deutung und login prob. in webmail
BeNe Wrote:Naja sogeshen kann das ja echt alles sein.
Angenommen es laufen irgendwelche Scanner über dein System die Verzeichnisse oder Dateien prüfen. Gerade um Schwachstellen zu finden in ältern Versionen. Wenn jetzt ein Scanner schlecht konfiguriert wäre und mit "/htdocs" anstatt "/htdocs/" oder wie auch immer fällt es in der ApacheLog auf. Ist etwas weit her geholt aber möglich. Habe sehr viele PMA, PMA2.71, phpmyadmin einträge z.B.
Daher schlecht zu sagen.

Greez BeNe

hmmm, da fällt mir gerade ein das ich den port 80 über den server monitoring von hetzner überprüfen lasse, werde das mal ausschalten und sehen ob sich was tut.

danke für den hinweis
(This post was last modified: 09-18-2008 05:40 AM by totototo.)
09-18-2008 05:40 AM
Find all posts by this user Quote this message in a reply
totototo Away
Junior Member
*

Posts: 183
Joined: May 2007
Reputation: 0
Post: #9
RE: Apache deutung und login prob. in webmail
hallo,

ich schon wieder Cool

das monitoring ist nun aus, habe aber folgende warn meldung

Quote:[Wed Sep 17 22:41:49 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Wed Sep 17 22:41:49 2008] [notice] FastCGI: wrapper mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Wed Sep 17 22:41:49 2008] [notice] FastCGI: process manager initialized (pid 19512)
[Wed Sep 17 22:41:49 2008] [warn] FastCGI: server "/var/www/fcgi/master/php5-fcgi-starter" (uid 2000, gid 2$
[Wed Sep 17 22:41:49 2008] [notice] Apache/2.2.3 (Debian) mod_fastcgi/2.4.2 configured -- resuming normal o$
[Wed Sep 17 22:41:52 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/domain1.de/php5-fcgi-starter" ($
[Wed Sep 17 22:42:14 2008] [error] [client ::1] File does not exist: /htdocs
[Wed Sep 17 22:42:15 2008] [error] [client ::1] File does not exist: /htdocs
[Wed Sep 17 22:42:17 2008] [error] [client ::1] File does not exist: /htdocs
[Wed Sep 17 22:42:18 2008] [error] [client ::1] File does not exist: /htdocs
[Wed Sep 17 22:42:36 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/domain2.de/php5-fcgi-starter" (u$

kann man die warnungen außer acht lassen?[/quote]
09-18-2008 06:54 AM
Find all posts by this user Quote this message in a reply
FraggDieb Offline
Member
***

Posts: 252
Joined: Feb 2008
Reputation: 0
Post: #10
RE: Apache deutung und login prob. in webmail
bekomm die Meldung au schon siet... ach kA lange
Quote:[Wed Sep 17 23:04:14 2008] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Sep 17 23:04:15 2008] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Sep 17 23:04:16 2008] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Sep 17 23:04:17 2008] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Sep 17 23:04:18 2008] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Sep 17 23:04:19 2008] [error] [client 127.0.0.1] File does not exist: /htdocs

Nur ich hab nix gefunden, wo dieser fehler ensteht... also ignoriere ich diese errors...
09-18-2008 07:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 4 Guest(s)