[EMAIL PROTECTED] Clustering Jboss using Apache load balancer.

2008-04-24 Thread Ch Praveena
Hi all, I want to cluster nodes belonging to two different machines each of which have different jboss servers running seperately on different ports. For this, I have copied the Jboss home directory and named seperately as Jboss1, Jboss2, Jboss3,.. I have also changed different port numbers where

Re: [EMAIL PROTECTED] Adding a Header to the httpd response

2008-04-24 Thread Mohammed Salih
Thank you Tamer for the patch. Unfortunately we can not apply this on to our production server, because of some company policies. But for sure I will check this out on our test server. Regards Salih On Wed, Apr 23, 2008 at 4:34 PM, Tamer Embaby [EMAIL PROTECTED] wrote: Salih, Here is a

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread Boyle Owen
From: FINKEL, PAUL D, ATTSI [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 23, 2008 9:14 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Directory listings take really long time.

Re: [EMAIL PROTECTED] Ldap Bind (w/ mod_auth_ldap)

2008-04-24 Thread Krist van Besien
On Wed, Apr 23, 2008 at 5:01 PM, Jess Holle [EMAIL PROTECTED] wrote: Krist van Besien wrote: If you're wed to AD and have a stupid password change policy (Sarbannes-Oxley is inane in this regard -- this just encourages lower-quality passwords, writing down passwords, etc -- and appears to

[EMAIL PROTECTED] Help cross compiling

2008-04-24 Thread Marta Gros Marín
Hi to all! I have Texas Davinci DM 355 board (it's an arm) with Linux Montavista, in my computer I have Linux Ubuntu, and I'm trying to cross compile Apache in my Davinci Board but I can't. I get this error all the time when I run ./configure: checking for /dev/zero... configure: error: cannot

Re: [EMAIL PROTECTED] Fetching pages from a user's home filestore on windows

2008-04-24 Thread Mike Sandells
On 16/04/2008 15:35, William A. Rowe, Jr. wrote: See what mod_userdir on win32 has to say about it... my only question is whether or not apr is returning the 'local' home path or the remote one in your case. Of course you must first change the run as user for the service to a user account

RE: [EMAIL PROTECTED] Clustering Jboss using Apache load balancer.

2008-04-24 Thread Narendra Verma
Hi, You wrote that Initially, all the nodes seeming working well that means your environment is working well for loadbalancing Ensure that there must be setup among jboss servers for clustering support (session replication). If yes then you have to configure like

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread FINKEL, PAUL D, ATTSI
Hi - Thanks for your reply. When the page is finally rendered, as a test I save it on my desktop and then open it and it takes but a few seconds for the full page to build, so I'm fairly sure a script (index.cgi) would do fine. I've created a crude shell script to build the page and not only

Re: [EMAIL PROTECTED] file doesn't exist

2008-04-24 Thread Martin
Joshua Slive skrev: On Sat, Apr 19, 2008 at 2:53 AM, Martin S [EMAIL PROTECTED] wrote: Davide Bianchi skrev: Martin S wrote: /var/www/apache2-default, still it tries to find /htdocs for the outside boxen. Your configuration is certainly broken. How do you get

[EMAIL PROTECTED] Localized folder names from .directory files

2008-04-24 Thread Daniel Aleksandersen
Hi, Below follows an except from a local configuration file used by KDE on my Debian desktop system [~/.kde/Autostart/.directory]. Similar configuration files are found in the ~/Home/, ~/Music/, and /Application/ directory on Mac OS 10. [Desktop Entry] Type=Directory Name[en]=Autostart

Re: [EMAIL PROTECTED] file doesn't exist

2008-04-24 Thread Joshua Slive
On Thu, Apr 24, 2008 at 8:42 AM, Martin [EMAIL PROTECTED] wrote: This is my httpd.conf file mail:/etc/apache2# cat httpd.conf NameVirtualHost *:80 VirtualHost mail.forumsyd.net:80 That should be VirtualHost *:80. I bet that fixes your problem. [Thu Apr 24 15:28:43 2008] [error]

[EMAIL PROTECTED] Is there any precompiled version available of apache2.2.8 for UNIX

2008-04-24 Thread Narendra Verma
Hi all, Hi there is a source available of apache_2.2.8 for UNIX. As per my production requirement, I have to install this apache server in more Solaris machines. So problem is that I have to repeat compilation at all machines. Is there any another solution that ignores this repetition of

RE: [EMAIL PROTECTED] Is there any precompiled version available of apache2.2.8 for UNIX

2008-04-24 Thread FINKEL, PAUL D, ATTSI
you might want to try SUN freeware sight for compiled package From: Narendra Verma [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2008 10:14 AM To: 'users@httpd.apache.org' Subject: [EMAIL PROTECTED] Is there any precompiled version available of

RE: [EMAIL PROTECTED] Is there any precompiled version available of apache2.2.8 for UNIX

2008-04-24 Thread Narendra Verma
Thanks for reply, Can you please tell me more about my questions? Thanks Narendra -Original Message- From: FINKEL, PAUL D, ATTSI [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2008 7:50 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Is there any precompiled version

Re: [EMAIL PROTECTED] file doesn't exist

2008-04-24 Thread Martin
Joshua Slive skrev: On Thu, Apr 24, 2008 at 8:42 AM, Martin [EMAIL PROTECTED] wrote: This is my httpd.conf file mail:/etc/apache2# cat httpd.conf NameVirtualHost *:80 VirtualHost mail.forumsyd.net:80 That should be VirtualHost *:80. I bet that fixes your problem. Yes! Thanks

Re: [EMAIL PROTECTED] Is there any precompiled version available of apache2.2.8 for UNIX

2008-04-24 Thread Krist van Besien
On Thu, Apr 24, 2008 at 4:13 PM, Narendra Verma [EMAIL PROTECTED] wrote: Hi there is a source available of apache_2.2.8 for UNIX. As per my production requirement, I have to install this apache server in more Solaris machines. So problem is that I have to repeat compilation at all machines.

Re: [EMAIL PROTECTED] file doesn't exist

2008-04-24 Thread Joshua Slive
On Thu, Apr 24, 2008 at 10:23 AM, Martin [EMAIL PROTECTED] wrote: OK, I thought /htdocs was starting in the webroot rather than the real root. But why would it produce that error if the only problem was the VH There is probably another VirtualHost section someplace that is getting matched and

[EMAIL PROTECTED] Help cross compiling

2008-04-24 Thread Marta Gros Marín
Can't anyone help me with this?? Hi to all! I have Texas Davinci DM 355 board (it's an arm) with Linux Montavista, in my computer I have Linux Ubuntu, and I'm trying to cross compile Apache in my Davinci Board but I can't. I get this error all the time when I run ./configure: checking for

[EMAIL PROTECTED] How to encrypt traffic between client and apache proxy server

2008-04-24 Thread Stephen Hu
Hi, I was trying to setup a forward proxy solution with apache, but via port 443(SSL) rather than just via 80. So I hope it should work as the following diagram: Client(IP1:Random) (IP2:443)Apache(IP2:Random) (IP3:443)Web Server 1 |SSL Hand Shake-(443)| 2 |-CONNECT

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread Dragon
FINKEL, PAUL D, ATTSI wrote: Hi - Thanks for your reply. When the page is finally rendered, as a test I save it on my desktop and then open it and it takes but a few seconds for the full page to build, so I'm fairly sure a script (index.cgi) would do fine. I've created a crude shell script

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread FINKEL, PAUL D, ATTSI
Heh - I'm just the sysadmin : - ) -Original Message- From: Dragon [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2008 11:20 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Directory listings take FINKEL, PAUL D, ATTSI wrote: Hi - Thanks for your reply. When the

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread Dragon
FINKEL, PAUL D, ATTSI wrote: Heh - I'm just the sysadmin : - ) End original message. - My personal opinion (of course...) as the sysadmin, it should be your place to recommend a better way instead of trying to fix a mess somebody else thinks is

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread FINKEL, PAUL D, ATTSI
I've suggested it, of course, but I understand their predicament Paul Finkel ATT Chief Security Office 732.420.3105 -Original Message- From: Dragon [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2008 11:43 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED]

RE: [EMAIL PROTECTED] How to encrypt traffic between client and apache proxy server

2008-04-24 Thread Stephen Hu
Thank you so much Emmanuel. I applied patch. Everything is working good now. Perfect! Very Best Regards! Stephen From: Emmanuel E [mailto:[EMAIL PROTECTED] Sent: April 24, 2008 1:15 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How to encrypt traffic between client and

Re: [EMAIL PROTECTED] Force Apache to send the correct encoding

2008-04-24 Thread Dragon
Marcelo de Moraes Serpa wrote: Hello, This might be a simple question, but I'm having issues serving HTML files with the ISO-8859-1 encoding. I could, in theory, change the encoding of each file, but doing so for thousands of files is not so practical. I've got a VirtualHost and inside it I

[EMAIL PROTECTED] .htaccess for script aliased directories‏

2008-04-24 Thread Pam Astor
I am trying to password protect a sub directory within the web space of a domain that is serving site statistics of awstats generated pages. The path to the dir is /home/user1/www/awstats. When testing, I am able to get a username and password prompt for the front page of the site, i.e. for

[EMAIL PROTECTED] Test case for Apache mod_logio

2008-04-24 Thread Arnab Ganguly
Hi All, I would like to load the mod_logio in my web server.So wanted to know about any issues are going to be faced.Does Apache has any standard test cases to make ensure that the module works fine or what are the things we should target to about the behavior.I guess the mod_logio does not have

[EMAIL PROTECTED] Error comes while running make commond to install apache2.2.8 on solaris machine

2008-04-24 Thread Narendra Verma
Hi all, I am getting the below cut and paste error when I execute the make command .I did find the make command and added its path in the .profile. Can any body help me why this error is coming ?? -bash-3.00$ make Making all in srclib Making all in apr Making all in apr-util Making all in