Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » GNU/Linux » Apache?

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 < [ 2 ]
000
15.08.2003, 17:49 Uhr
Pablo
Supertux
(Operator)


Ich weiß nicht wieso, aber unetr SuSE 8.0 muss ich immer den Apache Server zu Fuß starten.

Dabei kommt immer dieser Fehler vor:

Code:
linuximperium:~ # apachectl start
[Fri Aug 15 17:38:53 2003] [error] Cannot resolve host name linux.local --- ignoring!
[Fri Aug 15 17:38:53 2003] [error] Cannot resolve host name linux.local --- ignoring!
[Fri Aug 15 17:38:53 2003] [error] Cannot resolve host name linux.local --- ignoring!
PHP Warning:  Unable to load dynamic library 'midgard.so' - midgard.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Fri Aug 15 17:38:54 2003] [error] Cannot resolve host name linux.local --- ignoring!
[Fri Aug 15 17:38:54 2003] [error] Cannot resolve host name linux.local --- ignoring!
[Fri Aug 15 17:38:54 2003] [error] Cannot resolve host name linux.local --- ignoring!
/usr/sbin/apachectl start: httpd started
linuximperium:~ #



Nach der ersten Installtion gibt es nie Probleme, aber sobald ich den Rechner neu gebootet hab, erscheint immer dieser Fehler. Aber midgard.so für PHP kommt jedesmal. Wenn ich http://localhost besuchen will, dann läuft PHP nicht so richtig.

Wer weiß, woran es liegt bzw. wo diese Datei midgard.so sich befinden? Wie kann ich das lösen?
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
15.08.2003, 18:39 Uhr
mike
Pinguinhüpfer
(Operator)


Hi!
Also der Fehler liegt in beiden Fällen möglicherweise in der httpd.conf
Steht bei dir was bei ServerName?

mfg
--
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
15.08.2003, 18:57 Uhr
Pablo
Supertux
(Operator)


Ich lasse die Kommentare weg, denn es sind sehr viele:
/etc/httpd/httpd.conf

Code:
ServerType standalone
ServerRoot "/usr/local/httpd"
LockFile /var/lock/subsys/httpd/httpd.accept.lock
ScoreBoardFile /var/run/httpd.scoreboard
Timeout 300
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 1
MaxSpareServers 1
StartServers 1
MaxClients 150
LoadModule mmap_static_module /usr/lib/apache/mod_mmap_static.so
LoadModule vhost_alias_module /usr/lib/apache/mod_vhost_alias.so
LoadModule env_module         /usr/lib/apache/mod_env.so
LoadModule define_module      /usr/lib/apache/mod_define.so
LoadModule config_log_module  /usr/lib/apache/mod_log_config.so
LoadModule agent_log_module   /usr/lib/apache/mod_log_agent.so
LoadModule referer_log_module /usr/lib/apache/mod_log_referer.so
LoadModule mime_magic_module  /usr/lib/apache/mod_mime_magic.so
LoadModule mime_module        /usr/lib/apache/mod_mime.so
LoadModule negotiation_module /usr/lib/apache/mod_negotiation.so
LoadModule status_module      /usr/lib/apache/mod_status.so
LoadModule info_module        /usr/lib/apache/mod_info.so
LoadModule includes_module    /usr/lib/apache/mod_include.so
LoadModule autoindex_module   /usr/lib/apache/mod_autoindex.so
LoadModule dir_module         /usr/lib/apache/mod_dir.so
LoadModule cgi_module         /usr/lib/apache/mod_cgi.so
LoadModule asis_module        /usr/lib/apache/mod_asis.so
LoadModule imap_module        /usr/lib/apache/mod_imap.so
LoadModule action_module      /usr/lib/apache/mod_actions.so
LoadModule speling_module     /usr/lib/apache/mod_speling.so
# mod_userdir will be included below by SuSEconfig if HTTPD_SEC_PUBLIC_HTML=yes
LoadModule alias_module       /usr/lib/apache/mod_alias.so
LoadModule rewrite_module     /usr/lib/apache/mod_rewrite.so
LoadModule access_module      /usr/lib/apache/mod_access.so
LoadModule auth_module        /usr/lib/apache/mod_auth.so
LoadModule anon_auth_module   /usr/lib/apache/mod_auth_anon.so
LoadModule dbm_auth_module    /usr/lib/apache/mod_auth_dbm.so
LoadModule db_auth_module     /usr/lib/apache/mod_auth_db.so
LoadModule digest_module      /usr/lib/apache/mod_digest.so
LoadModule proxy_module       /usr/lib/apache/libproxy.so
LoadModule cern_meta_module   /usr/lib/apache/mod_cern_meta.so
LoadModule expires_module     /usr/lib/apache/mod_expires.so
LoadModule headers_module     /usr/lib/apache/mod_headers.so
LoadModule usertrack_module   /usr/lib/apache/mod_usertrack.so
LoadModule unique_id_module   /usr/lib/apache/mod_unique_id.so
LoadModule setenvif_module    /usr/lib/apache/mod_setenvif.so
<IfDefine DUMMYSSL>
LoadModule ssl_module         /usr/lib/apache/libssl.so
</IfDefine>

Include /etc/httpd/suse_loadmodule.conf
***
ServerName linuximperium.local



die Datei ist ja rießeig, ich lasse den Rest weg.
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!

Dieser Post wurde am 15.08.2003 um 18:57 Uhr von Pablo Yanez Trujillo editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
15.08.2003, 18:59 Uhr
mike
Pinguinhüpfer
(Operator)


Hmm. Was ist wenn du vor ServerName ein # hin machst und neu startest. Kommt da was? (Außer der PHP Modul Fehler)
--
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
15.08.2003, 19:02 Uhr
Pablo
Supertux
(Operator)


hmmmmm, kein Fehler kam dieses Mal raus. Ich hab nur folgendes;


Code:
linuximperium:/etc/httpd # apachectl restart
/usr/sbin/apachectl restart: httpd restarted
linuximperium:/etc/httpd #


--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
15.08.2003, 19:03 Uhr
Pablo
Supertux
(Operator)


Wenn du aber jetzt auf http://supertux.homelinux.org/ gehst, dann erscheint kein Info von System mehr. Früher, oder sagen wir mal, das erste Mal kam Info von meinem System.
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!

Dieser Post wurde am 15.08.2003 um 22:20 Uhr von Pablo Yanez Trujillo editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
15.08.2003, 19:07 Uhr
mike
Pinguinhüpfer
(Operator)


Apache schreibt nur

Zitat:

The ServerName directive sets the hostname of the server; this is used when creating redirection URLs. If it is not specified, then the server attempts to deduce it from its own IP address; however this may not work reliably, or may not return the preferred hostname. For example:

ServerName www.example.com
would be used if the canonical (main) name of the actual machine were simple.example.com.


Das muss wahrscheinlich erfüllt sein. Nämlich Fehler von nem VirtualHost ist ja nicht gekommen - daher tipp ich dass er den Hostnamen nicht auflösen kann. Vielleicht Nameserver oder so setzten...
mfg
--
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
007
15.08.2003, 19:10 Uhr
Pablo
Supertux
(Operator)


Nameserver wieder in httpd.conf setzten, oder wie?
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
008
15.08.2003, 19:15 Uhr
mike
Pinguinhüpfer
(Operator)


Keine Ahnung obs funtzt aber probier mal

Code:
vi /etc/hosts
127.0.0.1 localhost


Da bin ich leider zu wenig gut. Nur wenn die Fehlermeldung mit can't resolve kommt, gibts Probleme mit dem NameServer
mfg
--

Dieser Post wurde am 15.08.2003 um 19:15 Uhr von mike editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
009
15.08.2003, 19:18 Uhr
Pablo
Supertux
(Operator)


Die Zeile gab es schon

was ich entdeckt hab ist, dass linuximperium.local auf 127.0.0.2 gestzt war. Ich hab das auf 127.0,0,1 geändert.

Eigntlich ist das kein Problem, weil der Webserver trotzdem funktioniert, nur PHP funktioniert nicht so ganz gut.

Trotzdem danke für die Mühe.
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 < [ 2 ]     [ GNU/Linux ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: