Hello all
i like to ask basic question about Apache and how does it servers the requests
i was reading and also saw that in unix machine its spawn process at
start and every process uses N threads
and in windows it is multithread is that correct ? does every single
thread serve one connection and i
On Fri, Jun 27, 2008 at 03:48:47PM -0700, Ray Van Dolson wrote:
> I'm attempting to use mod_proxy_html to rewrite internal URL's to the
> corresponding external URL. It seems to be working for the most part,
> but I am having trouble getting the query string portion of a URL to be
> processed.
Hi
On Mon, Jun 30, 2008 at 4:50 PM, mdn teo <[EMAIL PROTECTED]> wrote:
> It works, I see the Username in my log files set as the field I choose with
> "SSLusername". But the field gets empty as I use another module like
> mod_authn_ldap
> http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslusername
It works, I see the Username in my log files set as the field I choose with
"SSLusername". But the field gets empty as I use another module like
mod_authn_ldap
http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslusername "Note that
this directive has no effect if the FakeBasic option is used "
On Mon, Jun 30, 2008 at 2:39 PM, Tan, Liao <[EMAIL PROTECTED]> wrote:
>cd ..; gcc -DHPUX11 -DMOD_SSL=208131 -DUSE_HSREGEX -DEAPI
> -DNO_DL_NEEDED `./apaci` -L/FlexUAT/busobj/BOBJ6/TESTES/openssl-0.9.8g -o
> helpers/dummy helpers/dummy.c -lm -lpthread -ldbm -lssl -lcrypto -lexpat
Folks,
We´ve been following the steps in http://www.modssl.org/example (Build and
install the SSL-aware Apache), and the following log, when ran the command
below:
$ ./configure \
--with-apache=../apache_1.3.41 \
--with-ssl=../openssl-0.9.8g \
--prefix=/FlexUAT/busobj/BOBJ6/TESTES/
On Mon, Jun 30, 2008 at 12:25 PM, mdn teo <[EMAIL PROTECTED]> wrote:
> SSLOptions +ExportCertData +StdEnvVars +StrictRequire -FakeBasicAuth
>
If you turn off SSLFakeBasicAuth, how do you expect any field from the
cert to be used for the username?
--
Eric Covener
[EMAIL PROTECTED]
--
Hi,
I'm working with mod_authnz_ldap, mod_ssl authenticating with certificates
and I've got some questions.
This is my situation (some directives are omitted)
SSLVerifyClient require
SSLOptions +Expor
On Mon, Jun 30, 2008 at 7:04 AM, Meir Yanovich <[EMAIL PROTECTED]> wrote:
> hi thanks for the fast reply , i did what you said , and moved the
> JkMount configuration
> to be under the in http-ssl.conf.
> and it does work .
> i will never could guess that . part of the mod_jk config is in the
> ht
Have you configured the Tomcat AJP connector in the same port (48333)?
Tomcat has it configured in port 8009 by default.
-Original Message-
From: Meir Yanovich [mailto:[EMAIL PROTECTED]
Sent: Monday, June 30, 2008 4:40 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] how to confi
hi thanks for the fast reply , i did what you said , and moved the
JkMount configuration
to be under the in http-ssl.conf.
and it does work .
i will never could guess that . part of the mod_jk config is in the
http.conf and other part in the http-ssl.conf.
ok i have another question now i all of
It sounds like you have an HTTP virtual server configured on port 8000
and HTTPS virtual server configured on port 443. Most probably your
mod_jk commands are defined in the scope of HTPP server and aren't
active on the scope of HTTPS server. Try to move/duplicate them in the
http-ssl.conf inside
Thanks for your answer. I've try to use Redirect instead of
RedirectMatch but result is the same. I'm still getting redirect with
the end of the URL.
Eric Covener wrote:
On Mon, Jun 30, 2008 at 4:46 AM, Sylvain Viollat <[EMAIL PROTECTED]> wrote:
RedirectMatch permanent / http://www.mydomai
Nobody has idea what may cause this problem I've described? Has
anybody encountered something similar?
2008/6/27 MegaBrutal <[EMAIL PROTECTED]>:
> Hi all,
>
> I've encountered a very strange problem. I wanted to configure a
> proxy, but for some reason, it sends request twice to the backend
> serv
it looks like this : ( i changed it from the default 8009 )
On Mon, Jun 30, 2008 at 3:00 PM, Serge Dubrouski <[EMAIL PROTECTED]> wrote:
> How does your Tomcat's server.xml file looks like? Does it have an AJP
> listener on port 48333 like you configured in workers file?
>
> On Mon, Ju
How does your Tomcat's server.xml file looks like? Does it have an AJP
listener on port 48333 like you configured in workers file?
On Mon, Jun 30, 2008 at 2:40 AM, Meir Yanovich <[EMAIL PROTECTED]> wrote:
> Hello all
> im having problem on configuring apache 2.2 forward ssl requests to tomcat
> im
On Mon, Jun 30, 2008 at 4:46 AM, Sylvain Viollat <[EMAIL PROTECTED]> wrote:
> RedirectMatch permanent / http://www.mydomain.com
>
> The problem is that all queries which contain something after the .net/ (eg.
> index.php?ref=10), are redirect to http://www.mydomain.com/ref=10
If you use RedirectM
Hello,
anyone got an idea about how to do this ?
Thanks
--- Begin Message ---
Hi,
I need to redirect the URL http://www.mydomain.net/index.php?ref=10 to
http://www.mydomain.com/. I've added the following line in
www.mydomain.net VirtualHost :
RedirectMatch permanent / http://www.mydomain
Hello all
im having problem on configuring apache 2.2 forward ssl requests to tomcat
im using basic configuration that i collected on the web ( mostly
using old apache )
im can use ssl on the apache htdocs . but i can't make it forward to
the tomcat .
by the way with no ssl the http forwarding to t
19 matches
Mail list logo