Hi,
Did any one benchmark proxy balancer ?
On Quad core ( 4 cpu )machine with 16 GB of RAM Apache could serve only
12,000 req / sec and same results we got on Two Quad core ( 8 cpu) machine .
We use worker as mpm module and 3 backend nodes and we didn't see much load
on backend mode however load
Hello -
I've been looking for a way to somehow inject some content - a header,
if you will - in to any *initial* page that passes through Apache's
mod_proxy. I say *initial* because I wish to only apply this process to
the "first" page viewed, of a single page - not to subsequent pages
refe
check the logs
On Tue, Sep 30, 2008 at 4:48 AM, <[EMAIL PROTECTED]> wrote:
> Ok done all the research I can, time for some collaboration.
>
> New Server apache 2.5
>
> apache running default configuration xampp/htdocs/index.html
>
> http://localhost and http://ipaddress works great.
>
> outside
I think you can do that using feature. Though I'm not sure.
On Tue, Sep 30, 2008 at 6:33 AM, Diogo de Sousa Neves <[EMAIL PROTECTED]>wrote:
> Hi,
>
> Is there a way to have individual access logs using userdir_module ?
>
> thanks
>
> --
Hi,
Is there a way to have individual access logs using userdir_module ?
thanks
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscr
On Mon, Sep 29, 2008 at 7:44 PM, Jonathon Jonathon <[EMAIL PROTECTED]> wrote:
> Thanks for the reply. However, I am a bit confused.
>
> So after, I copy everything from my build directory to my new machine, I
> should edit the bin/envvars and point them to the apache libs. However,
> inside the
Justin Pasher wrote:
Ahhh... Now it should actually be possible. If possible, I would
(personally) try to push all traffic to www.csulb.edu whenever they
try to pull csulb.edu. Whether or not this is possible in your
situation, I do not know. Something like this in the VirtualHost
config wou
Thanks for the reply. However, I am a bit confused.
So after, I copy everything from my build directory to my new machine, I
should edit the bin/envvars and point them to the apache libs. However,
inside the "apachectl" script, I see that HTTPD is being hardcoded to the
"build" machines build
I wasn't able to find appropriate forum for Tomcat. I thought I'll
check if this is right place.
I am using tomcat as my web and app server. I need to rewrite URL just
like mod_rewrite in apache. Is that possible to do that in tomcat.
--
Ok done all the research I can, time for some collaboration.
New Server apache 2.5
apache running default configuration xampp/htdocs/index.html
http://localhost and http://ipaddress works great.
outside machines cannot connect to http://ipaddress
main gateway and routers have been forwarded fr
On Mon, Sep 29, 2008 at 5:33 PM, Jonathon Jonathon <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I've looked all over google for "apache relocatable" as well as the archive
> for this mailing list and I've had no luck, so I've decided to post a
> message.
>
> I am currently building apache on my buil
On Mon, Sep 29, 2008 at 5:20 PM, André Warnier <[EMAIL PROTECTED]> wrote:
> Eric Covener wrote:
Order deny,allow
Allow from 192.168
Deny from all
AllowOverride All
Options -Indexes
>>
JkMount /protected/jsp/* tomcat_w
Hey Nick Kew,
AcceptPathInfo worked!
Thanks!
--
Melvin Foong
On Sun, Sep 28, 2008 at 3:17 PM, Nick Kew <[EMAIL PROTECTED]> wrote:
>
> On 28 Sep 2008, at 01:50, Melvin Foong wrote:
>
>> Hello there,
>>
>> I am having this problem with my new server where I could not get it to
>> work.
>>
>> I a
Mike Soultanian wrote:
Justin Pasher wrote:
Actually, ignore everything I just said. All this time I thought that
was what apache was doing, but it's actually occurring after the
mismatched server name warning is presented. The rewrite rule will
still catch the request and redirect them to
Justin Pasher wrote:
Actually, ignore everything I just said. All this time I thought that
was what apache was doing, but it's actually occurring after the
mismatched server name warning is presented. The rewrite rule will
still catch the request and redirect them to https://www.csulb.edu,
Justin Pasher wrote:
Mike Soultanian wrote:
Justin Pasher wrote:
You can simplify this a bit by saying "redirect anything that is not
going to www.csulb.edu". However, you'll have to put the rewrite
directives inside the configuration for the SSL
version of the site, as the .htaccess file
On Mon, 29 Sep 2008 16:40:49 -0500, "Justin Pasher"
<[EMAIL PROTECTED]> said:
>
> If you do it within the apache config, the server will send the 302
> redirect header before trying to exchange any SSL key related
> information. Once they have been kicked over to
> https://www.csulb.edu/, the norm
Mike Soultanian wrote:
Justin Pasher wrote:
You can simplify this a bit by saying "redirect anything that is not
going to www.csulb.edu". However, you'll have to put the rewrite
directives inside the configuration for the SSL version
of the site, as the .htaccess file is run after a connect
Hello all,
I've looked all over google for "apache relocatable" as well as the archive
for this mailing list and I've had no luck, so I've decided to post a
message.
I am currently building apache on my build machine at:
"/path/to/apache/source" and everything works great. However, when I copy
Justin Pasher wrote:
You can simplify this a bit by saying "redirect anything that is not
going to www.csulb.edu". However, you'll have to put the rewrite
directives inside the configuration for the SSL version
of the site, as the .htaccess file is run after a connection is
established wi
Eric Covener wrote:
Order deny,allow
Allow from 192.168
Deny from all
AllowOverride All
Options -Indexes
JkMount /protected/jsp/* tomcat_worker
141.x.x.x - - [23/Sep/2008:13:28:34 +0200] "GET /protected/index.html HTTP/1.0" 200 7675
"-" "Wget/1.11"
Mike Soultanian wrote:
Our campus has an SSL certificate for www.csulb.edu. If you go to
https://www.csulb.edu everything works peachy.
Now, if you go to https://csulb.edu, you get an error. I talked to
our server admin and he said it's because our certificate is
registered to www.csulb.edu
Eric Covener wrote:
On Mon, Sep 29, 2008 at 4:25 PM, Mike Soultanian <[EMAIL PROTECTED]> wrote:
So, is it possible to set up a rewrite condition such that when someone
tries to navigate to https://csulb.edu, it will automatically redirect the
user to https://www.csulb.edu and avoid the certif
On Mon, Sep 29, 2008 at 4:25 PM, Mike Soultanian <[EMAIL PROTECTED]> wrote:
> Our campus has an SSL certificate for www.csulb.edu. If you go to
> https://www.csulb.edu everything works peachy.
>
> Now, if you go to https://csulb.edu, you get an error. I talked to our
> server admin and he said it
>>
>> Order deny,allow
>> Allow from 192.168
>> Deny from all
>> AllowOverride All
>> Options -Indexes
>>
>> JkMount /protected/jsp/* tomcat_worker
>> 141.x.x.x - - [23/Sep/2008:13:28:34 +0200] "GET /protected/index.html
>> HTTP/1.0" 200 7675 "-" "Wget/1
Hi.
On the face of it, I do not understand it either.
I have re-read the doc, and I believe your Order, Allow and Deny
directives are correct for what you want to do.
The first thing maybe to check is if you don't by any chance have some
sections that override your section.
Also, I encoun
Our campus has an SSL certificate for www.csulb.edu. If you go to
https://www.csulb.edu everything works peachy.
Now, if you go to https://csulb.edu, you get an error. I talked to our
server admin and he said it's because our certificate is registered to
www.csulb.edu and not csulb.edu. He
Hi,
Just for the record, I worked around the problem
using a rewrite to a 404 page for the clients not allowed.
I'm still curious about the actual problem.
Anyone ? Do I need to provide some more details ?
Yours,
Steffen
On Tue, 2008-09-23 at 13:48 +0200, Steffen Neumann wrote:
> Hi,
>
> Se
On Mon, 2008-09-29 at 07:00 -0700, faust wrote:
> I have apache-2.2.9_5 under openvds (jail) in the FreeBSD system
> (6.3-STABLE). I configured Apache HTTP Server to create few virtual hosts.
> Starting Apache server is successful and it works ok. I have FreeBSD's
> watchdog script which performs s
On Mon, 2008-09-29 at 07:04 -0700, [EMAIL PROTECTED] wrote:
> This...
> Alias /music "d:/my music"
>
> Order allow,deny
> Allow from all
>
> ...Doesnt work. Does it have to be somehwere special in the config file?
> stopped and restarted apache to refresh config file.
>
> furthermore the li
On Mon, Sep 29, 2008 at 10:28 AM, <[EMAIL PROTECTED]> wrote:
> Is there a way to get around the requirement of an index file being in
> there? i.e. it links but access is forbidden because there is no index file.
Hopefully the ErrorLog told you to set Options +Indexes to get a
directory listing.
Is there a way to get around the requirement of an index file being in
there? i.e. it links but access is forbidden because there is no index file.
- Original Message -
From: "Eric Covener" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 29, 2008 7:09 AM
Subject: Re: [EMAIL PROTECTED]
hi,
with that config lines you just need to access http://yourhost/music
[EMAIL PROTECTED] wrote:
This...
Alias /music "d:/my music"
Order allow,deny
Allow from all
...Doesnt work. Does it have to be somehwere special in the config
file? stopped and restarted apache to refresh config fi
On Mon, Sep 29, 2008 at 10:04 AM, <[EMAIL PROTECTED]> wrote:
> This...
> Alias /music "d:/my music"
>
> Order allow,deny
> Allow from all
>
> ...Doesnt work. Does it have to be somehwere special in the config file?
> stopped and restarted apache to refresh config file.
>
> furthermore the link
This...
Alias /music "d:/my music"
Order allow,deny
Allow from all
...Doesnt work. Does it have to be somehwere special in the config file?
stopped and restarted apache to refresh config file.
furthermore the link path upon clicking shows file:///D:/My Music rather
than http://localhost/D:
I have apache-2.2.9_5 under openvds (jail) in the FreeBSD system
(6.3-STABLE). I configured Apache HTTP Server to create few virtual hosts.
Starting Apache server is successful and it works ok. I have FreeBSD's
watchdog script which performs some actions every 10 minutes and this
watchdog just kil
Jason Pruim wrote:
Good morning everyone!
I am attempting to setup an apache 2.2 server and I am getting a
"forbidden You do not have permission to access / on this server" error.
This is the first time I have setup apache by hand (Always had some form
of a control panel) and I'm wondering i
>
>DocumentRoot /home/jason.pruim/pruimphotography.info
> common
>
Copy the container for your original document root to
allow Apache to serve files from somewhere else.
--
Eric Covener
[EMAIL PROTECTED]
-
The offic
- Original Message -
From: "Eric Covener" [EMAIL PROTECTED]
Sent: 09/29/2008 07:29 AM AST
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Question
On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote:
> [error] [client 127.0.0.1] (20023)The given path was above the ro
Good morning everyone!
I am attempting to setup an apache 2.2 server and I am getting a
"forbidden You do not have permission to access / on this server" error.
This is the first time I have setup apache by hand (Always had some
form of a control panel) and I'm wondering if someone would be
On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote:
> [error] [client 127.0.0.1] (20023)The given path was above the root path:
> Cannot map GET /D:/My%20Videos HTTP/1.1 to file, referer: http://localhost/
>
> I read all Alias Instructions in manual. not clear to me.
>
> How do I add an al
41 matches
Mail list logo