https://issues.apache.org/bugzilla/show_bug.cgi?id=53496
--- Comment #3 from Alberto Colosi <[email protected]> --- I searched a bit on internet! it compiled from history, recompiled openssl and then apache 435 make clean 436 ./config shared 437 make 438 make install 439 cd .. 440 cd apache/ 441 cd httpd-2. 442 cd httpd-2.4.2/ 443 make clean 444 ../../conf/conf-apache.sh 445 make 446 make install 447 history found ./config fips -fPIC too but untried result: Server version: Apache/2.4.2 (Unix) Server built: Jul 3 2012 00:34:45 Server's Module Magic Number: 20120211:3 Server loaded: APR 1.4.2, APR-UTIL 1.3.10 Compiled using: APR 1.4.2, APR-UTIL 1.3.10 Architecture: 64-bit Server MPM: event threaded: yes (fixed thread count) forked: yes (variable process count) Server compiled with.... -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 APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=256 -D HTTPD_ROOT="/usr/local/apache2" -D SUEXEC_BIN="/usr/local/apache2/bin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" ONLY I FIND STRANGE! I ever compile in "COMPILED IN MODULES" all inside same executable! not mod to be inserted from conf file owever from httpd -l it say Compiled in modules: core.c mod_so.c http_core.c event.c I find mod_ssl.so and other not internally linked ! has been compiled outside as loadable modules! anything different from apache 2.0 to have modules linked inside httpd? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
