RE: [EMAIL PROTECTED] Apache 2.2 Loadbalancing/session stickiness for BEA WL 8.1

2008-03-12 Thread Narendra Verma
Hi, I had the same problem in my environment. But I was using tomcat instead of web logic. What is your JSESSIONID value? It may be like: 1. for example 423423434134 2. . for example 423423434134.weblogic1 Can you please confirm me from logs which option as above r u getting from Cookies

[EMAIL PROTECTED] Why is Accept-Encoding uppercase?

2008-03-12 Thread Daniel Aleksandersen
Hi, I am wondering if there is any reason why turing on the delate output filter would make the “Accept-Endcoding” come out as uppercase? I have used mod_negotiate, and mod_deflate. I see no reason why using the latter would make mod_negotiate return one value with uppercase letters. Vary: nego

[EMAIL PROTECTED] Apache 2.2 Loadbalancing/session stickiness for BEA WL 8.1

2008-03-12 Thread Tamer Embaby
Hello all, I have the below configuration on my Apache 2.2.8 test server, my 2 backends are BEA WebLogic 8.1 servers, basically I'm testing if I can achieve the same load balancing feature that third party BEA WL 8.1 weblogic_module is doing. I open a browser window and wnet to: http://myserver/

Re: [EMAIL PROTECTED] FilesMatch matching all but certain extensions

2008-03-12 Thread Martijn
On Wed, Mar 12, 2008 at 4:34 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > Well, you're not really being specific about the issue. I am not. Sorry for that. The thing is that there isn't really an actual 'issue': the server is running well, but can do with some improvement. (Which server can't?)

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Joshua Slive
On Wed, Mar 12, 2008 at 12:36 PM, Jay Why <[EMAIL PROTECTED]> wrote: > Can I make my additions to the config.nice file and pass the config.nice > file right back to the make/configure script for apache? You can invoke config.nice before runing make instead of invoking configure directly. See: http

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Nilesh Govindrajan
On Wed, 12 Mar 2008 11:36:56 -0500 "Jay Why" <[EMAIL PROTECTED]> wrote: I think you can. :) > Can I make my additions to the config.nice file and pass the > config.nicefile right back to the make/configure script for apache? > > On Wed, Mar 12, 2008 at 11:18 AM, Nilesh Govindrajan > <[EMAIL PROT

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Jay Why
Can I make my additions to the config.nice file and pass the config.nicefile right back to the make/configure script for apache? On Wed, Mar 12, 2008 at 11:18 AM, Nilesh Govindrajan <[EMAIL PROTECTED]> wrote: > The build directory when httpd / apache is installed using packages in > Fedora is /us

Re: [EMAIL PROTECTED] FilesMatch matching all but certain extensions

2008-03-12 Thread Joshua Slive
On Wed, Mar 12, 2008 at 10:34 AM, Martijn <[EMAIL PROTECTED]> wrote: > On Wed, Mar 12, 2008 at 1:50 PM, Joshua Slive wrote: > > If you told us exactly what you are trying to do, we might be able to > > suggest a word-around. > > There are several things happening during Apache's request cycle:

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Nilesh Govindrajan
On Wed, 12 Mar 2008 16:11:51 - "Tim Edwards" <[EMAIL PROTECTED]> wrote: Yeah, its the source package in Debian distros. I had httpd installed via yum the package manager for Fedora sometime ago. I did not install the devel package but I still had the build directory in /usr/lib/httpd/build. B

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Nilesh Govindrajan
The build directory when httpd / apache is installed using packages in Fedora is /usr/lib/httpd/build. Find the location of the modules directory. Go to the next top-level directory up to modules; i.e. if your modules directory is /usr/lib/httpd/modules ; then you should find the build directory i

[EMAIL PROTECTED] How to install apache service on windows with other Logon than local system account

2008-03-12 Thread Boehme, Alfred
Hi, together with my product I install the apache 2.0 web server files and then install the service using apache.exe -k install on Windows 2003/2008 Is there a way to specify another user account for the apache service than local system account? I know, that I could change it afterwards using

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Jay Why
Hmmm.. thanks for your help. Turns out the config.nice file comes with the apache2-dev package. :) Thanks for your help. On Wed, Mar 12, 2008 at 11:02 AM, Dragon <[EMAIL PROTECTED]> wrote: > > On Wed, March 12, 2008 08:55, Jay Why wrote: > > Hmmm... I'm using Ubuntu Linux. Where would I find the

RE: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Tim Edwards
You'd want the source package that Ubuntu built their binary .deb from. Apparently the command is: apt-get source apache2 On RPM-based distros you'd usually browse to your distro's mirrors, download the source RPM, 'install' it and look at the .spec file. I'm guessing the above step is the equ

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Jay Why
ls -l /usr/share/apache2/build/ shows "envvars-std" Also I don't have 'httpd -l' I installed apache2 using Synaptic. So I didn't compile it myself. So I guess to refine my question, how on Ubuntu do I find out what modules are compiled in? Here is some more info The command *dpkg -l apache2** r

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Dragon
On Wed, March 12, 2008 08:55, Jay Why wrote: > Hmmm... I'm using Ubuntu Linux. Where would I find the build directory? > That is probably a question for the Ubuntu people. Who knows what they did with it in their distribution? This is especially so if you installed it originally with some sort o

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Jay Why
Hmmm... I'm using Ubuntu Linux. Where would I find the build directory? On Wed, Mar 12, 2008 at 10:51 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Wed, Mar 12, 2008 at 11:46 AM, Jay Why <[EMAIL PROTECTED]> wrote: > > I need to recompile Apache coz I need to add one or two thing. However, > ho

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Craig Dunigan
On Wed, 12 Mar 2008, Joshua Slive wrote: On Wed, Mar 12, 2008 at 11:46 AM, Jay Why <[EMAIL PROTECTED]> wrote: I need to recompile Apache coz I need to add one or two thing. However, how I find out what flags apache is currently compiled with so I can get the headers for those modules/tools and

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Joshua Slive
On Wed, Mar 12, 2008 at 11:46 AM, Jay Why <[EMAIL PROTECTED]> wrote: > I need to recompile Apache coz I need to add one or two thing. However, how > I find out what flags apache is currently compiled with so I can get the > headers for those modules/tools and recompile those as well? If you are us

[EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Jay Why
I need to recompile Apache coz I need to add one or two thing. However, how I find out what flags apache is currently compiled with so I can get the headers for those modules/tools and recompile those as well? -- Jay Why

[EMAIL PROTECTED] Content-Location header instead of 301 redirect for www.

2008-03-12 Thread Daniel Aleksandersen
Hi list, (UTF‐8 encoded) Currently I use the following to trigger a 301 redirect when users request my domain without the www. prefix. RewriteCond %{HTTP_HOST} !^www.example.tld$ [NC] RewriteRule ^(.*)$ http://www.example.tld/$1 [R=301,L] After reading up on the HTTP/1.1 specification lately

Re: [EMAIL PROTECTED] FilesMatch matching all but certain extensions

2008-03-12 Thread Martijn
On Wed, Mar 12, 2008 at 1:50 PM, Joshua Slive wrote: > If you told us exactly what you are trying to do, we might be able to > suggest a word-around. There are several things happening during Apache's request cycle: session management, authentication, authorization etcetera, mostly through mod_p

Re: [EMAIL PROTECTED] FilesMatch matching all but certain extensions

2008-03-12 Thread Joshua Slive
On Wed, Mar 12, 2008 at 7:59 AM, Martijn <[EMAIL PROTECTED]> wrote: > Hello. > > Apache 1.3. A simple problem: I want to use a FilesMatch directive to > match all files but, say, images which are either .gif files or .jpg > files. > > I tried something like > > or > > but in either case

Re: [EMAIL PROTECTED] Redirect

2008-03-12 Thread Joshua Slive
On Wed, Mar 12, 2008 at 7:36 AM, Srikanth NT <[EMAIL PROTECTED]> wrote: > > Hi > recently we moved our servers to a different place and so we want to > redirect the pages hitting the previous server to the new server location. > Also we need to workout to redirect site address wrongly typed. Say fo

Re: [EMAIL PROTECTED] unable to start my httpd server..

2008-03-12 Thread Joshua Slive
On Wed, Mar 12, 2008 at 7:03 AM, Ch Praveena <[EMAIL PROTECTED]> wrote: > Hi all, > > I wanna cluster Jboss and wanna run apache server on fedora 8.. I > installed httpd 2.0.63 from apache site.. but am unable to find the location > /usr/local/apache2 after making the steps of installation, >

Re: [EMAIL PROTECTED] String operations in ssi

2008-03-12 Thread Thorsten Scherler
On Wed, 2008-03-12 at 10:40 +0100, Thorsten Scherler wrote: > Hi all, > > are string operations in ssi possible? > > I need to compare two strings but only the root path of them. My use > case is the following: > > > > MAP = /boletines/2008/1/index.html > > Now REQUEST_URI can have different

Re: [EMAIL PROTECTED] FilesMatch matching all but certain extensions

2008-03-12 Thread Thorsten Scherler
On Wed, 2008-03-12 at 11:59 +, Martijn wrote: > Hello. > > Apache 1.3. A simple problem: I want to use a FilesMatch directive to > match all files but, say, images which are either .gif files or .jpg > files. > > I tried something like > > or > try with (.*)\.(gif|jpg|jpeg) salu2 >

[EMAIL PROTECTED] FilesMatch matching all but certain extensions

2008-03-12 Thread Martijn
Hello. Apache 1.3. A simple problem: I want to use a FilesMatch directive to match all files but, say, images which are either .gif files or .jpg files. I tried something like or but in either case nothing was matched. Putting the exclamation mark outside the quotes doesn't help either, whi

[EMAIL PROTECTED] Redirect

2008-03-12 Thread Srikanth NT
Hi recently we moved our servers to a different place and so we want to redirect the pages hitting the previous server to the new server location. Also we need to workout to redirect site address wrongly typed. Say for example, instead of http://www.mywebsite.co.uk if user enters my-website.comI wa

[EMAIL PROTECTED] unable to start my httpd server..

2008-03-12 Thread Ch Praveena
Hi all, I wanna cluster Jboss and wanna run apache server on fedora 8.. I installed httpd 2.0.63 from apache site.. but am unable to find the location /usr/local/apache2 after making the steps of installation, 1. ./configure 2. make 3. make install Please respond me at the earliest.. -- R

[EMAIL PROTECTED] Problems with Apache 2.2.8 on AIX 5.1

2008-03-12 Thread Siddiqa, Asma
Hello, I have installed Apache 2.2.8 on AIX 5.2 (64-bit) . After the successful installation when I try to check if the apache is working with the URL "http://:/" , then one of the child process is crashing and the apache forks one more new child process. Due to this I get "Page cannot be Displ

[EMAIL PROTECTED] String operations in ssi

2008-03-12 Thread Thorsten Scherler
Hi all, are string operations in ssi possible? I need to compare two strings but only the root path of them. My use case is the following: MAP = /boletines/2008/1/index.html Now REQUEST_URI can have different values, the portal page has: REQUEST_URI=/boletines/2008/1/index.html which results

[EMAIL PROTECTED] Path base virtualhost ?

2008-03-12 Thread Manuel Vacelet
Hello, I would like to know if it's possible to configure apache in the way it would answer to urls like 'http://example.com/appname' as it would serve 'http://appname.example.com/'. I don't know if I'm clear enough: - 'appname' is installed in a standalone way on a server - there is a reverse pro

Re: [EMAIL PROTECTED] How to set environment variable from RewriteMap? (was Re: [EMAIL PROTECTED] mod_rewrite E flag does not set env. variable)

2008-03-12 Thread Thorsten Scherler
On Tue, 2008-03-11 at 14:22 +0100, Thorsten Scherler wrote: > On Tue, 2008-03-11 at 13:20 +0100, Krist van Besien wrote: > > On Tue, Mar 11, 2008 at 12:29 PM, Thorsten Scherler > > <[EMAIL PROTECTED]> wrote: ... > > Now, what is not entirely clear is what you are trying to do. You want > > to look