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
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
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
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
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
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
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
---
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
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 !
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
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
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 (
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
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
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
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
16 matches
Mail list logo