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
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
[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
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
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
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
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
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
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
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
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
> -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
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
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
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
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.
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
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
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
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
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
21 matches
Mail list logo