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
> 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
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 /
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
22 matches
Mail list logo