Hi there,
I think you may have misunderstood the issue. Functionally my re-write
rule is working okay but its logging the query string of the URL that I
am sending the browser to.
If that makes sense..
Steve
-Original Message-
From: Francois Gingras [mailto:[EMAIL PROTECTED]
Sent: 10 Ju
On Mon, Jul 14, 2008 at 2:39 PM, Rainer Jung <[EMAIL PROTECTED]>
wrote:
>
>> First of all 5.5.12 is very outdated and also very early in the 5.5
> release cycle.
>
> You need to add 'tomcatAuthentication="false"' in the Connector element for
> your AJP connector. The connector you showed us above
On Mon, Jul 14, 2008 at 4:22 PM, Nikhil <[EMAIL PROTECTED]> wrote:
>
>
> On Mon, Jul 14, 2008 at 2:39 PM, Rainer Jung <[EMAIL PROTECTED]>
> wrote:
>
>>
>>> First of all 5.5.12 is very outdated and also very early in the 5.5
>> release cycle.
>>
>> You need to add 'tomcatAuthentication="false"' in
Hi all,
again... I am a total apache newbie.
What I have is:
- A webserver in my dmz with a dedicated vhost + ip
- A ssh tunnel to an internal webserver
- An internal webserver with a directory called mirror in /
As you might imagine I want to access the dir mirror on the dmz webserver.
This is
Ah, let's see your CustomLog directive, please.
On Mon, Jul 14, 2008 at 4:22 AM, Foster, Stephen (ASPIRE)
<[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I think you may have misunderstood the issue. Functionally my re-write
> rule is working okay but its logging the query string of the URL that I
> am
On Mon, Jul 14, 2008 at 5:00 PM, Rainer Jung <[EMAIL PROTECTED]>
wrote:
>
> Again, the http connector is *not* what you need to edit, if you want to
> combine Tomcat with mod_jk or mod_proxy_ajp. It is the AJP connector. See my
> previous mail.
>
> You need to add tomcatAuthentication="false" to t
Rainer,
I seem to have found a related link on this but this is really old
pertaining to the older versions of Tomcat.. any suggestions please.
http://marc.info/?t=10431829842&r=1&w=2
What devilishly _clever_ Subject: content!!
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
"
nopes... it doesn't work with setenforce 0 either..
--- On Sat, 7/12/08, Graeme Fowler <[EMAIL PROTECTED]> wrote:
From: Graeme Fowler <[EMAIL PROTECTED]>
Subject: Re: [EMAIL PROTECTED] problem installing apache (resending)
To: users@httpd.apache.org
Date: Saturday, July 12, 2008, 8:53 AM
On F
On Mon, 14 Jul 2008 19:14:02 +0530
Nikhil <[EMAIL PROTECTED]> wrote:
> On Mon, Jul 14, 2008 at 5:00 PM, Rainer Jung <[EMAIL PROTECTED]>
> wrote:
No he didn't. Well, not in [EMAIL PROTECTED]
Please don't add this list when following up to a post on a different
list. It's just confusing.
--
Ni
I tried out Tomcat6 too and added 'tomcatAuthentication="false"' to the ajp
connector but that still not work. :-(
On Mon, Jul 14, 2008 at 7:15 PM, Nikhil <[EMAIL PROTECTED]> wrote:
> Rainer,
> I seem to have found a related link on this but this is really old
> pertaining to the older version
Hello Apache-Pros,
I'm currently looking for a solution to fulfill the following
authentication requirements:
- Endusers do have a smartcard based ssl client certificate and a password
or later OTP generator (e.g. RSA SecurID)
The scenario should be as following:
- If it's possible for the user
Hello everyone:)
Let me know how I can retrieve the status of the sessions of all users
connected to my site, so whether the session of a user expired or not. is that
it is possible that apache dialoge with another program and then submit the
status of sessions.
I use Apache 2.0.63.
Hi
I recently managed to install apache 2.2.9 with mpm worker enabled . But when
I try to start the httpd service, it fails saying:
" [crit] Apache is running a threaded MPM, but your PHP Module is not compiled
to be threadsafe. You need to recompile PHP"
How do i compile php module to
Hi,
just use "--enable-maintainer-zts" directive in configure script
On Mon, Jul 14, 2008 at 3:37 PM, Infocom Admin <[EMAIL PROTECTED]> wrote:
> Hi
>
> I recently managed to install apache 2.2.9 with mpm worker enabled . But
> when I try to start the httpd service, it fails saying:
>
>
>
>
The thing is , so far as i remember, i never enabled this option while
compiling php..
but cannot understand why it is saying so this time ...
--- On Mon, 7/14/08, Darvin Denmian <[EMAIL PROTECTED]> wrote:
From: Darvin Denmian <[EMAIL PROTECTED]>
Subject: Re: [EMAIL PROTECTED] problem with ph
see:
http://markmaunder.com/2007/configuring-apache-224-mod_perl-20-php-523-libapreq-with-a-worker-mpm/
On Mon, Jul 14, 2008 at 3:47 PM, Infocom Admin <[EMAIL PROTECTED]> wrote:
> The thing is , so far as i remember, i never enabled this option while
> compiling php..
>
>
>
> but cannot understan
Here's the problem
I had this config in the httpd.conf
RewriteEngine On
RewriteLogLevel 9
RewriteLog logs/website/www.website.com-rewrite_log
RewriteRule ^/(.*\.html)$ /index.php?$1 [L]
RewriteRule ^/(.*\.htm)$ /index.php?$1 [L]
But if I move this configuration from httpd.conf to .htaccess does
Hi, I know mod_rewrite can answer web request to /xyz and internally serving
a.php?xyz . However, is it possible to answer a.php?xyz and internally
serving /xyz , without writing a script a.php? For the curious minds, we
are moving from dynamic scripts to pre-generated static pages, and want to
m
I tried, and apache complained "a.php was not found on this server." Seems
that apache took this as a script instead?
On Mon, Jul 14, 2008 at 5:07 PM, Randy Grimes <[EMAIL PROTECTED]>
wrote:
> Hi, I know mod_rewrite can answer web request to /xyz and internally
> serving a.php?xyz . However, is
Mohit Anchlia wrote:
[...]
We have a web server that redirects traffic to app server using mod_jk load
balancer.
Now I need to do the following:
1. If request comes from URL /AB and content of URL /AB has content in
certain format then forward it to mod_jk otherwise forward it to some other
UR
Tavian Barnes wrote:
When behind a proxy, the browser sends request to the proxy in the
form of GET http://www.google.com/ig, rather than sending GET /ig to
www.google.com. It has no idea if the proxy server did some tricky
things behind its back.
Thank you for reminding me of that. I remembe
Hi,
I am working on Apache 2.x. The default protcol followed is HTTP 1.1.
But HTTP 1.1 is a persistent protocol and hence I want Apache to follow
HTTP 1.0 protocol.
So, How to configure Apache 2.x for HTTP 1.0 version?
-Anand
I have
Options Indexes FollowSymLinks MultiViews
and I try adding
Options +Indexes
in individual locations, but it never works. I do not get an auto-generated
directory list, but an error if there is no index.html (or other index file
I've configured).
What am I missing?
--John
Hi,
I am using mod_proxy to establish proxy communication between TCP client
and TCP server.
When I send request from client to server through Apache as proxy,
Apache adds the following headers automatically:
POST / HTTP/1.1
Host: 192.168.56.17:9801
X-Forwarded-For: 192.168.56.17
X-Forwarded-
On Jul 14, 2008, at 9:05 PM, Anand Kulkarni wrote:
I am working on Apache 2.x. The default protcol followed is HTTP
1.1. But HTTP 1.1 is a persistent protocol and hence I want Apache
to follow HTTP 1.0 protocol.
What do you mean by 'persistent'?
So, How to configure Apache 2.x for HTTP 1
Hi,
I want HTTP 1.0 protocol because I heard that passing content length in
HTTP 1.0 request is not mandatory.
In my application, the client does not know the length of data to be
sent to server through Apache as proxy. When I switched to HTTP 1.0
still its forcing content length in the request.
On Jul 14, 2008, at 10:52 PM, Anand Kulkarni wrote:
I want HTTP 1.0 protocol because I heard that passing content length
in HTTP 1.0 request is not mandatory.
It's not mandatory in 1.1 either. See http://www.faqs.org/rfcs/rfc2616.html
and scroll down to section 14.13. You'll see that Co
28 matches
Mail list logo