RE: [EMAIL PROTECTED] Upgrading Apache 2.0.59 from open mode to SSL mode under Redhat Linux

2008-01-04 Thread Boyle Owen
> -Original Message- > From: Ambarish Mitra [mailto:[EMAIL PROTECTED] > Sent: Friday, January 04, 2008 6:59 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Upgrading Apache 2.0.59 from open mode > to SSL mode under Redhat Linux > > Hi all, > > I have a working version of ap

Re: [EMAIL PROTECTED] bump: AUTHZ env variable?

2008-01-04 Thread Nick Kew
On Fri, 04 Jan 2008 10:47:54 +0100 Pavel Stratil <[EMAIL PROTECTED]> wrote: > anyone please? thanks! Simple answer, you can't. Apache only looks up the group(s) required in a "Require group ..." directive. Longer answer: you could (a) hack mod_authz_groupfile[1] (b) Use a query-based authz

Re: [EMAIL PROTECTED] Inserting HTML Code Using Apache Proxy

2008-01-04 Thread Nick Kew
On Fri, 4 Jan 2008 01:13:49 -0500 <[EMAIL PROTECTED]> wrote: > Is there a way to do code insertion into the body of each retrieved > page? If so, can someone point me to the appropriate mod_ or doc > where I can learn more about it? http://apache.webthing.com/mod_publisher/macro.html -- Nick Ke

[EMAIL PROTECTED] bump: AUTHZ env variable?

2008-01-04 Thread Pavel Stratil
anyone please? thanks! --- Begin Message --- Hi, i'm using digest authentication with flatfile htpasswd and htgroup files. what i'd like would be to get to php the group(s) that the user is member of. I assume that this is stored in some envvar... which one? is it accessible from php? The only en

[EMAIL PROTECTED] Problem with apr_pool

2008-01-04 Thread Lahiru Gunathilake
I'm using Apache Axis2c with Apache httpd.I tried to send a big MTOM file with the Axis2c.But when use the MALLOC it normally calls the apr malloc.But when we use a big file this malloc fails.This cause because of apr_pool limitation.This is not a problem with Apache Axis2c but with httpd. I simply

[EMAIL PROTECTED] mod_rewrite 'B' flag

2008-01-04 Thread Mike Cardwell
Hi! On http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html, an option is described: == 'B' (escape backreferences) Apache has to unescape URLs before mapping them, so backreferences will be unescaped at the time they are a

[EMAIL PROTECTED] mode_rewrite hostnames and wikiwords

2008-01-04 Thread Phil Wild
Hello apache experts:-) I am trying to rewrite a url which conatins a hostname, converting the hostname to a wikiword. What I have so far is: RewriteRule ^/doc/([a-z,A-Z]*.*)\.([a-z,A-Z]*.*)$ /doc/$1$2 [N] RewriteRule ^/doc/([A-Z]*.*)$ /twiki/bin/view/Main/$1 [PT] which takes a URL that looks l

Re: [EMAIL PROTECTED] mode_rewrite hostnames and wikiwords

2008-01-04 Thread Mike Cardwell
Phil Wild wrote: Hello apache experts:-) I am trying to rewrite a url which conatins a hostname, converting the hostname to a wikiword. What I have so far is: RewriteRule ^/doc/([a-z,A-Z]*.*)\.([a-z,A-Z]*.*)$ /doc/$1$2 [N] RewriteRule ^/doc/([A-Z]*.*)$ /twiki/bin/view/Main/$1 [PT] which take

[EMAIL PROTECTED] Way to source-control Web files?

2008-01-04 Thread SAILESH KRISHNAMURTI, BLOOMBERG/ 731 LEXIN
Hi, We have a probblem, which i feel is probably seen in a lot of places elsewhere with multiple apache and tomcat installations. that is that, how does one manage the configuration/source-control the apache and tomcat config files, especially when the contents of the files are different on dif

[EMAIL PROTECTED] problem with posted data in UTF-8 and reverse proxy

2008-01-04 Thread Scott Douglass
Hi, Please excuse the Tomcat references below, my question is actually about the HTTPD reverse proxy feature. I have a web app that, when viewed by hitting the Tomcat 6.0.14 server it runs on handles the input of multi-byte characters using the UTF-8 encoding. The application is a web mail client

Re: [EMAIL PROTECTED] Way to source-control Web files?

2008-01-04 Thread Chad Morland
Use a version control tool such as CVS or Subversion. Then from each server you check out the code from the repository. You can easily roll back to previous versions if you need to. -CM On Jan 4, 2008 5:11 PM, SAILESH KRISHNAMURTI, BLOOMBERG/ 731 LEXIN < [EMAIL PROTECTED]> wrote: > Hi, We have a

Re: [EMAIL PROTECTED] problem with posted data in UTF-8 and reverse proxy

2008-01-04 Thread Dragon
Scott Douglass did speak thusly: Hi, Please excuse the Tomcat references below, my question is actually about the HTTPD reverse proxy feature. I have a web app that, when viewed by hitting the Tomcat 6.0.14 server it runs on handles the input of multi-byte characters using the UTF-8 encoding. T