Re: [EMAIL PROTECTED] Apache proxy problem with https/http and 302 redirects

2007-04-20 Thread Nils Eckert
Greetings, i had the same problem. The Solution was, not to user proxyName and proxyPort in the Tomcat server.xml file. If these variables are set, the location generated with sendRedirect (...) uses the proxyName and proxyPort. And now the apache doesn't rewrite this header because it se

Re: [EMAIL PROTECTED] Problem with mod_dav compile in Apache http

2007-04-20 Thread Dan_Mitton
David, Use the --enable-mods-shared. Here is my configure line... ./configure --prefix=/usr/local/apache-2.0.59 --with-ssl=/usr/local/ssl --with-z=/usr/local/lib --enable-ssl --enable-cache --enable-disk-cache --enable-mem-cache --enable-autoindex --enable-mods-shared="rewrite ssl dav dav-fs

Re: [EMAIL PROTECTED] Problem with mod_dav compile in Apache http

2007-04-20 Thread David Tyler
[EMAIL PROTECTED] 4/20/2007 03:04 PM >>> >On Fri, 20 Apr 2007 14:54:38 -0600 >"David Tyler" <[EMAIL PROTECTED]> wrote: > > >>When I compile and install the 2.0.59 source >> however, the only file within the modules folder is httpd.exp. > >You compiled all the modules in statically. ht

Re: [EMAIL PROTECTED] Problem with mod_dav compile in Apache http

2007-04-20 Thread Nick Kew
On Fri, 20 Apr 2007 14:54:38 -0600 "David Tyler" <[EMAIL PROTECTED]> wrote: > When I compile and install the 2.0.59 source > however, the only file within the modules folder is httpd.exp. You compiled all the modules in statically. httpd -l will list them. > [EMAIL PROTECTED] svn]$ ./c

Re: [EMAIL PROTECTED] Is it possible for Apache to randomly select different URLs to serve up?

2007-04-20 Thread mraible
Figured it out - here's the solution I used: 1. Just above the JkMount line in httpd.conf, add the following lines to turn on logging and setup a map of applications. Don't forget to replace X with the current version number (i.e. 2.2.4). RewriteLogLevel 3 RewriteLog c:/Tools/apache-X/logs/rewri

[EMAIL PROTECTED] Problem with mod_dav compile in Apache http

2007-04-20 Thread David Tyler
I am very new to Apache and I am trying to set up a Subversion source control server. The server is a Red Hat Linux machine with an old version of Apache on it: Server version: Apache/2.0.46 Server built: Sep 25 2003 09:26:39 Rather than try to upgrade the old version of Apache, the files of

Re: [EMAIL PROTECTED] RE: Apache2.2 httpd.conf configuration

2007-04-20 Thread j k
Perhaps the directives have changed? I don't see LDAPServer here: http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html caveat: I know even less about this than you

[EMAIL PROTECTED] Re Unable to get PAGE_COUNT working

2007-04-20 Thread Neville Hillyer
Neville's first message: >I am a new Xserve (Apache 1.3) user and I have been unable to get >PAGE_COUNT working despite the fact that SSI and other environmental >variables are functioning for me. Does anybody know what additional >settings are required for PAGE_COUNT? Do I need to initiate a count

[EMAIL PROTECTED] RE: Apache2.2 httpd.conf configuration

2007-04-20 Thread Atluri, Vamsi
Hi All, Ive been trying to get apache to talk to LDAP. Ive managed to get through most of my problems - But I am unable to figure this one out - Im sure its just how im naming it - I haven't been able to find any help online or in the FAQ - Any help is appreciated - Thanks I am recieve

[EMAIL PROTECTED] Apache2.2 httpd.conf configuration

2007-04-20 Thread Atluri, Vamsi
Hi All, Ive been trying to get apache to talk to LDAP. Ive managed to get through most of my problems - But I am unable to figure this one out - Im sure its just how im naming it - I haven't been able to find any help online or in the FAQ - Any help is appreciated - Thanks I am recieve

[EMAIL PROTECTED] can't get apache to talk ldap to netware ldap server-HELP

2007-04-20 Thread Tony Guadagno
Hi, I am trying to get Apache 2.2.4(windows) to talk LDAP to my Netware 6.5sp6 server. I get the following error when trying to connect [Tue Apr 17 22:47:50 2007] [warn] [client 10.1.1.1] [3372] auth_ldap authenticate: user tonyg authentication failed; URI / [LDAP: ldap_simple_bind_s() faile

RE: [EMAIL PROTECTED] browsing directories-error

2007-04-20 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, April 20, 2007 11:54 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] browsing directories-error > > Hi all, > > I have configured an Apache server with directory listing via > ssl connectio

[EMAIL PROTECTED] Apache 1.3 as a Proxy

2007-04-20 Thread Luis Moreira (ESI-GSQP)
Hi I have been using Apache for quite a while, but only as a mere web server. I would now like to use it as a Proxy, but don't seem to be able to do that. Current httpd.conf config : LoadModule proxy_module modules/mod_proxy.so AddModule mod_proxy.c ProxyRequests On Order all

[EMAIL PROTECTED] apache 2.2.4 and OpenSSL under Windows

2007-04-20 Thread Alain Roger
Hi, I have some problem with httpd.conf file to make it correctly work for SSL. here is the default settings. LoadModule ssl_module modules/mod_ssl.so SSLRandomSeed startup builtin SSLRandomSeed connect builtin # - for PHP LoadModule php5_module "C:/webserver/PHP/php5apache2_2.d

Re: [EMAIL PROTECTED] .htpasswd problems

2007-04-20 Thread Jannetta S Steyn
Hi there You're talking about the differences between hashing and encryption / decryption. MD5 is a hashing algorithm, DES is an encryption / decryption algorithm. See: True I was confusing the issue here. However, when I wrote the scripts originally I think only MD5 was used, and the hashe

[EMAIL PROTECTED] browsing directories-error

2007-04-20 Thread arry
Hi all, I have configured an Apache server with directory listing via ssl connection. The problem is that when i remove the ssl i can browse only directories that do not contain a whitespace in their names. So when i click on "my documents" for example i get server reset error. And that's all.

[EMAIL PROTECTED] Running Apache httpd as a service on Windows Vista

2007-04-20 Thread Steve Hay
Has anybody else tried running Apache httpd (either 1.3.x or 2.2.x) as a service on Windows Vista? I need to run 1.3.x on Vista and prefer to run it as a service, but when I try to start the service (after installing 1.3.37) I get error 1067: The process was terminated unexpectedly. The conf

Re: [EMAIL PROTECTED] .htpasswd problems

2007-04-20 Thread Neil A. Hillard
Hi, Jannetta S Steyn wrote: >> It doesn't matter what gets stored as long as the >> decrypted value matches the password. > > This part of what you said puzzles me. Why would you want to decrypt the > password and > isn't the point of md5 and DES that you don't decrypt the password. Usually > t

Re: [EMAIL PROTECTED] Memory occupied and number of files open

2007-04-20 Thread Sander Temme
Arnab, Arnab Ganguly wrote: > How much Apache occupies memory and number of files it opens for each > client request of the MaxClient value? Depends on your configuration and the extra bells and whistles. One for each listener. One each for ErrorLog, TransferLog, CustomLog etc. One or more (dep

Re: [EMAIL PROTECTED] .htpasswd problems

2007-04-20 Thread Jannetta S Steyn
Hi Steve > It doesn't matter what gets stored as long as the > decrypted value matches the password. This part of what you said puzzles me. Why would you want to decrypt the password and isn't the point of md5 and DES that you don't decrypt the password. Usually the passwords are compared in the

RE: [EMAIL PROTECTED] mod_proxy_balancer

2007-04-20 Thread Ryan Murray
Christian, Unless I misundertsood your question, this is typically done using the "jvmRoute" parameter in the Tomcat configuration (check the Tomcat docs for how to use this parameter). In this way, session IDs are suffxied with a unique id for each Tomcat and clients are always routed to the sam