Hi,
We have a setup requirement where we need to send request to Apache
Server on SSL but Apache should convert the request to non-SSL port and then
process it. We have enable Apache to listen on both Non-SSL and SSL
ports.
How can we achieve
this?
Thanks!!
Perminder
*
Hi,
We would like to monitor using Apache logs number of HTTP
requests made to the web server. We are using Apache 2.0.54 web server on
Windows and UNIX alike.
Is there any directive available in Apache using which we
can achieve the same?
Thanks!!
Perminder
*
: Thursday, September 29, 2005 4:46 PM
To: Perminder Singh Vohra
Cc: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Re: problem in compiling Apache 2.0.54 with
openssl 0.9.8
Perminder Singh Vohra said:
>
> Hi,
>
>I am trying to compile Apache 2.0.54 with openssl 0.9.8 on Solaris
10
>
Hi,
I am trying to compile Apache 2.0.54 with
openssl 0.9.8 on Solaris 10 but encounter errors during “make” of
httpd 2.0.54. The details of the problem are as given below:-
Environment of Solaris 10:-
-bash-3.00$ echo $PATH
/usr/sfw/bin:/usr/local/bin/:/usr/bin::/usr/ccs/bi
x27;s stock GCC which is a newer version (v3.4.3) of what you
have at Sunfreeware... in /usr/sfw/bin/gcc
Perminder Singh Vohra wrote:
> Hi,
>
> I am trying to compile Apache 1.3.33 source on Solaris 10. Following
> are the versions of various required software installed on this box:-
&
Hi,
I am trying to compile Apache 1.3.33 source on Solaris
10. Following are the versions of various required software installed on this
box:-
GNU make: 3.80
gcc: 3.3.2
After the successful execution of the configure script, I am
getting errors on executing the “make” command. The