Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-04-28 Thread Rainer Jung
Am 28.04.2016 um 19:59 schrieb jinhui.huang@dot.gov: Hi, Rainer: The following is the output of make, after I run a "make clean" first. Jin # make clean Making clean in test rm -f *.o *.lo *.slo *.obj *.a *.la rm -rf .libs Making clean

RE: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-04-28 Thread Jinhui.Huang.CTR
Hi, Rainer: The following is the output of make, after I run a "make clean" first. Jin # make clean Making clean in test rm -f *.o *.lo *.slo *.obj *.a *.la rm -rf .libs Making clean in srclib Making clean in apr-util Making clean in test rm

RE: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-04-28 Thread Jinhui.Huang.CTR
Hi, Rainer: Thank you for your reply. Enclosed please find the screen capture (text file) for configure and make. Please note, I just tried to run a make clean and it seems give me different error. I will post that later. Jin -Original Message- From: Rainer Jung [mailto:rainer.j...@kippda

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-04-28 Thread Rainer Jung
Am 28.04.2016 um 18:56 schrieb jinhui.huang@dot.gov: I am following the "Compilling and Installing" guide from [url]http://httpd.apache.org/docs/2.4/install.html[/url] The configure running OK: # export CC="gcc -m64" # ./configure \ --prefix=/usr/local/apache2/httpd-2.4.20 \ --with-port=

[users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-04-28 Thread Jinhui.Huang.CTR
I am following the "Compilling and Installing" guide from [url]http://httpd.apache.org/docs/2.4/install.html[/url] The configure running OK: # export CC="gcc -m64" # ./configure \ --prefix=/usr/local/apache2/httpd-2.4.20 \ --with-port=80 \ --with-mpm=worker \ --enable-mods-shared=most \ --enable-

[users@httpd] Caching of pages with HTTP authentication using mod_cache_disk and apache 2.4

2016-04-28 Thread Rune Stilling
Hi list I have a Apache web site serving REST-resources from a Tomcat server via proxypass. I have set up the cache_disk_module so that resources are cached server side. My httpd.conf looks like this: CacheDefaultExpire 300 CacheIgnoreNoLastMod On CacheIgnoreQueryString Off CacheI

[users@httpd] mod_fcgid on windows: how to exit gracefully

2016-04-28 Thread Kádár , Balázs
Greetings, I am developing a FastCGI application in C++. I would like to perform some clean-up when Apache is shut down. On Linux I can just wait for SIGTERM, do the clean-up and exit. What is the equivalent procedure on Windows? I've tried waiting for a WM_QUIT or WM_CLOSE using GetMessage an

[users@httpd] Apache HTTPD ProxyRemote and Balancer?

2016-04-28 Thread Priit Serk
Hello My goal is to setup apache httpd as a proxy server for user internet browser. But the trick here is that there is another requirement that this proxy has to use other public proxies as additional proxy server (I bought a couple proxy's as a service). The current setup: ProxyPreserveHost On Pr