[users@httpd] Newbie question about redirecting

2012-10-24 Thread james
I am new to the apache config and tomcat arena. forgive me if I am not giving all details. I can provide more if you let me know. Problem Desc: I have 2 tomcat instances running on a linux box. And I have a apache webserver running on the same box. I have 2 web applications running, one on eac

Re: [users@httpd] Locking Down httpd w/virtualhosts

2012-10-24 Thread Nick Edwards
On 10/24/12, Pete Houston wrote: > On Tue, Oct 23, 2012 at 12:38:39PM +1000, Nick Edwards wrote: >> was hoping for a general cgi solution tha works the same, perhaps its >> there and my google fu is failing me today? > > Something like sbox? http://stein.cshl.org/software/sbox/ > >> If not, could

[users@httpd] mod_proxy_ajp to jboss 7

2012-10-24 Thread Joseph Wright
We are trying to place Apache 2.2.22 in front of our Jboss 7.1 server as a proxy for a web application. The jboss web application is working on port 8080 and we can access directly via http://FQDN:8080/MyApp . The jboss and apache are on the same server, but are behind a firewall and thus have a n

Re: [users@httpd] OpenSSL vs. Mozilla's NSS

2012-10-24 Thread Eric Covener
On Wed, Oct 24, 2012 at 6:24 PM, Tom Browder wrote: > Is it possible to use Apache with the NSS libraries instead of OpenSSL? > > If not, has that ever been considered as an option? > > Based on my struggle with OpenSSL documentation to generate my own CA > and client SSL certificates, the NSS doc

Re: [users@httpd] OpenSSL vs. Mozilla's NSS

2012-10-24 Thread Tom Browder
On Wed, Oct 24, 2012 at 5:43 PM, Mark Montague wrote: > On October 24, 2012 18:24 , Tom Browder wrote: ... >> Is it possible to use Apache with the NSS libraries instead of OpenSSL? > If your problems are just with generating / signing certificates, you don't > need to use the same SSL libraries

Re: [users@httpd] OpenSSL vs. Mozilla's NSS

2012-10-24 Thread Mark Montague
On October 24, 2012 18:24 , Tom Browder wrote: Is it possible to use Apache with the NSS libraries instead of OpenSSL? If not, has that ever been considered as an option? Based on my struggle with OpenSSL documentation to generate my own CA and client SSL certificates, the NSS documentation fo

[users@httpd] Re: OpenSSL vs. Mozilla's NSS

2012-10-24 Thread Tom Browder
On Wed, Oct 24, 2012 at 5:24 PM, Tom Browder wrote: > Is it possible to use Apache with the NSS libraries instead of OpenSSL? Oops, I just found mod_nss. But I would appreciate any comments about the use of mod_ssl versus mod_nss. Best, -Tom ---

[users@httpd] OpenSSL vs. Mozilla's NSS

2012-10-24 Thread Tom Browder
Is it possible to use Apache with the NSS libraries instead of OpenSSL? If not, has that ever been considered as an option? Based on my struggle with OpenSSL documentation to generate my own CA and client SSL certificates, the NSS documentation for that same task looks like a breeze in comparison

Re: [users@httpd] mod_rewrite racing condition problem ?

2012-10-24 Thread Søren Schrøder
On Wed, Oct 24, 2012 at 5:17 PM, Jeff Trawick wrote: > You left one out: > > http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritelock And right you are. Tested, Verified. Works like a charm! -- Søren Schrøder. Obey Gravity - It's the law !

[users@httpd] External Rewriting Program on the iSeries

2012-10-24 Thread Hone Aziz (3Linc)
Is it possible for RewriteMap to execute a RPG program on the iSeries? If so, I would appreciate some guidance on how it's done. Thanks in advance. Hone Aziz

Re: [users@httpd] mod_rewrite racing condition problem ?

2012-10-24 Thread Jeff Trawick
On Wed, Oct 24, 2012 at 10:35 AM, Søren Schrøder wrote: > Greetings apache users - I hope I selected the right list for this question: > > > I have a wierd mod_rewrite problem, that I need new eyes on. > > What I try to do accomplish: > > I am implementing “Userdirs” using mod_rewrite, with users

[users@httpd] mod_rewrite racing condition problem ?

2012-10-24 Thread Søren Schrøder
Greetings apache users - I hope I selected the right list for this question: I have a wierd mod_rewrite problem, that I need new eyes on. What I try to do accomplish: I am implementing “Userdirs” using mod_rewrite, with users in LDAP The filepath is fetched from LDAP using a perl map program (

[users@httpd] forward proxy + client certs

2012-10-24 Thread Jeszenszky Zoltán
Hello, Apache can working as a forward proxy: SSLProxyEngine on ProxyRequests On ProxyVia On # Order Deny,Allow Allow from all ErrorLog /var/log/apache2/proxy-error.log CustomLog /var/log/apache2/proxy-access.log combined But can it working as a forward proxy and require client cert? I want p

Re: [users@httpd] Locking Down httpd w/virtualhosts

2012-10-24 Thread Pete Houston
On Tue, Oct 23, 2012 at 12:38:39PM +1000, Nick Edwards wrote: > was hoping for a general cgi solution tha works the same, perhaps its > there and my google fu is failing me today? Something like sbox? http://stein.cshl.org/software/sbox/ > If not, could this be a feature request, it can not be th

RE: [users@httpd] New PHP user requests your assistance.

2012-10-24 Thread Anders Johansson
Maybe someone can unsubscribe users that spams the list? :) -Original Message- From: Hendrik Schmieder [mailto:hendrik.schmie...@jedox.com] Sent: den 24 oktober 2012 09:07 To: users@httpd.apache.org Subject: Re: [users@httpd] New PHP user requests your assistance. Wes Smith schrieb: > I a

Re: [users@httpd] New PHP user requests your assistance.

2012-10-24 Thread Hendrik Schmieder
Wes Smith schrieb: I am receiving NOTICES when I run a script like this one: Welcome $_POST[user]!"; echo "Your product choices are:"; if (!empty($_POST[products])) { echo ""; foreach ($_POST[products] as $Value) { echo"$value"; } echo ""; } ?> As already told you, thi