RE: [EMAIL PROTECTED] trouble sending environmental variable

2007-07-24 Thread Boyle Owen
-Original Message- From: JJ [mailto:[EMAIL PROTECTED] Sent: Dienstag, 24. Juli 2007 06:46 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] trouble sending environmental variable Hello: I am new at this and have apache 2 on my local machine. On this machine, I can open a

Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-24 Thread Joshua Slive
On 7/23/07, Jeff Murch [EMAIL PROTECTED] wrote: Thanks Joshua. That convinced me to go back and keep trying with the ProxyPassReverse directive since I wasn't happy with the header unset. It works fine after I messed with the syntax a bit. Do you know if you can do conditional header

Re: [EMAIL PROTECTED] Help!! mod_rewrite location header cant get correct syntax

2007-07-24 Thread Joshua Slive
On 7/23/07, Jeff Murch [EMAIL PROTECTED] wrote: Joshua, I appreciate the help and the good answers. I have one last (At least for this project) problem. I'm using mod_proxy_html and expecting it to rewrite the HTML links on my reverse proxied pages. It is on the HTML but not anywhere within

Re: [EMAIL PROTECTED] Configuring multiple instances of apache on the same machine

2007-07-24 Thread Sheryl
Joshua wrote: It's relatively trivial if you do it in the simplest way: Configure/compile/install with different --prefix's each time (meaning one instance lives entirely under /usr/local/apache2a, another under /usr/local/apache2b, etc). Then the only thing you need to do is adjust the

[EMAIL PROTECTED] Graphics loading slow through apache proxy

2007-07-24 Thread Campbell, Scott
I have an Apache 2.2.4 server using Reverse Proxy to a back-end application server. I have a page on the application server that is a simple index.html with about 50 objects (graphics, css, etc). This page size is 300KB. When I attempt to access index.html through the apache proxy, it takes up

[EMAIL PROTECTED] Force to Push data from a reverse proxy

2007-07-24 Thread Jean-Baptiste Mayer
Hello, I have a trouble using a reverse proxy: Server A (HTTP) --- Reverse-Proxy (apache-2.0) --- Client The client is a java application that displays real time financial data that uses HTTP as transport. Without the reverse proxy in the middle, everything is working fine. Using the reverse

Re: [EMAIL PROTECTED] Force to Push data from a reverse proxy

2007-07-24 Thread Joshua Slive
On 7/24/07, Jean-Baptiste Mayer [EMAIL PROTECTED] wrote: Hello, I have a trouble using a reverse proxy: Server A (HTTP) --- Reverse-Proxy (apache-2.0) --- Client The client is a java application that displays real time financial data that uses HTTP as transport. Without the reverse proxy in

[EMAIL PROTECTED] Verifying connection reuse b/w Apache-Tomcat

2007-07-24 Thread Ramdas . Hegde
This question might be a bit out of context in the httpd mailing list but kind of related. Is there a way to verify if and how often mod_jk reuses connections between from tomcat's connection thread pool. The mod_jk 1.3 connections are between Apache 2.0.48 and Tomcat 5 running within JBoss. I

[EMAIL PROTECTED] Apache setup for 3 routed LANs

2007-07-24 Thread Robert Plzák
Hello all, could you please help me with Apache conf.setting for 3 local LANs. LAN are routed with each other... LAN 1) 192.168.1.0 ... there is PC with Apache server 192.168.1.3 LAN 2) 192.168.56.0 LAN 3) 192.168.58.0 I can ping to 192.168.1.3 from all locations (1.0, 56.0, 58.0). I can connect

[EMAIL PROTECTED] help with XML refresh and cache control

2007-07-24 Thread Jim Owens
I'm using Apache on an intranet to serve an XML database. Users can modify what they see by selecting radio buttons on an HTML form. The form sends off a CGI GET request with different parameters, based on the buttons selected -- for example, generic_xsl.rex?product=Arevision=B. The script

Re: [EMAIL PROTECTED] help with XML refresh and cache control

2007-07-24 Thread Joshua Slive
On 7/24/07, Jim Owens [EMAIL PROTECTED] wrote: I'm using Apache on an intranet to serve an XML database. Users can modify what they see by selecting radio buttons on an HTML form. The form sends off a CGI GET request with different parameters, based on the buttons selected -- for example,

[EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-24 Thread Abhinav Bhagwat
Hi All, I want to connect 5000 clients simultaneously to apache. I have increased the ulimit and /etc/security/limits.conf limits. I have also modified the httpd.conf to serve MaxClients upto 1 and increase the Timeout to 1500. The keepAlive is set to On as i need to send multiple requests

Re: [EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-24 Thread Joshua Slive
On 7/24/07, Abhinav Bhagwat [EMAIL PROTECTED] wrote: Hi All, I want to connect 5000 clients simultaneously to apache. I have increased the ulimit and /etc/security/limits.conf limits. I have also modified the httpd.conf to serve MaxClients upto 1 and increase the Timeout to 1500. The

Re: [EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-24 Thread Abhinav Bhagwat
The apache version is 2.0.52-25 running on RHEL 4. The content is a 1k html file. When shutting down apache i see the error below in the logs othewise when apache is running there is no error. [error] child process 16801 still did not exit, sending a SIGKILL The service httpd status command

Re: [EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-24 Thread Joshua Slive
On 7/24/07, Abhinav Bhagwat [EMAIL PROTECTED] wrote: The apache version is 2.0.52-25 running on RHEL 4. The content is a 1k html file. That's a pretty-old version, and if you want the bleeding-edge of performance, you should use a modern version. But on the other hand, I don't see any specific

Re: [EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-24 Thread Nick Kew
On Tue, 24 Jul 2007 22:53:00 +0530 Abhinav Bhagwat [EMAIL PROTECTED] wrote: Hi All, I want to connect 5000 clients simultaneously to apache. I have increased the ulimit and /etc/security/limits.conf limits. I have also modified the httpd.conf to serve MaxClients upto 1 and increase the

[EMAIL PROTECTED] RE: RE: RE: Newbie problems, trying to get Apache HTTP Server working

2007-07-24 Thread Karri K.
Ok, I added the VirtualHost directive, but to no avail. I put my httpd.conf up on pastebin for you to see. http://pastebin.ca/632230 Graham Frank wrote: Here, have you tried making a VirtualHost directive yet? Instead of using the defaults, why not make a VirtualHost which has the

[EMAIL PROTECTED] RE: RE: RE: Newbie problems, trying to get Apache HTTP Server working

2007-07-24 Thread Karri K.
And YES, of course I always restart the server after making changes to httpd.conf.. I'm not that stupid : ) Karri K. wrote: Ok, I added the VirtualHost directive, but to no avail. I put my httpd.conf up on pastebin for you to see. http://pastebin.ca/632230 Graham Frank wrote: Here,

[EMAIL PROTECTED] mod_rewrite, mod_proxy and content-length

2007-07-24 Thread Daniel JavaDev
Hi all, I have the following rules on my apache 2.2.4 config: RewriteEngine on RewriteRule ^/someURL http://anotherURL [P] where someURL is the a publicly available url, and anotherURL is a private url (localhost on another port). This setup is for restricting access to an application server.

Re: [EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-24 Thread Torsten Foertsch
Hi Nick, On Tuesday 24 July 2007 20:10, Nick Kew wrote: If necessary, read some of the ApacheCon papers from power-users describing getting 10 concurrent connections. Please forgive me the stupid question but I thought a port number is a 16 bit integer. How can one get more than 64k

Re: [EMAIL PROTECTED] help with XML refresh and cache control

2007-07-24 Thread Jim Owens
Thanks. The browser in question is IE7, with its Temporary Internet Files setting set to Automatically (the default). Firefox has no problem geting it right. The URL is always generic_xsl.rex. Only the CGI query information varies. I tried adding to my config file: Files generic_xsl.rex

Re: [EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-24 Thread allan juul
Torsten Foertsch wrote: Hi Nick, On Tuesday 24 July 2007 20:10, Nick Kew wrote: If necessary, read some of the ApacheCon papers from power-users describing getting 10 concurrent connections. Can you provide any more direct pointers to the papers you refer? Torsten don't know if

Re: [EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-24 Thread Nick Kew
On Tue, 24 Jul 2007 21:34:20 +0200 allan juul [EMAIL PROTECTED] wrote: http://www.stdlib.net/~colmmacc/Apachecon-EU2005/scaling-apache-handout.pdf Sounds promising, though ISTR his numbers were quite a lot higher the following year. Colm is one of the main people I had in mind, the other being

[EMAIL PROTECTED] Newbie problem with rotatelogs

2007-07-24 Thread \Crash\ Dummy
I have set up logging in my httpd.conf file as follows CustomLog logs/access.log common CustomLog L:/apache/bin/rotatelogs logs/access.log 900 common I set up access.log in the first line a few days ago, and it works fine. Today I decided to rotate the log using the instruction in the

Re: [EMAIL PROTECTED] Newbie problem with rotatelogs

2007-07-24 Thread Nick Kew
On Tue, 24 Jul 2007 15:55:55 -0400 \Crash\ Dummy [EMAIL PROTECTED] wrote: The executable rotatelogs.exe is indeed in the L:/apache/bin folder. What am I missing? A pipe |. Without it, the entire quoted argument is taken as a filename. -- Nick Kew Application Development with Apache - the

[EMAIL PROTECTED] Re: Newbie problem with rotatelogs

2007-07-24 Thread \Crash\ Dummy
The executable rotatelogs.exe is indeed in the L:/apache/bin folder. What am I missing? A pipe |. Without it, the entire quoted argument is taken as a filename. Ohh, THAT's what that thingy is! I didn't understand it, so I ignored it. I'll go back and RTFM. Again. Thanks! -- Crash

[EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread JJ
--- JJ [EMAIL PROTECTED] wrote: I tried ading SeEnv LD_LIBRARY_PATH /path at the end of my httpd.conf file, and I also tried adding PASSEnv LD_LIBRARY_PATH. I stoped and started hpptd again, both from the Services gui in Fedora and via the apachestl script in a terminal. None of these

Re: [EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread Daniel JavaDev
Hi all, (sorry for possible duplicates) I have the following rules on my apache 2.2.4 config: RewriteEngine on RewriteRule ^/someURL http://anotherURL http://anotherurl/ [P] where someURL is the a publicly available url, and anotherURL is a private url (localhost on another port). This setup

[EMAIL PROTECTED] Re: Apache2 and Upload Progress in mod_jk

2007-07-24 Thread Constantin Moisei
Any ideas ? On 24/07/07, Constantin Moisei [EMAIL PROTECTED] wrote: Hi, I have this Java application that runs in tomcat and is fronted by a Apache2 in mod_jk. My problem is that when I connect from outside and do a upload it looks like that the upload is firstly performed by apache and then

[EMAIL PROTECTED] JMX support in Apache HTTP Server

2007-07-24 Thread VA Slim
Hi, Can Apache HTTP Server support JMX extentions. For example, I can connect to Weblogic and view JMX objects and Attributes. Is this supported in Apache HTTP Server or other Apache Servers? Thanks, VA Slim. See what you’re getting into…before you go there

Re: [EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread Joshua Slive
On 7/24/07, JJ [EMAIL PROTECTED] wrote: --- JJ [EMAIL PROTECTED] wrote: I tried ading SeEnv LD_LIBRARY_PATH /path at the end of my httpd.conf file, and I also tried adding PASSEnv LD_LIBRARY_PATH. I stoped and started hpptd again, both from the Services gui in Fedora and via the

Re: [EMAIL PROTECTED] JMX support in Apache HTTP Server

2007-07-24 Thread Dmitry
hey,tak a look on JBoss (JMX), or WebLogic application server. thanks, dt www.ejinz.com search news, real estate - Original Message - From: VA Slim To: users@httpd.apache.org Sent: Tuesday, July 24, 2007 5:06 PM Subject: [EMAIL PROTECTED] JMX support in Apache HTTP Server

Re: [EMAIL PROTECTED] JMX support in Apache HTTP Server

2007-07-24 Thread William A. Rowe, Jr.
VA Slim wrote: Can Apache HTTP Server support JMX extentions. For example, I can connect to Weblogic and view JMX objects and Attributes. Is this supported in Apache HTTP Server or other Apache Servers? Most recent discussion I can find on your specific question

[EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread JJ
Thanks Boyle and Joshua: I believe Ive tried what you suggested. I tried using both SetEnv and PassEnv in the config file, and the LD_LIBRARY_PATH is set correctly in a terminal when I open a terminal up. I usually use the session manager to start apache, but the same problem occurs if I use

[EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread JJ
OK, a bit more information. When I use SetEnv LD_DEBUG all in my config file, I see that in the early part of the long error file apache is searching through the correct LD_LIBRARY_PATH folder for files, but then at the end of the error file it does not search through the correct folder. What

Re: [EMAIL PROTECTED] mod_rewrite, mod_proxy and content-length

2007-07-24 Thread Vincent Bray
On 25/07/07, Daniel JavaDev [EMAIL PROTECTED] wrote: Hi all, I have the following rules on my apache 2.2.4 config: RewriteEngine on RewriteRule ^/someURL http://anotherURL [P] where someURL is the a publicly available url, and anotherURL is a private url (localhost on another port). This

[EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread JJ
Problem solved. It was some kind of strange permissions problem. I moved the folder with the *.so file to the /usr/lib64 folder and updated the SetEnv statement in the config file to reflect this, and it worked. I dont know why the SetEnv directive did not work for the folder where it was