l Aborted (6)
After researching that error message a bit, it appears to be caused by an MD5
checksum and MD5 is one of the forbidden algorithms in FIPS.
The above mentioned functionality worked flawlessly in 2.2.15 and below.
Thank
till never
encountered any of these issues before.
Your suggestion was my next step, just wanted to see if anyone has experienced
these issues.
Thanks for the quick response!
James
> Original Message
>From: Jeff Trawick
>To: users@httpd.apache.org
>Sent: Fri, Aug 6, 2010, 11:1
idden algorithm error ignored
I understand that that means something is using a forbidden algorithm, in this
case, I have to believe that it's PHP/libssh2.
Anyway, hoping someone has some insight on this, as far as it being a bug in
Apache, I'm not 100% sure i
I'd also take a look at the Apache error_log to see if there's any indication
evident there. Keep in mind that if the PHP code suppresses error reporting (by
prefixing expressions with the @ character) then nothing will be reported.
> Original Message
>From: Eric Covener
>To: users@htt
Could you possibly paste the contents of the .htaccess file?
> Original Message
>From: J Wilson
>To: users@httpd.apache.org
>Sent: Fri, Sep 3, 2010, 11:47 AM
>Subject: Re: Re: [us...@httpd] 500 internal server error running php
>application
>
>Error Log:
>
>/home/webdir/www/catalog/inc
Apache 2.2.17
OpenSSL 0.9.8n FIPS
PHP 5.3.2
libssh2 1.2.6
So, I have a web application where the front-end is Flex/AS3 and the back-end
is a mix of PHP/C. PHP is compiled with the libssh2 library and the pecl
extension to enable the ssh2 functionality. I use the ssh2 functions within PHP
for co
ccurs seemingly randomly, last time in the
middle of the night with little or no user traffic.
James
e problem is the amount of swap
space available.
James
There should be a mod_ssl RPM available for the Apache RPM which enables
mod_ssl.
[root@myhost ~]# yum search apache | grep ssl
mod_ssl.i386 : SSL/TLS module for the Apache HTTP server
> Original Message
>From: o haya
>To: users@httpd.apache.org
>Sent: Thu, Feb 10, 2011, 3:24 PM
>Subj
You need to have the module mod_headers enabled. To check if you have the
module enabled run /path/to/httpd -t -D DUMP_MODULES, if you don't see
mod_headers, you don't have the module. You can search Google on how to enable
it. However, I've tested the rewrite rules on the 2.X series and this wo
I'm not familiar with the windows variant, however, have you checked the
error_log?
The Registrar wrote:
>
>Hi, I just installed the Apache 2.2.21 version on my Windows XP SP3. When I
>do a simple html for testing under http://localhost/main.html the images
>referenced in the html are displ
I've had to do the same thing when compiling under RHEL 5.7 64 bit. Im just
verifying that the mentioned solution worked for me.
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Tianyin Xu wrote:
hmmm... this problem can be probably solve by put the newest apr and apr-uti
/support. As for the
--enable-ssl=shared, I like to build shared objects (modules), however, you may
use --enable-ssl and it'll be built statically (as in compiled into the httpd
binary).
James
> Original Message
>From: John Iliffe
>To: users@httpd.apache.org
>Sent: Thu
I am new to the apache config and tomcat arena. forgive me if I am not
giving all details. I can provide more if you let me know.
Problem Desc: I have 2 tomcat instances running on a linux box. And I
have a apache webserver running on the same box. I have 2 web
applications running, one on eac
I cannot figure out what causes this but at times every 3rd load Firefox
will load the page as a file download of type application/octet-stream and
internet explorer usually just downloads the page as a notepad document.
The IE issue is more repeatable but sometimes it just loads the page with
Hi Mr./Mrs.
This is James. I'm configuring httpd.conf with JAVA applets DWR. As we known
that DWR generates js files without restoring it on the disk. I'm using a group
of Virtual Hosts to receive the request from the client.
Here is the environment:
OS: AIX5.3
Apache Version:
I'd start by running strace on the Apache PID that's running bash - strace
-pPID, see man strace for more information. You may have to install the
package, if strace isn't currently installed. This should give you an idea of
what the process is doing, if anything.
You could also look for exec,
rter .php
Order allow,deny
Allow from all
Include conf.d/apps.cfg
ErrorLog logs/domain.com/error.log
CustomLog logs/domain.com/access.log combined
I would appreciate if anyone could shed me some lights to rectify this
error.
Thank you.
Kind regards,
James
t;= to PHP_FCGI_MAX_REQUESTS
>
>
> On Thu, Dec 5, 2013 at 12:05 PM, James wrote:
>
>> Hi there,
>>
>> I have the following:
>>
>> *Server specs:*
>> Memory = 7G
>> CPU = 2
>>
>> *Packages:*
>> httpd-2.2.25
>
server config, virtual host*
> Status: External
> Module: mod_fcgid
>
> this setting can be applied on server and/or vhost context and affects all
> applications in that server/vhost. So yes you can fine tune this value per
> vhost.
>
>
>
>
> On Thu, Dec 5, 2013 at 2:10
ore information about this error may be available in the server error log.
It turns out this is related on timeout. I'm wondering which settings
should be adjusted on fcgid.conf?
Thanks.
James
On Thu, Dec 5, 2013 at 8:04 PM, Jeff Trawick wrote:
> On Thu, Dec 5, 2013 at 1:52 AM, James
hare everyone's knowledge for their optimization
skills which will make big help for others who have the same cases with
mine.
Thank you.
Kind regards,
James
On Fri, Dec 6, 2013 at 10:58 AM, Igor Cicimov wrote:
>
> This is from one of my configurations, have a look and compare maybe
>
I have been using proxy pass in the simplest of cases to send URLs to a
tomcat backend without an issue:
#Tomcat ajp connection for isbn's
ProxyPass / ajp://162.243.220.88:8009/
Now I am trying to integrate the tomcat app with an apache virtual host
and am having a troubling time. I am able t
/to/webroot/php-fcgi-scripts/php-fcgi-starter .php
Order allow,deny
Allow from all
/etc/httpd/modules/base.conf:
LoadModule suexec_module modules/mod_suexec.so
I would appreciate if anyone could advise what was I missed.
Thanks. James
/tmp/httpd_lua_shm.19491
$ sudo httpd -v
Server version: Apache/2.4.10
Server built: Jul 30 2014 23:57:26
Any advise on to fix this would be much appreciated.
Thanks.
James
Not to add to the hijack, but I hear ya brother. I've been trying to
get a local HTTPd/bugzilla set up for the last two weeks. I tried using
the Ubuntu/Debian packages and not only do they splay files (seemingly)
wherever they feel like it, they change the names so that the online
product doc is a
I followed the instructions to install and now have a folder where I
unzipped everything (httpd-2.2.11) and one where I asked Apache to
install (install). Its up running and happy.
Can I delete the httpd-2.2.11 folder now?
Thanks,
> -Original Message-
> From: Mohit Anchlia [mailto:mohitanch...@gmail.com]
> Sent: Thursday, 11 June, 2009 14:17
> To: users@httpd.apache.org
> Subject: Re: [us...@httpd] Stable Release of Apache
>
> Where can I get Apache that runs on 64bit linux? Is it
> available somewhere?
>
Yes.
in" as www-data, so none of the dot
files are read and you needed to explicitly specify which dot files you want
run.
James
> -Original Message-
> From: Lyle Wincentsen [mailto:lyle.wincent...@gmail.com]
> Sent: Monday, 15 June, 2009 05:45
> To: users@httpd.apache.org
> -Original Message-
> From: ricardo13 [mailto:ricardoogra...@gmail.com]
> Sent: Wednesday, 09 September, 2009 09:31
> To: users@httpd.apache.org
> Subject: Re: [us...@httpd] Apache 64 bit ?
>
>
>
> William A. Rowe, Jr. wrote:
> >
> > ricardo13 wrote:
> >>
> >> I saw this http://ww
Hi All,
I am developing a website which has different front controllers:
- web/index.php for the main website
- web/sioen.php for a copy of the website with different looks
I don 't seem to be able to redirect the correct host to the correct
controller and I am hoping that somebody can help me
Thanks. With your explanation, I am sure I 'll get the rules working
as I want them to.
James
(PS: ik weet niet wat je bedoeld met Sioen, dus kan ik je daar niet
echt een antwoord op geven. )
On Sep 24, 2009, at 1:06 PM, Krist van Besien wrote:
vanbesien.org
Thanks Nick,
But this is a solution I already thought off, except in PHP. Anyway,
I think it is cleaner to put this kind of things in .htaccess,
especially when a client needs about 6 different domain for one
particular front controller.
But thanks for the input.
James
2009/9/24 :
>
Hi,
I have the following arrangement:
Apache 2.2.8
Fcgi 2.3.4
mono 2.4.2.3
with a mysql database (v 5.0) at the back.
All works fine. However I throw a load tester (OpenSTA: 5 virtual
users + 1000 iterations) at the front web page which has no SQL calls
in it but is created through ASP.NET and t
curl will request httpd using "Host: vh1.domain.tld" header.
>
> Regards.
>
> Emmanuel
>
You could also adjust the hosts file on a machine you use for testing, so that
the virtual host names all point to the IP address of the virtual machine.
That would allow you to
ervers/customer.domain/pages
ServerName www.customer.domain:443
HostnameLookups Off
CustomLog /home/servers/customer.domain/access_log combined
ScriptAlias /cgi-bin/ "/home/servers/customer.domain/cgi-bin/"
SSLCertificateFile /usr/local/etc/apach
Please disregard this...of all the things I didn;t check...the DNS! Doh!
On Fri, 12 Feb 2010, James Smallacombe wrote:
Hi:
I've been running various apache's for years, including with multiple SSL
vhosts, etc. I have three separate SSL vhosts on this particular
Apache/2.2.11 in
t} ^www\.domain\.gov$ [NC]
RewriteRule ^(.*)$ https://domain.gov$ [R=301,NC]
James Smallacombe PlantageNet, Inc. CEO and Janitor
u...@3.am
On Thu, 18 Feb 2010, John Oliver wrote:
On Thu, Feb 18, 2010 at 06:14:33PM -0500, James Smallacombe wrote:
On Thu, 18 Feb 2010, John Oliver wrote:
I'm dealing with a site that is accessed via https://domain.gov The
certificate is for "domain.gov" I akready have a working rul
some of the same funtionality, and is
there current support and development of it? What's the best current
practive WRT Apache and php security?
TIA,
James Smallacombe PlantageNet, Inc. CEO and Janitor
u...@3.am
I have some weird issues with mod_auth_dbd and mysql. It would appear that
mod_authn_dbd is not replacing the %s in the stamenet
AuthDBDUserRealmQuery "select password from users where username =
'%s' and realm = '%s'"
My query log look like this:
100223 9:38:05 80 Connecta...@
.com-access_log common
The files are in the cgi-bin directory, and I'm told they were working
fine before this problem started.
wwwrun is the user owner, and root is the grp owner. I even have the
files temporarily set to 777.
Anyone have any suggest
On Fri, 2008-08-08 at 14:23 +0200, Krist van Besien wrote:
>
> Order allow,deny
> Allow from all
>
I think that did it! Thanks!
James
-
The official User-To-User support forum of the Apache HTTP Server Proje
s just has R), but I cannot make
that volume shared as 777. So is there a way to make this work?
Thanks in advance,
James Nierodzik
P Please consider the environment
before printing this email.
e. When I
traverse the directory and take a look at all the subfolders and down
to the actual image in question they are all 'R' by owner, group,
other yet I still get the you don't have permissions to access on
this server.
James Nierodzik
P Please consider the environme
? Or can I only use 1 directive. My example is below.
require group CN=groupone,OU=UserGroups,OU=US,DC=example,DC=com
require group CN=groupone,OU=UserGroups,OU=UK,DC=example,DC=com
Thank you
James
CONFIDENTIALITY
This e-mail message and any attachments thereto, is intended only for use by
the
directives and if that doesn't work I will need to rethink
things.
Thank you
James
On Thu, 2009-01-15 at 09:43 -0500, Eric Covener wrote:
> On Thu, Jan 15, 2009 at 2:05 AM, James Chavez
> wrote:
> > Hello,
> > I have 2 different groups that I need to allow access to in
Putting multiple require group directives behaves as an "AND" and not
the "OR" I was hoping for. So that is not gonna work. Any ideas from the
list. I can use require valid-user but that does not allow for the
strict access control I am seeking.
Thanks
On Thu, 2009-01-15 a
16:43 htdocs
Can anyone suggest a way to determine what is causing these errors?
Thanks,
James
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more
Thanks,
James
-
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: users-unsubscr...@httpd.apache.org
" from
w do I allow
access and does it seem safe to allow it?
The configuration is:
AllowOverride None
Order allow,deny
Allow from all
Thanks,
James
-
The official User-To-User support forum of the Apache HTTP Serve
entire filesystem by default
Options None
AllowOverride None
Order deny,allow
Deny from all
James
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.ht
Anybody have an example of how to setup a Reverse Proxy Load Balancer ?
This works as a regular proxy, but I need a Reverse Proxy!
ProxyRequests Off
ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid
nofailover=On
BalancerMember https://10.1.10.10:443
jk.so to
APACHE_HOME /modules).
Regards,
James.
make[1]: Leaving directory `/home/rmorrin/James/Java/DownloadedSoftware/jakarta-tomcat-connectors-1.2.15-src/jk/native/common'
Making all in jni
make[1]: Entering directory `/home/rmorrin/James/Java/DownloadedSoftware/jakarta-tomcat-connectors-1.2.15-src/
Hi there,
I'm not at all hot on compiler stuff so could you/someone please ellaborate a little on this for me.
I checked /build/config_vars.mk and I see this >CC = gcc, and I can not see any env or shell vars that have CC in them.
I'm using a solaris 8 platform.
Thanks,
James.
On 1
k"
| #define VERSION "1.2.14"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2426: error: C compiler cannot create executables
See `config.log' for more details.
On 12/21/05, John P. Dodge <[EMAIL PROTECTED]> wrote:
On Wed, 21 Dec 2005, Jam
bin/apxs \
--with-java-home=/home/rmorrin/sw/jdk1.5.0_05 \
--with-java-platform=2 \
--enable-jni
-Original Message-From: James Taylor [mailto:
[EMAIL PROTECTED]] Sent: Thursday, December 22, 2005 6:17 AMTo: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] mod_jk help
Ok,
I set
I also got this warning.
>libtool: install: warning: remember to run `libtool --finish /home/rmorrin/James/Java/DownloadedSoftware/apache2.0/modules'
Just not sure on next step.
Regards,
James.
On 12/23/05, James Taylor <[EMAIL PROTECTED]> wrote:
Thanks for your help guys, I dont know how
thing like this:
ServerName app1
DocumentRoot ... tomcat web app directory ...
RewriteEngine on
RewriteRule ^/$ /app1
JkMount /app1 tomcat1
JkMount /app1/* tomcat1
What am I missing?
Any help would be appreciated.
Thanks!
I'm looking for a software load balancer solution where I could do 1 to
many backend webservers, and also have the option to maintain some
session persistance with jsession? Additionally, would like to be able
to do many proxy or load balancers to many backend webservers or
application servers.
try again later.
Since on one of the application servers the java process was shut down? so can it detect if /whatever is giving a 404 error response and try another balancemember?
Thanks
>>> [EMAIL PROTECTED] 02/20 11:34 AM >>>
On Sunday 19 February 2006 23:26, James Wu
look at httpd.conf
>>> [EMAIL PROTECTED] 02/22 5:43 PM >>>
hi all,i use Apache/2.0.55 but i couldnt find any line like 'Listen 80' in /etc/apache2/apache2.conf.where is that line ?which file do i have to edit ?help please ...__
URLs like this along to Tomcat.
Thanks!
--
James Howe
Contact: http://public.xdi.org/=James.Howe
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> fo
)
php5_module (shared)
proxy_ajp_module (shared)
python_module (shared)
ssl_module (shared)
Syntax OK
LDAP client RPMs:
[EMAIL PROTECTED] conf]$ rpm -qa|grep ldap
openldap-clients-2.3.19-4
openldap-2.3.19-4
nss_ldap-249-1
php-ldap-5.1.2-5
--
James Garrison
I finally found the answer:
AuthBasicProvider ldap
It would be nice if a note was included in the mod_authnz_ldap
docs indicating that this is required and giving the correct syntax,
since the mod_auth_basic doc doesn't say what to use to enable
LDAP.
James Garrison wrote:
Apache 2.2 re
lockf == waiting on a file lock?
Try lsof or fuser to see what files the processes have open.
Chris wrote:
PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND
93241 apache 200 110M 69636K lockf0:15 2.05% 2.05% httpd
--
James Garrison
Hi - How do I set library path for httpd server on fedora core 6? I am
trying to run a program (mapserv) through cgi-bin. I am getting the
following error message:
error while loading shared libraries: libpq.so.5
This file is located in /usr/local/pgsql/lib
To run mapserv from shell, I set LD
I'm tearing my hair out! Feel free to mail me at my corporate
email below:
Regards,
James Clarke
Junior Developer / Quality Engineer
Pearson Phoenix
E-mail: [EMAIL PROTECTED]
This email may contain confidential material. If you were not an
intended recipient, please notify the sender and
UPDATE: IBM HTTP server isn't running. Apache is forwarding the
requests directly to WAS.
-Original Message-
From: Clarke, James [mailto:[EMAIL PROTECTED]
Sent: 29 March 2007 14:11
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Apache/2.2.4 (Win32) / mod_proxy_rewrite
I h
host
71360 by: Ken Loomis
71361 by: Peter Nyamukusa
Apache/2.2.4 (Win32) / mod_proxy_rewrite
71362 by: Clarke, James
71370 by: Clarke, James
mod_ssl question
71371 by: Rodman
Administrivia:
-
To pos
-Original Message-
From: Dragon [mailto:[EMAIL PROTECTED]
Sent: 29 March 2007 17:17
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] mod_ssl question
Rodman wrote:
>Hello,
>
>Have a question pertaining to using mod_ssl on one of my virtual sites.
>I am running a web mail appli
r/local/apache2/conf/vins
ight.passwd $username",$retval);
As I said the return value is zero when I see the following in the
error_log...
User jimbo55 not found
Am I going about this wrong or is this a bug?
Thanks for the help.
BTW apache 2.3.3
James
Running Debian Etch's Apache/2.2.3
I'd like to be able to setup virtual hosts, accessed via subdomains of
freecharity.org.uk for my users. So instead of
http://www.freecharity.org.uk/~james/ they'll be using
http://james.freecharity.org.uk/.
I already have some, statically defined
Joshua Slive wrote:
> ServerAlias *.freecharity.org.uk
> in the last
That almost did the trick. www. was being served from /var/www/main and
james. from /home/james/public_html/ although some other predefined
subdomains weren't working.
Making sure that this last VirtualHost definit
change the time to 290 it will pass. Also, I run this same
script on an identically built Debian Etch on a Pentium 686 then the
timeout setting in the httpd.conf file works and the script passes. Is
this a bug or is there some work around?
James White
Programmer
Biodiversity and Spatial Inform
zhou jian wrote:
> I looked at the log file, it said invalid parameter or
> something...
Can you post the error messages from the log files to the list? That
would be very helpful.
James
--
http://www.freecharity.org.uk/ - Free IT services for charities
http://www.freecharity.org.u
zhou jian wrote:
> Child 468: setup_inherited_listeners() WSASocket
> failed to open teh inherited socket.
Google suggest that this might be of interest to you.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31765
James
--
http://www.freecharity.org.uk/ - Free IT services for cha
ORACLE_HOME
echo "Oracle Home: $ORACLE_HOME"
echo Starting Apache
/usr/local/apache/bin/apachectl start
Unfortunately this does not work and I still have to use putenv(). I am
using PHP as a cgi.
How can I get this to work?
Jim
James White
Programmer
Biodiversity and Spatial Information Ce
> On 02/07/07, James White <[EMAIL PROTECTED]> wrote:
>> I am trying to install Oracle XE to run PHP scripts. I have read that it
>> is preferable to set ORACLE_HOME before starting Apache instead of using
>> putenv() in the PHP script. I have tried the recommended scr
ide of WebSphere Plugin
Date: Thu, 26 Jul 2007 17:03:01 -0400
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
>
> RewriteEngine ON
> RewriteRule ^X01_large.jpg$ footer.gif
>
>
> ...ignored by Apache? Is it not possible to use mod_rewrite outside of
a
> tag?
Y
ct: Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin
Date: Thu, 26 Jul 2007 13:36:11 -0400
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
> Within the plugin, all requests under "/stores/*" are supposed to be
handled
> by the plugin. Does anyone know
We are running IBM IHS (Apache) 2.0 and WebSphere on a different machine.
Within the httpd.conf file, we include the WebSphere plugin with the
following lines:
LoadModule was_ap20_module /opt/WebSphere/AppServer/bin/mod_was_ap20_http.so
WebSpherePluginConfig /opt/WebSphere/AppServer/config/cel
Consider the following httpd.conf file:
ServerName localhost:80
Listen 127.0.0.1:80
DocumentRoot "/var/www/html"
DirectoryIndex index.html
There's a /var/www/html/index.html file that contains a simple test message.
Now, say that (for whatever reason) we want to redirect all requ
put tomcats on another
server and use apache/modjk to load balance across 2 servers
Any help would be greatly appreciated,
--James
,
James
-
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]
" from the digest: [EMAIL PROTEC
,
James
- Original Message -
From: "AFrieze" <[EMAIL PROTECTED]>
To:
Sent: Friday, September 14, 2007 12:02 PM
Subject: Re: [EMAIL PROTECTED] Load balancing question
We also have the problem of once the load stops, the sites are still down
but Apache/tomcats still se
Hello,
We use mod_jk with apache and tomcat.
Is there a way to redirect requests to a certian worker via their ip range?
Thanks in advance,
James
-
The official User-To-User support forum of the Apache HTTP Server Project
rted or is
listening on the wrong port
The lines vary only by the (tomcat5) being any of the tomcats in the
loadbalance.
It seems like apache/tomcat/mod_jk are reaching the max number of connections
between each other or something?
Any help would be GREATLY appreciated,
--James
- Origin
tween each other or something?
Any help would be GREATLY appreciated,
--James
- Original Message -
From: James Sherwood
To: users@httpd.apache.org
Sent: Monday, September 17, 2007 9:12 AM
Subject: Re: [EMAIL PROTECTED] Load balancing question
Hello,
I cannot get my mod
54 73 tomcat5 0/0
[E|R] tomcat6 ajp13 192.168.150.12:16009 192.168.150.12:16009 ACT OK 0 100 1
601 7261 0 18 0 2.3M 101M 51 71 tomcat6 0/0
Any ideas?
Thanks in advance,
--James
- Original Message -
From: Bj
To: users@httpd.apache.org
Sent: Monday, September 17
Hello,
I have a couple of questions on this:
1: Is there a way to deny users once apache reaches X number of connections.
2: If so can you do a custom page said users see?
3: If so can you get specific to deny connections based on virtual hosts?
Thanks in advance,
James
Hello,
I found a module called mod_vhost_limit that limits connections per virtual
host.
The problem is, that its uncompiled and I dont have a linux machine.
Does anyone know of a module ready to go compatable with apache 2.0.54 that
can limit vhost connections?
Thanks,
--James
ustomLog E:/Programs/Apache/Apache2/logs/wmm-access_log combined
Anyone going to www.somewhere.com on the IP 74.115.246.12 would be sent to
tomcat5 and everyone else going to www.somewhere.com would be sent to
loadbalancer.
It does not work this way so am I mistaken?
Thanks,
James
--
Hello,
Thanks,
Windows 2003 Server
Apache 2.0.54
Mod_JK 1.2.25
--James
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, September 19, 2007 3:56 PM
Subject: Re: [EMAIL PROTECTED] Deny after X number of connections
On 9/19/07
on of database cpu if this was the case.
Thanks,
--James
-
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
the directories.
Basically what I am striving for is after X number of concurrent
connections, return a server too busy error. Is this possible?
Thanks in advance,
James
-
The official User-To-User support forum of the
Hello,
The tomcat5 worker goes to another server in which I changed the code for
the test page so it is different from the loadbalancer worker.
Then a coworker has that ip and views the page. The page he sees is the
same page I see from a different ip.
Am I doing something wrong?
--James
My understanding if you dont have that directive the max is 250.
I have tried hitting it with 1000 concurrent connections and it does not
throw a server too busy error.
--James
- Original Message -
From: "Luis Moreira" <[EMAIL PROTECTED]>
To:
Sent: Friday, Septembe
Hello,
So I have it all wrong when it comes to the IP in the virtual host.
So IS there a way to redirect to works depending on the IP of the incomming
request?
--James
- Original Message -
From: "Rachel Barrios" <[EMAIL PROTECTED]>
To:
Sent: Friday, September 2
Hello,
I was wondering if anyone knows a way to copy a log file from apache without
shuting down apache on a windows server 2003?
We are using Apache 2.0.54 on a windows server 2003. When I try to copy the
logs I get the error "A program has a partial lock on the file"
Thank
1 - 100 of 511 matches
Mail list logo