Thanks for you replies guys :
Loadfile before module works fine ;-)
LoadFile /usr/local/ssl/lib/libssl.so
I checked with ldd :
r...@myserver # ldd /appl/apache0/bin/httpd
libm.so.2 => /lib/libm.so.2
libaprutil-1.so.0 => /appl/apache0/lib/libaprutil-1.so.0
libexpa
On 5-Nov-2009, at 09:39, Sheryl wrote:
On 5-Nov-2009, at 05:31, daulat khan wrote:
SunOS earms-sj-test 5.10 Generic_118822-25 sun4u sparc SUNW,Sun-
Fire-
V490
Well, your OS is pushing 20 years old, and has been OELed for over a
decade.
??? It's been a few years since I worked with Solaris,
antoine wrote:
Eric Covener wrote:
On Thu, Nov 5, 2009 at 10:25 AM, antoine wrote:
The first one(mine) adds some stuff to the html body and the
second one is the mod_php that takes the first's results and gives the
client the final page.
Is running PHP as a filter deprecated? That'd
Hi,
I compiled subversion with apache 2.2 on solaris but when I hit the server with
an svn request, it produces a core dump. Running a pstack on the core file
produces:
# /bin/pstack /bb/cores/core.httpd.5718.1257279721
core '/bb/cores/core.httpd.5718.1257279721' of 5718:
/bb/web/apache_2_2
Hi,
I have two webpages...
1. www.mypage.com and
2. www.mypage.com/private
The issue that I am having is, I need to redirect all http requests coming
to http://www.mypage.com/private to https://www.mypage.com
However, I don't want the requests coming to http://www.mypage.com to be
redirected t
> Thanks for you replies guys :
>
> Loadfile before module works fine ;-)
The only thing to watch out with on loadfile is that sometimes an upgrade
will "disappear" the addtion and you'll have to put it back. I never had
the problem on Solaris but I have seen that happen on RHEL.
Sheryl
--
sangfroid wrote:
Hi,
I have two webpages...
1. www.mypage.com and
2. www.mypage.com/private
The issue that I am having is, I need to redirect all http requests coming
to http://www.mypage.com/private to https://www.mypage.com
However, I don't want the requests coming to http://www.mypage.com
Hi John,
Thank you for the reply. I also found one more way to do it ...
Added the following directive in httpd.conf
RewriteEngine On
ReWriteCond %{HTTPS} !=on
RewriteRule .* https://%{HTTP_HOST}:443%{REQUEST_URI} [QSA,R=permanent,L]
However, now the problem is, I also needed the
sangfroid wrote:
Hi John,
Thank you for the reply. I also found one more way to do it ...
Added the following directive in httpd.conf
RewriteEngine On
ReWriteCond %{HTTPS} !=on
RewriteRule .* https://%{HTTP_HOST}:443%{REQUEST_URI} [QSA,R=permanent,L]
However, now the problem is,
yes the build is failing
On Thu, Nov 5, 2009 at 10:15 PM, Nick Kew wrote:
> daulat khan wrote:
>>
>> Hi,
>> i am facing issue while running ./configure
>>
>> configure:6825: WARNING: sys/processor.h: present but cannot be compiled
>> configure:6825: WARNING: sys/processor.h: check for missing
Dear Apache Users...
We are seeing this in our web logs... along with users receiving 404s on the
site... The site is a php/mysql application.
[Fri Nov 06 00:52:31 2009] [info] [client 67.195.115.125] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:52:32 2009] [inf
Hi,
configuration error is fixed by setting /usr/sfw/bin to the PATH environment
variable Now i am getting make error.
/bin/bash /auto/earmsdev/dasyedib/httpd-2.2.14/srclib/apr/libtool
--silent --mode=link gcc -g -O2 -DHAVE_CONFIG_H -DSOLARIS2=10
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARG
12 matches
Mail list logo