Re: [EMAIL PROTECTED] Problem with Apache 2.0.59

2006-10-14 Thread Alex Joseph
It's better for you to list your httpd.conf. show your httpd.conf like the output: cat conf/httpd.conf | grep -v ^# | grep -v ^$ On 10/14/06, Devireddy, Nagendra Reddy (STSD) <[EMAIL PROTECTED]> wrote: Hello Sander, Thanks once again for your reply .. User and Group are set to bin in the httpd.

Re: [EMAIL PROTECTED] Apache upgrade problem

2006-08-16 Thread Alex Joseph
if the two computer have the same OS, you can use"ldd -r /usr/local/apache2/bin/rotatelogs"  to locate the missed libraries, and copy it from the right one.HI, Joshua; >Your base problem is that gcc is not installed correctly on your>system.  Its libraries should be in the system-wide LD_LIBRARY_PA

Re: [EMAIL PROTECTED] force a secret key access

2006-07-28 Thread Alex Joseph
Boyle Owen;         Thank you, this's all I needed. a little sorry to the list for my inattention on the basic documentation.alex On 7/28/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message-----> From: Alex Joseph [mailto:[EMAIL PROTECTED]]> Sent: Friday

[EMAIL PROTECTED] force a secret key access

2006-07-28 Thread Alex Joseph
HI, list:  I need a environment like this: Web client needs a private key(or given PKCS12 file) to access my web server; if they cannot provide the expected FILE, he will be rejected. My boss said it's feasible, I searched around but found nothing useful. can anyone give me some directions?

[EMAIL PROTECTED] error when using httpd-2.2 with cgi and fcgi

2006-06-21 Thread Alex Joseph
HI, list:      I'm using httpd-2.2.2 with mod_cgid and mod_fastcgi-2.4.2 under RHEL-as4u3 with the default kernel, the compiling parameters are listed below:$ bin/httpd -lCompiled in modules:  core.c  mod_log_config.c   event.c  http_core.c  mod_mime.c  mod_cgid.c  mod_dir.c  mod_alias.c  mod_so.ct