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
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
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
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=
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-
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
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
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