Hallo! Ich habe ein Problem mit dem Apache Webserver auf meinem Linux-Server. Ich habe aus den Tomcat 4.0.1 - Sourcen das webapp-Modul fuer Apache installiert und konfiguriert.
Folgende Eintraege in der httpd.conf: LoadModule webapp_module libexec/mod_webapp.so AddModule mod_webapp.c WebAppInfo /webapp-info WebAppConnection conn warp localhost:8008 WebAppDeploy examples conn /examples Ein Test der Konfiguration mit httpd -t sagt aus das alles in Ordnung ist: httpd -t: dettlx07:/var/log # httpd -t [Wed Oct 24 17:48:40 2001] [warn] Loaded DSO libexec/mod_webapp.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Syntax OK dettlx07:/var/log # Wenn ich jetzt aber auf http://dettlx07/examples connecte, bekomme ich eine Fehlermeldung ("Page not found"). Auf den Apache-Server und auf den Tomcat-Server kann ich aber ohne Probleme zugreifen. In der error.log von Apache steht noch folgende Info: /var/log/apache/error.log: [Wed Oct 24 17:44:50 2001] [notice] child pid 29838 exit signal Segmentation fault (11) [Wed Oct 24 17:44:50 2001] [notice] child pid 29837 exit signal Segmentation fault (11) [Wed Oct 24 17:44:50 2001] [notice] child pid 29836 exit signal Segmentation fault (11) [Wed Oct 24 17:44:52 2001] [notice] child pid 29844 exit signal Segmentation fault (11) [Wed Oct 24 17:44:53 2001] [notice] child pid 29846 exit signal Segmentation fault (11) dettlx07:/var/log # Jemand eine Idee? Regards, Frank -- ----------------- -----------------------< F B N >------------------------- [EMAIL PROTECTED] ----------------- Frank Niedermann [EMAIL PROTECTED] http://fbn.dyndns.org *Welcome to the Future - Linux ---------------------------------------------------------------------

