* <[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 specif
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 f
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
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?
T
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 s
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
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 ha
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 subn
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
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 (t
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: [
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,
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 'myserv
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 sh
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
DocumentRoot /path/to/htdocs
ServerName myser
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
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 Nachrich
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 d
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,
added demogr
You really only need one virtual host, but with several aliases. I
assume PHP is taking care of reading the host headers to know whether
it should serve site A or Site B's content. Like so:
ServerName siteA.com:80
ServerAlias siteB.com
ServerAlias siteC.com
Us
It was just announced that Google will be offer web analytics for free
as well. They bought Urchin. Urchin was a very capable commercial
product used by many ISPs.
http://www.google.com/analytics/
As for open source, I've always used the comination of Analog
(http://www.analog.cx/) and Report
> > 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 breaks down the url and loads the con
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 /var
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' w
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.
Hi, check this link www.debianhelp.co.uk/virtualhosts.htm Best 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 a Deny from allHi Joshua, I'm not
Boyle Owen wrote:
-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 s
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 ^/pnbw/postHv\.
> -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
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
thi
30 matches
Mail list logo