We have been able to determine that we can get the same behaviour from
the web server if we use the ip address rather than the server name. So
the web server only passes requests off to the WebSphere plugin if the
server name is used and the request is coming in over https. We did not
notice befo
Here's the config as requested. Its pretty much the default.
#
# Based upon the NCSA server configuration files originally by Rob
McCool.
#
# This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See http://httpd.a
Hello all;
We are running Apache 2.0.52 on RHEL V4 U4. Our web servers are used to
host applications from WebSphere Application Servers. They use a plugin
provided by WebSphere. The web servers work fine when they are
addressed directly via https://servername/appname. This activates the
plugin
Hello all;
I new to the administration of an Apache web server and am looking for a
way to see how many clients are connected to the web server. We're
running Apache 2.0.46 on Red Hat AS 4. Netstat gives me connection info,
but shows multiple connections for the clients. How can I report how
man
Title: Redirect Problem
We're running Apache 2.0.46 on Red Hat kernel 2.4. We're trying to shorten the URL our clients have to use to connect to an application. We have three environments; development, test, and production. Our approach is to create a DNS entry in the format of environment.
>
> If I'm reading this right, you could change to
and then have two >>>separate VirtualHost containers
, one listening for http and one for https (second one being
), >ith the exact same Redirect. Using mod_rewrite
may be a more elegant solution, though.
> -Victor
We're running Apache 2.0.46 on Red Hat kernel 2.4. We're trying to
shorten the URL our clients have to use to connect to an application.
We have three environments; development, test, and production. Our
approach is to create a DNS entry in the format of
environment.appname.domain and have it reso