[users@httpd] Issue on Redirection in Apache

2014-09-04 Thread ayaskanta.praharaj
Hi, My apache is successfully configured with invoking http://192.168.17.165:/cs website My redirection case : 1) Whenever the URL: http://192.168.17.165:/cs/ is invoked (After '/cs/' there would be nothing) it would be changed to http://192.168.17.165:/cs/idcplg?IdcService=GET

[users@httpd] problem while loading module mod_proxy_html.so into httpd.conf

2014-03-24 Thread ayaskanta.praharaj
Hi, Can you help me on the below problem - I am running apache 2.4.9 in Linux 64 system successfully and trying to install proxy_html package now. I downloaded and installed the the rpm files for libxml2, proxy_html and xml12enc packages. After that the .so files got created in below locatio

RE: [users@httpd] error in apache installation. "checking whether the C compiler works... no" "configure: error: C compiler cannot create executables"

2014-03-20 Thread ayaskanta.praharaj
Hi, Please ignore my previous config.log.I see now the below error coming in config.log. The error is "conftest.c:1: error: CPU you selected does not support x86-64 instruction set". When i run the same ./configure command with -m64 option it says -m64 is not a valid option. configure:5390: $?

RE: [users@httpd] error in apache installation. "checking whether the C compiler works... no" "configure: error: C compiler cannot create executables"

2014-03-19 Thread ayaskanta.praharaj
Hi Jim, Attached is the config.log. I see the last entry as "target_vendor='unknown'" but there is no clear mention that anything is wrong with C compiler. Regards Ayaskant From: Jim Jagielski [j...@jagunet.com] Sent: Wednesday, March 19, 2014 9:19 PM To:

[users@httpd] error in apache installation. "checking whether the C compiler works... no" "configure: error: C compiler cannot create executables"

2014-03-19 Thread ayaskanta.praharaj
Hi, I am installing latest apache http server in Linux64 bit system. I have done the below steps but gettting the error "checking whether the C compiler works... no" "configure: error: C compiler cannot create executables" even though there are gcc, gcc++ packages already installedin Linux.