[us...@httpd] Cannot open SSLSessionCache DBM file

2009-07-02 Thread Dietmar . Mueller
Hi, after some years serving files with ssl and not ssl during the last week we get 2 times a big showstopper because httpd accept only some ssl requests. Some connects works well but some one cannt connect. The client say that he can't reach the server and nothing in error or access.log. But

[us...@httpd] [solved] [us...@httpd] Rewrite all except one case

2009-04-20 Thread Dietmar . Mueller
> Best solution would be to have a different rule in front of your other rule: > (And you don't need the P, in fact it might cause loops) > For example: > RewriteRule ^/foo$ /abc/ers [L] > RewriteRule ^/foo/(.*) /abc/$1 > The L flag cause apache to ignore subsequent rules. > Krist Hi Kri

[us...@httpd] Rewrite all except one case

2009-04-16 Thread Dietmar . Mueller
Hi all, I play a long time with rewrite to get follow rule: server/foo/(.*) should proxied to server/abc/$1 This works with RewriteRule /foo/(.*) /abc/$1 [P] then all requests to directory /foo are proxied (also with arguments) to /abc/ but now I need one exception: /foo should be proxied /

[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Dietmar . Mueller
Hello amie, I don't know if you use mod_jk or mod_proxy_ajp. I have only experience on mod_jk. There must the name from the worker "exact" the same as the value from the jvm route. in your case the rout should look like Tomcat6_1 at server 172.28.11.4 with ajp conn at:8009 and Tomcat6_2 at se

Re: [EMAIL PROTECTED] mod_jk integration for both HTTP and HTTPS request to one JBOSS

2008-07-29 Thread Dietmar . Mueller
Hello Deepak You have also add the jmount into the ssl virtual host. regards Dietmar "Deepak Gupta" <[EMAIL PROTECTED]> 29.07.2008 14:56 Bitte antworten an users@httpd.apache.org An Kopie Thema [EMAIL PROTECTED] mod_jk integration for both HTTP and HTTPS request to one JBOSS Hi,

[EMAIL PROTECTED] basic auth proxy rq with RewriteRule

2008-07-28 Thread Dietmar . Mueller
Hello List, I work since some days on this problem and don't find any solution. Background: I have a glassfish app-server which generate a webservice and the wsdl file with the xsd file. Now I wan't secure this with basic auth. I did this with glassfish. Now the problem is that the wsdl file h

[EMAIL PROTECTED] Monitoring apache via server-status

2008-01-30 Thread Dietmar . Mueller
Hello list, I use apache2 on win2000 with mod_jk and tomcat as appserver. Last week I made a big mistake on the java side and build a deadlock! The problem was, that I don't recongnize it. Now my question is, can I detect it via server-status when I watch all rq in wait status. When I understand t

[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Losing Post Data

2007-11-05 Thread Dietmar . Mueller
Hello Stephen, i see also the problem on my webpage but this isn't in my case a apache problem. This happens, when in a form the request is submit via html button, but the form submit is done with javascript when onClick is fired. pls look to the return stmt from the js function. Current I have

[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] apache httpd + jboss + mod_jk : Failed opening socket to (172.16.2.229:8009) (errno=13)

2007-03-07 Thread Dietmar . Mueller
Is tomcat on this this server / port running and apj configured? regards Dietmar "Preetam Palwe" <[EMAIL PROTECTED]> 07.03.2007 14:35 Bitte antworten an users@httpd.apache.org An Kopie Thema [EMAIL PROTECTED] apache httpd + jboss + mod_jk : Failed opening socket to (172.16.2.229:8009) (e

Re: [EMAIL PROTECTED] unknow sites found in access_log?

2006-08-30 Thread Dietmar . Mueller
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyrequests regards Dietmar Bitte antworten an users@httpd.apache.org An: users@httpd.apache.org Kopie: Thema: [EMAIL PROTECTED] unknow sites found in access_log? Hi, Apache 2.0.52 on RHEL 4. Can anybody shed some light on why o

Ret: [EMAIL PROTECTED] Permission to connect to AJP socket

2006-08-21 Thread Dietmar . Mueller
Hello Ryszard, sorry for the stupid question. Is tomcat up and listening on localhost:8109 with AJP? regards Dietmar Ryszard Lach <[EMAIL PROTECTED]> am 21.08.2006 07:55:43 Bitte antworten an users@httpd.apache.org An: Apache Users Mailing List Kopie: Thema: [EMAIL PROTECTED] Permis

[EMAIL PROTECTED] Antwort: AW: [EMAIL PROTECTED] HTML Form instead of browser prompt for authentication?

2006-07-26 Thread Dietmar . Mueller
Write your own realm. This isn't a big Problem. regards Dietmar "Peter Neu" <[EMAIL PROTECTED]> am 26.07.2006 15:18:43 Bitte antworten an users@httpd.apache.org An: Kopie: Thema: AW: [EMAIL PROTECTED] HTML Form instead of browser prompt for authentication? Yes, but I does no

AW: [EMAIL PROTECTED] HTML Form instead of browser prompt for authentication?

2006-07-26 Thread Dietmar . Mueller
Hello Peter, tomcat support form based auth with simple declaration in the web.xml. The datasource can be database, ldap or flat file. regards Dietmar "Peter Neu" <[EMAIL PROTECTED]> am 26.07.2006 15:10:47 Bitte antworten an users@httpd.apache.org An: Kopie: Thema: AW: [EMAIL PROTECT

[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] jsp/java servelets

2006-06-12 Thread Dietmar . Mueller
http://www.apachetomcat.com/home regards Dietmar Muhammad Rizwan <[EMAIL PROTECTED]> am 12.06.2006 19:06:36 Bitte antworten an users@httpd.apache.org An: users@httpd.apache.org Kopie: Thema: [EMAIL PROTECTED] jsp/java servelets Hello I want to run jsp and java servelets pages on my A

Re: [EMAIL PROTECTED] Tomcat Connectors

2006-05-03 Thread Dietmar . Mueller
pls. try follow: This is the part for mod_jk LoadModule jk_module /usr/local/apache/modules/mod_jk.so JkWorkersFile "/usr/local/jakarta-tomcat-4.1.27/conf/jk/workers.properties" JkLogFile "/usr/local/jakarta-tomcat-4.1.27/logs/mod_jk.log" JkLogLevel error JkMount /admin/* ajp13 JkMount /we

Re: [EMAIL PROTECTED] Tomcat Connectors

2006-05-03 Thread Dietmar . Mueller
Your problem is the alias from the static file to the folder admin! If you use mod_jk you don't have to set an alias to the files within a webapp. Tomcat deliver it via ajp. JkMount /admin/ ajp13 is enough. If you wan't that the static files are delivered without tomcat, but it in a directory

[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Trying to get SSI directives processed after request has been processed by Tomcat app server.

2006-04-25 Thread Dietmar . Mueller
Hello John, you can activate SSI on tomcat. Look at: http://tomcat.apache.org/tomcat-5.5-doc/ssi-howto.html regards Dietmar "Pyeatt, John" <[EMAIL PROTECTED]> am 26.04.2006 00:35:25 Bitte antworten an users@httpd.apache.org An: Kopie: Thema: [EMAIL PROTECTED] Trying to get SSI direct

[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Strange problem with mod_jk2

2006-04-12 Thread Dietmar . Mueller
Bad Situation, Jk2 is dead. The development of jk2 is stopped. Some features from jk2 are ported back to mod_jk. regards Dietmar Praveen Alavilli <[EMAIL PROTECTED]> am 12.04.2006 21:22:41 Bitte antworten an users@httpd.apache.org An: users@httpd.apache.org Kopie: Thema: [EMAIL PROTE

Re: [EMAIL PROTECTED] Configuring Apache2 with Tomcat 5.5

2006-01-10 Thread Dietmar . Mueller
Hello, I look over your config and I've two questions: 1st: Are in /auto/mod_jk.conf the jk_mount directives? 2nd: You set Dookument root to the same directory where tomcat has the applications. You have now 2 ways to find the path to the tomcat applications. One way is over the classic static w

Re: [EMAIL PROTECTED] Apache2 + Apache-Tomact

2005-10-24 Thread Dietmar . Mueller
http://galatea.com/flashguides/home regards Dietmar Nicola Flucke <[EMAIL PROTECTED]> am 24.10.2005 08:42:03 Bitte antworten an users@httpd.apache.org An:users@httpd.apache.org Kopie: Thema: Re: [EMAIL PROTECTED] Apache2 + Apache-Tomact Hello Leonardo, did you read the documentation

Re: [EMAIL PROTECTED] Tomcat 3.2.3 vs Tomcat 5.5.9 issue

2005-09-29 Thread Dietmar . Mueller
This is the wrong list! But why do you use backslash within the path from the form? Try slash instead. regards Dietmar Cyndi Rader <[EMAIL PROTECTED]> am 29.09.2005 00:15:13 Bitte antworten an users@httpd.apache.org An:users@httpd.apache.org Kopie: Thema: [EMAIL PROTECTED] Tomcat 3.2.

[users@httpd] Urgent Please : Loadbalancing Tomcat using Apache

2005-05-12 Thread Dietmar . Mueller
Do you have load mod_jk and mount the jsp_examples context? regards Dietmar "Rehman Adil (KI/EAB)" <[EMAIL PROTECTED]> am 12.05.2005 10:12:17 Bitte antworten an users@httpd.apache.org An: Kopie: Thema: [EMAIL PROTECTED] Urgent Please : Loadbalancing Tomcat using Apache Hi, I am tryin