Hallo Carsten!

Ich hab das jetzt mal so gemacht. Hat auch alles ohne Probleme funktioniert.
Nach dem obligatorischen Server-Neustart hab ich allerding immer noch den
alten Apache 2.0.53 am laufen. Jedenfals wird mir dieser in der phpinfo
immer noch angezeigt. Der neue (2.0.55) wird nicht angezeigt. Was hab ich
vergessen?

Gruß,
Timo

-----Ursprüngliche Nachricht-----
Von: Carsten Schwertfeger [mailto:[EMAIL PROTECTED] 
Gesendet: Sonntag, 15. Januar 2006 21:49
An: users-de@httpd.apache.org
Betreff: Re: AW: Letztes ./configure anzeigen lassen?

Hi,

mit
-----------------------
./configure \
--prefix=/srv/www \
--enable-so \
--disable-isapi \
--disable-userdir \
--disable-auth_anom \
--disable-auth_digest \
--with-mpm=prefork \
--with-suexec-bin=/usr/sbin/suexec2 \
--verbose
-----------------------

erhalte ich folgendes Abbild

-----------------------
./httpd -V
Server version: Apache/2.0.54
Server built:   Jan 15 2006 21:32:00
Server's Module Magic Number: 20020903:9
Architecture:   32-bit
Server compiled with....
  -D APACHE_MPM_DIR="server/mpm/prefork"
  -D APR_HAS_SENDFILE
  -D APR_HAS_MMAP
  -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
  -D APR_USE_SYSVSEM_SERIALIZE
  -D APR_USE_PTHREAD_SERIALIZE
  -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
  -D APR_HAS_OTHER_CHILD
  -D AP_HAVE_RELIABLE_PIPED_LOGS
  -D HTTPD_ROOT="/srv/www"
  -D SUEXEC_BIN="/usr/sbin/suexec2"
  -D DEFAULT_PIDLOG="logs/httpd.pid"
  -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
  -D DEFAULT_LOCKFILE="logs/accept.lock"
  -D DEFAULT_ERRORLOG="logs/error_log"
  -D AP_TYPES_CONFIG_FILE="conf/mime.types"
  -D SERVER_CONFIG_FILE="conf/httpd.conf"
-----------------------

welches Deinem schonmal etwas naeher kommt.

Er unterscheidet sich in erster Linie noch durch die Direktiven fuer 
DEFAULT_PIDLOG, DEFAULT_SCOREBOARD, DEFAULT_LOCKFILE, DEFAULT_ERRORLOG, 
AP_TYPES_CONFIG_FILE und SERVER_CONFIG_FILE.

Weiter Modifizierungen kannst Du nun mit der Direktive
--enable-layout
erreichen, wenn Du die Datei "config.layout" entsprechend anpasst und 
als Wert dann uebergibst.

Um es noch weiter anzugleichen, dann solltest Du die default-Wert in der 
Datei
include/httpd.h
anpassen.

Carsten 8o)


Timo Salmen schrieb:
> Hallo Carsten!
> 
> Vielen Dank für Deine Antwort!
> Nur wie bekomme ich wandele ich die Ausgabe in nen configure-Befehl um?
> 
> Hier die Ausgabe 
> # httpd2 -V
> Server compiled with....
>  -D APACHE_MPM_DIR="server/mpm/prefork"
>  -D APR_HAS_SENDFILE
>  -D APR_HAS_MMAP
>  -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
>  -D APR_USE_SYSVSEM_SERIALIZE
>  -D APR_USE_PTHREAD_SERIALIZE
>  -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
>  -D APR_HAS_OTHER_CHILD
>  -D AP_HAVE_RELIABLE_PIPED_LOGS
>  -D HTTPD_ROOT="/srv/www"
>  -D SUEXEC_BIN="/usr/sbin/suexec2"
>  -D DEFAULT_PIDLOG="/var/run/httpd2.pid"
>  -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
>  -D DEFAULT_LOCKFILE="/var/run/accept.lock"
>  -D DEFAULT_ERRORLOG="/var/log/apache2/error_log"
>  -D AP_TYPES_CONFIG_FILE="/etc/apache2/mime.types"
>  -D SERVER_CONFIG_FILE="/etc/apache2/httpd.conf"
> 
> # httpd2 -l
> Compiled in modules:
>   core.c
>   prefork.c
>   http_core.c
>   mod_so.c
> 
> 
>  Mit freundlichen Grüßen
>  Timo Salmen 
> 
> -----Ursprüngliche Nachricht-----
> Von: Carsten Schwertfeger [mailto:[EMAIL PROTECTED] 
> Gesendet: Sonntag, 15. Januar 2006 19:45
> An: users-de@httpd.apache.org
> Betreff: Re: Letztes ./configure anzeigen lassen?
> 
> Hi Timo,
> 
> "httpd -h" ist Dein Freund.
> 
> ----------------
> Usage: ./httpd [-D name] [-d directory] [-f file]
>                 [-C "directive"] [-c "directive"]
>                 [-k start|restart|graceful|stop]
>                 [-v] [-V] [-h] [-l] [-L] [-t] [-S]
> Options:
>    -D name           : define a name for use in <IfDefine name> directives
>    -d directory      : specify an alternate initial ServerRoot
>    -f file           : specify an alternate ServerConfigFile
>    -C "directive"    : process directive before reading config files
>    -c "directive"    : process directive after reading config files
>    -e level          : show startup errors of level (see LogLevel)
>    -E file           : log startup errors to file
>    -v                : show version number
>    -V                : show compile settings
>    -h                : list available command line options (this page)
>    -l                : list compiled in modules
>    -L                : list available configuration directives
>    -t -D DUMP_VHOSTS : show parsed settings (currently only vhost
settings)
>    -S                : a synonym for -t -D DUMP_VHOSTS
>    -t                : run syntax check for config files
> ----------------
> 
> Carsten 8o)
> 
> 
> Timo Salmen schrieb:
>> Hallo!
>>
>> Gibt es eine Möglichkeit, mit der ich mir anzeigen lassen kann womit
> apache2
>> bei der letzten Installation konfiguriert wurde?
>> Das Problem ist, dass dies ein fertig konfigurierter Server ist, d.h.
> Apache
>> wurde damals ala RPM eingespielt. Eine config.nice gibt es also nicht :-(
>>
>> OS=Suse9.3
>> Apache=2.0.54
>>
>> Ich danke schon mal allen Antwortern für Ihr bereitgestelltes Wissen!
>>
>>  Mit freundlichen Grüßen
>>  Timo Salmen
>>
>>
>>
--------------------------------------------------------------------------
>>                 Apache HTTP Server Mailing List "users-de" 
>>       unsubscribe-Anfragen an [EMAIL PROTECTED]
>>            sonstige Anfragen an [EMAIL PROTECTED]
>>
--------------------------------------------------------------------------
>>
> 
> --------------------------------------------------------------------------
>                 Apache HTTP Server Mailing List "users-de" 
>       unsubscribe-Anfragen an [EMAIL PROTECTED]
>            sonstige Anfragen an [EMAIL PROTECTED]
> --------------------------------------------------------------------------
> 
> 
> 
> 
> --------------------------------------------------------------------------
>                 Apache HTTP Server Mailing List "users-de" 
>       unsubscribe-Anfragen an [EMAIL PROTECTED]
>            sonstige Anfragen an [EMAIL PROTECTED]
> --------------------------------------------------------------------------
> 

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------




--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de"
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an