[users@httpd] fastcgi make the .php script down-loadable

2011-11-21 Thread J. Bakshi
Dear list, A strange issue with apache running in an opensuse 11.2 box. With in particular folder, I have .htaccess containing only ` ` ` ` AddHandler php-fastcgi .php ` ` ` ` and this makes the .php file down-loadable. If I comment that line, then apache shoes the source code of the .php How

Re: [users@httpd] apr_off_t mismatch

2011-11-21 Thread Asaf Dalet
Hi all, some interesting news: I downloaded apr-1.2.2-sol9-sparc-local from sunfreeware.com and installed it. the file apr/include/apr-1/apr.h contains this line: *typedef long apr_off_t;* does this mean apr 1.2.2 does not support LFS or is it some bug in this precompiled APR?

Re: [users@httpd] apr_off_t mismatch

2011-11-21 Thread William A. Rowe Jr.
On 11/21/2011 9:48 AM, Asaf Dalet wrote: Hi all, some interesting news: I downloaded apr-1.2.2-sol9-sparc-local from sunfreeware.com http://sunfreeware.com and installed it. the file apr/include/apr-1/apr.h contains this line: typedef long apr_off_t; does this mean apr 1.2.2 does

Re: [users@httpd] apr_off_t mismatch

2011-11-21 Thread Asaf Dalet
this means that apache modules for 2.2.0 32 bits, on solaris 9 are not compatible across differemt ./configure options. which actually means that if i want to check if my module will run on a given apache - i cannot do it (there's no way to know a priori the size of apr_off_t which apache was

Re: [users@httpd] mod_ssl crl question

2011-11-21 Thread Toomas Aas
R, 18 nov 2011 kirjutas Alex Samad - Yieldbroker alex.sa...@yieldbroker.com: I have a ssl site and I am wondering how apache / mod_ssl handle crl's it seems like I have to grab the crl and place it into a file for apache / mod_ssl to read from there. My issue crl is for 1 day Last

RE: [users@httpd] mod_ssl crl question

2011-11-21 Thread Alex Samad - Yieldbroker
Hi Thanks, yes I wrote a script to download the crl and convert it into pem format and I do a service httpd reload - seems to work. Strange that we can't get mod_ssl to grab the crl form the url provided ? with some sort of code to say cache it for 5 min etc etc. Alex -Original