Hi Mark,
Thanks for your reply. here is the output of httpd -V.
Everything looks good.
Please let me know if I can offer more information.
Thanks,
-Aubrey
===================
# ./apachectl restart -V
Server version: Apache/2.4.1 (Unix)
Server built: Mar 16 2012 08:37:57
Server's Module Magic Number: 20120211:0
Server loaded: APR 1.4.6, APR-UTIL 1.4.1
Compiled using: APR 1.4.6, APR-UTIL 1.4.1
Architecture: 64-bit
Server MPM: worker
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 SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=256
-D HTTPD_ROOT="/export/bench/benchmarks/apache2"
-D SUEXEC_BIN="/export/bench/benchmarks/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"
===============================
On Fri, Mar 16, 2012 at 12:35 AM, Mark Montague <[email protected]> wrote:
> On March 15, 2012 11:43 , Aubrey Li <[email protected]> wrote:
>>
>> I built httpd-2.2.22 on a RHEL6.2 system with SSL enabled. Then I made a
>> client
>> to create a connection to httpd but received a handshake failure report.
>>
>> how I built httpd-2.2.22
>> =======================
>> ./configure --enable-ssl --enable-so --with-mpm=worker
>> --prefix=$BENCH/apache2
>>
>> [...]
>>
>>
>> When I connect the client to the server(RHEL6.2), there is no
>> access_log, no err_log,
>> nothing added in /var/log/messages, it's very weird.
>>
>
> Run the httpd that you built with the -V option. What are the values of
> HTTPD_ROOT and SERVER_CONFIG_FILE? Do you actually have a configuration
> file at $HTTPD_ROOT/$SERVER_CONFIG_FILE that configures SSL, access logging,
> and error logging? These things do not happen automatically, and it does
> not look like you provided the arguments to configure to make httpd use the
> special configuration files that the Red Hat provided build of httpd uses.
>
> --
> Mark Montague
> [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]