[us...@httpd] apach - solaris - sparc - 32 bit ?

2010-03-26 Thread Rajwinder-office Singh
1. I downloaded apache source 2. compiled on solaris 10 sparc r...@psccissuzon023 # uname -a SunOS psccissuzon023 5.10 Generic_142900-02 sun4v sparc SUNW,T5240 3. When i did apachectl -V : Server loaded: APR 1.3.3, APR-Util 1.3.4 Compiled using: APR 1.3.3, APR-Util 1.3.4 *Architecture:

[us...@httpd] Location - Match

2009-12-06 Thread Rajwinder-office Singh
Here is one simple looking requirement : I want to put max-age header of value X on my home page and a value of Y for rest of my website. index.html is my default page but remember i cannot put LocationMatch ^/index.html Header set Cache-Control max-age=X /LocationMatch As people will be

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] AllowOverride

2009-10-21 Thread Rajwinder-office Singh
Hi, Currently if i do not allow a directive in AllowOverride then apache throws 500 internal server error. Which i am not comfortable with as, If you a r telling apache to owner only certain directives in htaccess then putting a not allowed directive actually brings website down.( which is worse

Re: [us...@httpd] Re: SSI + content-length headers

2009-10-04 Thread Rajwinder-office Singh
. What i need to do is to insert last-modifed header with value 1 week older then current time. Any directions ? On Mon, Sep 28, 2009 at 1:59 AM, Rajwinder-office Singh rajwinder.makkar.off...@gmail.com wrote: On Fri, Sep 25, 2009 at 10:41 AM, Nick Kew n...@webthing.com wrote: Rajwinder

Re: [us...@httpd] Apache 2.0.63 build on Solaris / Binary Distributions

2009-09-29 Thread Rajwinder-office Singh
Try this out : http://cooltools.sunsource.net/coolstack/ http://cooltools.sunsource.net/coolstack/It is a bundled version of so called SAMP and works pretty well. I am using it under zones and it takes hardly 5 min to install On Tue, Sep 29, 2009 at 7:17 AM, Antonio Vidal Ferrer

Re: [us...@httpd] Re: SSI + content-length headers

2009-09-28 Thread Rajwinder-office Singh
On Fri, Sep 25, 2009 at 10:41 AM, Nick Kew n...@webthing.com wrote: Rajwinder-office Singh wrote: I have a situation : 1. I have to keep SSI enabled on all *.html pages. 2. SSI removes content-length + Last-modified headers from *.html 3. I have to keep these two headers

[us...@httpd] SSI + content-length headers

2009-09-24 Thread Rajwinder-office Singh
I have a situation : 1. I have to keep SSI enabled on all *.html pages. 2. SSI removes content-length + Last-modified headers from *.html 3. I have to keep these two headers for it to be cached by my CDN provider. 4. No fun of using XbiHack cause every other html is having ssi. Does it make

[us...@httpd] Re: SSI + content-length headers

2009-09-24 Thread Rajwinder-office Singh
I have a situation : 1. I have to keep SSI enabled on all *.html pages. 2. SSI removes content-length + Last-modified headers from *.html 3. I have to keep these two headers for it to be cached by my CDN provider. 4. No fun of using XbiHack cause every other html is having ssi. Does it