Re: Problem mit httpd2 + tomcat5.5.9 + mod_rewrite

2005-11-14 Thread Peter . Neu
Hallo, ich bin noch nicht viel weiter gekommen. Die Konfiguration schaut augenblicklich so aus: LoadModule rewrite_module /usr/lib/apache2/mod_rewrite.so RewriteEngine on RewriteLog /var/log/apache2/mod_rewrite.log RewriteLogLevel 2 RewriteRule ^/pnbw/postHv\.html$ /nothing.htm Wenn ich das

Re: Problem mit httpd2 + tomcat5.5.9 + mod_rewrite

2005-11-14 Thread Alexander Lazic
Hi, On Mon 14.11.2005 15:56, [EMAIL PROTECTED] wrote: @Aleks das kommt bei Logging Stufe 5 heraus: Was spricht gegen 9?! (2) init rewrite engine with requested uri /pnbw/ (3) applying pattern '^/pnbw/*$' to uri '/pnbw/' (2) rewrite /pnbw/ - /nothing/nothing.htm (2) local path result:

Re: Problem mit httpd2 + tomcat5.5.9 + mod_rewrite

2005-11-14 Thread Paul Puschmann
[EMAIL PROTECTED] wrote: Hallo, [snip] @Aleks: Was spricht dagegen httpd vor tomcat zu schalten? Man profitiert doch von vielen coolen Modulen, die es bei tomcat nicht gibt. Vorausgesetzt man bekommt sie zum laufen ;o) Hi Peter, bitte nach dem Zitat posten, sonst produkzierst du ToFu

RE: [EMAIL PROTECTED] Question about mod_cache

2005-11-14 Thread Axel-Stéphane SMORGRAV
Since you just restarted the server, the in-memory cache is empty and none of the responses are cached. The cache_in filter is what puts the response in cache. The cache_out filter is what serves responses from cache. I would suggest that you use disk_cache only to start with, until you get

RE: [EMAIL PROTECTED] basic auth config

2005-11-14 Thread Boyle Owen
-Original Message- From: Mike Dewhirst [mailto:[EMAIL PROTECTED] I'm convinced Apache 2.0.53 doesn't work as advertised in the docs when you try to get Basic Auth working without a .htaccess file. Some people are convinced the Earth is flat but that don't make it so :-) By far

[EMAIL PROTECTED] Problem mit httpd2 + tomcat5.5.9 + mod_rewrite

2005-11-14 Thread Peter . Neu
Hello, I'm still struggling with the mod_rewrite module in combination with the tomcat server. I changed my configuration to this: LoadModule rewrite_module /usr/lib/apache2/mod_rewrite.so RewriteEngine on RewriteLog /var/log/apache2/mod_rewrite.log RewriteLogLevel 2 RewriteRule

Re: [EMAIL PROTECTED] Question regarding VirtualHosts

2005-11-14 Thread Sri
Hi,check this link www.debianhelp.co.uk/virtualhosts.htmBest RegardsMartin Lyberg [EMAIL PROTECTED] wrote: On 11/10/05, Joshua Slive wrote:In this example:http://httpd.apache.org/docs/1.3/misc/FAQ.html#canonical-hostnamesReplace the Redirect with aLocation / Deny from all/LocationHi

Re: [EMAIL PROTECTED] mod_ssl: How to change the SSLCipherSuite setup

2005-11-14 Thread Jérôme Tytgat
If your main quest is to harden Cipher Suite, something like that is quite good : SSLProtocol -ALL +SSLv3 +TLSv1 SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM you should remove SSLv2 as it as weakness. Jerome Qingshan Xie a écrit : I am using Apache 2.0.54 with.

Re: [EMAIL PROTECTED] Getting started - problem with virtual sites (not necessarily 'hosts')

2005-11-14 Thread Joshua Slive
On 11/14/05, George Pitcher [EMAIL PROTECTED] wrote: This isn't a website with three sub-directories. Its actually five websites that use the same directory and it isn't the document root. When the user come in with the url 'http://www.website.com/site_a/' it takes them to 'home.php' which

Re: [EMAIL PROTECTED] Problem mit httpd2 + tomcat5.5.9 + mod_rewrite

2005-11-14 Thread Joshua Slive
On 11/14/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I'm still struggling with the mod_rewrite module in combination with the tomcat server. I changed my configuration to this: LoadModule rewrite_module /usr/lib/apache2/mod_rewrite.so RewriteEngine on RewriteLog

RE: [EMAIL PROTECTED] Re: Can Anyone Recommend A Log Analyzer?

2005-11-14 Thread PMilanese
Before we started spending money on analytics, I did some work with analog and webalizer. Both are decent tools for the task. Once the demand started to increase, I took peices of openstats (does anyone else even know of this one?) and did a bit of work to it. Made it real-time,

Re: [EMAIL PROTECTED] Getting started - problem with virtual sites (not necessarily 'hosts')

2005-11-14 Thread Joshua Slive
On 11/14/05, George Pitcher [EMAIL PROTECTED] wrote: It isn't a PHP issue. On IIS, I set a virtual site called 'site_a' and specify which folder was going to be used. I then set up another 4 virtual sites with their own names and they all point to the same folder. I want to know how to do

Re: [EMAIL PROTECTED] Problem mit httpd2 + tomcat5.5.9 + mod_rewrite

2005-11-14 Thread Peter . Neu
Hi Joshua, I put the [R] behind the rule and get a HTTP 400 Error. It says it can't find the server. The RewriteLog says that I tried to force a redirect to a URL which does not exist. That's right because the URL I gernerate with mod_rewrite is fake. cheers, Pete --- Ursprüngliche

Re: [EMAIL PROTECTED] Problem mit httpd2 + tomcat5.5.9 + mod_rewrite

2005-11-14 Thread Joshua Slive
On 11/14/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Joshua, I put the [R] behind the rule and get a HTTP 400 Error. It says it can't find the server. The RewriteLog says that I tried to force a redirect to a URL which does not exist. That's right because the URL I gernerate with

[EMAIL PROTECTED] Virtual Hosts

2005-11-14 Thread Nash, Marty
Title: Virtual Hosts I'm trying to setup 2 virtual hosts on the same IP. Here's what my configuration looks like: Listen myservername:80 Listen myotherserver:8080 NameVirtualHost myservername:80 NameVurtualHost myotherserver:8080 VirtualHost myservername:80 DocumentRoot

[EMAIL PROTECTED] Apache2 configuration

2005-11-14 Thread km4hr
I'm trying to use apache2 for the first time. I have some experience with earlier versions. I'm having trouble with basic configuration. I've tried placing configuration directives in the httpd.conf file and in a separate file in the conf.d directory. Comments in apache2.conf indicate this

Re: [EMAIL PROTECTED] Virtual Hosts

2005-11-14 Thread Davide Bianchi
Nash, Marty wrote: I'm trying to setup 2 virtual hosts on the same IP. Here's what my configuration looks like: Listen myservername:80 Listen myotherserver:8080 ...Why the 8080 port? for both ports. When I open IE and type in the url for 'myotherserver', I get the page for

[EMAIL PROTECTED] link against specific version of berkeley db

2005-11-14 Thread [EMAIL PROTECTED]
Hi folks, I'm trying to solve a problem, which is related to php (probably some namespace problem, I don't know) - http://bugs.php.net/bug.php?id=35216 . As a workaround, I need to link apache against specific version of berkeley db (there are more versions of libdb installed on the system,

Re: [EMAIL PROTECTED] Apache2 configuration

2005-11-14 Thread km4hr
Please disregard my post. The stray quote character after the word htdocs apparently caused the problem. It works without the quote. Thanks for your consideration. -Original Message- From: [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Mon, 14 Nov 2005 12:40:37 -0500 Subject:

Re: [EMAIL PROTECTED] link against specific version of berkeley db

2005-11-14 Thread [EMAIL PROTECTED]
Hi, [EMAIL PROTECTED] wrote: Is there any clean way (i.e. without e.g. editing configure) to link apache against lower version of berkeley db? I think there are at least two solutions: a) edit srclib/apr-util/build/dbm.m4 and comment/delete what is not what I want in APU_CHECK_DB_ALL macro

[EMAIL PROTECTED] Help with re-direct

2005-11-14 Thread kingm . tong
I'm a newbie to apache config. I'm having problem with a re-direct in production that I'm not able to re-produce in my test box. Meaning, I use the same conifg in test and it works, but the same config doesn't work in production. I 'm running AIX 5.1.0.0 and apache 1.3.2.6. on tier1 and Websphere

[EMAIL PROTECTED] Restricted directories

2005-11-14 Thread Brent Herring
I'm having a problem with Apache directory restrictions that I have not found this same issue in the FAQ or archives. I get the feeling that the problem may be my lack of understanding of some fundamental function of the server. I have a certain directory to which access is restricted by IP

Re: [EMAIL PROTECTED] Restricted directories

2005-11-14 Thread Joshua Slive
On 11/14/05, Brent Herring [EMAIL PROTECTED] wrote: I'm having a problem with Apache directory restrictions that I have not found this same issue in the FAQ or archives. I get the feeling that the problem may be my lack of understanding of some fundamental function of the server. I have a

[EMAIL PROTECTED] why would mod_alias eat the query string (1.3.x)

2005-11-14 Thread William Ross
hello list, I'm very sorry to jump straight in here with a question, but here goes: I've got a fairly normaly thin-and-thick setup with a mod_perl server in the background. The thin server on 80 is a reverse proxy for the mod_perl server on 8081, in the usual way. The only quirk is that for

Re: [EMAIL PROTECTED] why would mod_alias eat the query string (1.3.x)

2005-11-14 Thread Joshua Slive
On 11/14/05, William Ross [EMAIL PROTECTED] wrote: hello list, I'm very sorry to jump straight in here with a question, but here goes: I've got a fairly normaly thin-and-thick setup with a mod_perl server in the background. The thin server on 80 is a reverse proxy for the mod_perl server on

Re: [EMAIL PROTECTED] mod_rewrite decodes %20 - 400 bad request

2005-11-14 Thread ogjunk-httpd1
Hi, I solved this problem by substituting %20 with + characters. Apparently, mod_rewrite doesn't convert + to spaces as it does with %20. I say solved, as this is a hack, and I hate hacks... :( Is there a list/forum/anything focused on Apache modules or mod_rewrite in particular? Thanks, Otis

Re: [EMAIL PROTECTED] why would mod_alias eat the query string (1.3.x)

2005-11-14 Thread William Ross
On 15 Nov 2005, at 02:41, Joshua Slive wrote: On 11/14/05, William Ross [EMAIL PROTECTED] wrote: hello list, I'm very sorry to jump straight in here with a question, but here goes: I've got a fairly normaly thin-and-thick setup with a mod_perl server in the background. The thin server on

[EMAIL PROTECTED] can't find free endpoint Error

2005-11-14 Thread Dhananjayan Krishnan
Hi, I am using Apache Httpd server with Tomcat, When I try to simulate 100 users access my website I am getting the following error "Internal server error". From the mod_jk.logI could find the following errors [Tue Nov 15 02:10:11 2005][info] ajp_get_endpoint::jk_ajp_common.c (2148): can't find

Re: [EMAIL PROTECTED] mod_rewrite decodes %20 - 400 bad request

2005-11-14 Thread André Malo
* [EMAIL PROTECTED] wrote: Hi, I solved this problem by substituting %20 with + characters. Apparently, mod_rewrite doesn't convert + to spaces as it does with %20. Your problem is home-made. mod_rewrite always works on the unescaped URI-path and you're explicitly specifying by using [NE]