Re: [us...@httpd] ssl - apache - solaris

2009-11-05 Thread Rajwinder-office Singh
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

[us...@httpd] Re: Httpd configuration error

2009-11-05 Thread LuKreme
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

Re: [us...@httpd] Apache2 content generators

2009-11-05 Thread André Warnier
antoine wrote: Eric Covener wrote: On Thu, Nov 5, 2009 at 10:25 AM, antoine antonis...@gmail.com 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

[us...@httpd] Apache 2.2 coredumping on Solaris with Subversion 1.6

2009-11-05 Thread skrishnam...@bloomberg.com
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:

[us...@httpd] http redirection to httpd

2009-11-05 Thread sangfroid
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

Re: [us...@httpd] ssl - apache - solaris

2009-11-05 Thread Sheryl
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

Re: [us...@httpd] http redirection to httpd

2009-11-05 Thread John List
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

Re: [us...@httpd] http redirection to httpd

2009-11-05 Thread sangfroid
Hi John, Thank you for the reply. I also found one more way to do it ... Added the following directive in httpd.conf Location /private RewriteEngine On ReWriteCond %{HTTPS} !=on RewriteRule .* https://%{HTTP_HOST}:443%{REQUEST_URI} [QSA,R=permanent,L] /Location However, now the

Re: [us...@httpd] http redirection to httpd

2009-11-05 Thread André Warnier
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 Location /private RewriteEngine On ReWriteCond %{HTTPS} !=on RewriteRule .* https://%{HTTP_HOST}:443%{REQUEST_URI} [QSA,R=permanent,L] /Location

Re: [us...@httpd] Httpd configuration error

2009-11-05 Thread daulat khan
yes the build is failing On Thu, Nov 5, 2009 at 10:15 PM, Nick Kew n...@webthing.com 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

[us...@httpd] core_output_filter errors... 404s on the site.

2009-11-05 Thread Vasiliy Boulytchev
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]

Re: [us...@httpd] Httpd configuration error

2009-11-05 Thread daulat khan
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