[us...@httpd] Apache homepage not coming after deployin application on tomcat

2010-09-28 Thread Amol Puglia
Hello Team, I would like to know how to get apache home page. I have set htdocs as my document root in my apache web server. When i am accessing url http:\\webserver_name/index.html. I am not getting page. kindly guide. My apache version is apache 2.0.59.

[us...@httpd] Memory Leak in Apache 2.2.14 on Windows Server

2010-09-28 Thread Sumedh Kapoor
Hi All, Need pointers to resolve our production out of memory issues for the Apache 2.2.14 process running on Windows 2003 Server (64bit) with 16 GB memory. This apache instance is used to load balance requests between 5 Apache Tomcat 6 instances. After running for a week, the apache server

Re: [us...@httpd] apache 2.2.16 and directory

2010-09-28 Thread Toomas Aas
E, 27 sept 2010 kirjutas Alain Roger raf.n...@gmail.com: like under Windows OS, i would like to have different directories under fedora which will represent my different tools. for example if my fedora server address is 192.168.1.2 and i have a tool named 'tool1' URL should look like:

Re: [us...@httpd] child recycling

2010-09-28 Thread Brad Lira
i am setting some variable in scoreboard that are global to all processes, so i wouldn't want recycling of one child process to reset those counters. I did more testing and it seems that it doesn't but wanted to get a second opinion. thanks for you response. On Mon, Sep 27, 2010 at 5:31 PM, Eric

Re: [us...@httpd] Setting CGI environment variables, dynamically, from httpd.conf leveraging exising variables

2010-09-28 Thread Eric Covener
On Tue, Sep 28, 2010 at 10:02 AM, David (Dave) Donnan david.don...@thalesgroup.com wrote: RewriteEngine on RewriteRule .* - [E=SMUSER:%{$REMOTE_USER}] RequestHeader set my_new_header %{SMUSER}e     Result from my browser (setenv.pl):     SMUSER= I think the $ is extraneous and

Re: [us...@httpd] Memory Leak in Apache 2.2.14 on Windows Server

2010-09-28 Thread Igor Galić
- Sumedh Kapoor sumedh_kap...@infosys.com wrote: Hi All, Need pointers to resolve our production out of memory issues for the Apache 2.2.14 process running on Windows 2003 Server (64bit) with 16 GB memory. This apache instance is used to load balance requests between 5 Apache Tomcat 6

Re: [us...@httpd] LDAP authentication with password encryption from browser to web server

2010-09-28 Thread Mark Tischler
Eric, Thanks for this response. Very interesting. I guess that makes it even more desirous to find a solution to the overall problem of authenticating via LDAP in a secure manner... Does anyone have ideas on how to accomplish that? Mark On 9/24/2010 4:28 PM, Mark Tischler wrote: I

Re: [us...@httpd] LDAP authentication with password encryption from browser to web server

2010-09-28 Thread Eric Covener
On Tue, Sep 28, 2010 at 2:17 PM, Mark Tischler mark.tisch...@alcatel-lucent.com wrote:  Eric,    Thanks for this response.  Very interesting.  I guess that makes it even more desirous to find a solution to the overall problem of authenticating via LDAP in a secure manner...  Does anyone have

Re: [us...@httpd] LDAP authentication with password encryption from browser to web server

2010-09-28 Thread Mark Tischler
Eric, As I mentioned in the original posting, I was hoping to avoid using SSL due to the performance hit that we would take with it. If there is a solution out there (changes to httpd.conf or .htaccess files) that would allow me to pass the encrypted password from the browser to the web

Re: [us...@httpd] LDAP authentication with password encryption from browser to web server

2010-09-28 Thread William A. Rowe Jr.
On 9/24/2010 4:28 PM, Mark Tischler wrote: I have been looking through a lot of documentation on this subject, both on apache.org and elsewhere, and I can't seem to find an answer to the following question: Our Apache web server (version 2.2.11 running on Solaris 10) is currently

Re: [us...@httpd] LDAP authentication with password encryption from browser to web server

2010-09-28 Thread Mark Tischler
William, Thanks. There is no way to make Digest authentication work with LDAP from what I have found/read. But it seems to me that someone must have already run up against this sometime before now. Is my understanding correct that one can use Digest authentication to encrypt the password

Re: [us...@httpd] LDAP authentication with password encryption from browser to web server

2010-09-28 Thread [triplepack] info (i...@pack3.ch)
Digest does more then just encrypting the password. http://en.wikipedia.org/wiki/Digest_access_authentication and if you have a look at that RFC http://www.ietf.org/rfc/rfc2829.txt LDAP it self possibly supports already digest-md5. so really the LDAP auth should support the digest auth by

Re: [us...@httpd] LDAP authentication with password encryption from browser to web server

2010-09-28 Thread Igor Galić
Eric, Thanks for this response. Very interesting. I guess that makes it even more desirous to find a solution to the overall problem of authenticating via LDAP in a secure manner... Does anyone have ideas on how to accomplish that? Have you considered Kerberos? Mark /snip i