"Tarun Narang" writes:
> How could I redirect all my requests for http to https ?
Hello Tarun,
We use RedirectMatch for this. See:
http://httpd.apache.org/docs/2.0/mod/mod_alias.html#redirectmatch
> However, I have to redirect the non SSL request to SSL request, like when the
> user requ
Hi,
I want to define constant that I will use latter in several places.
Old documentation says that there was Define statement (or similar)
Define myUrl "ldap://localhost";
...
AuthLDAPUrl $myUrl
However, there is nothing in current documentation (I was not able to
find the same or similar modul
Hi,
How could I redirect all my requests for http to https ?
Our application was running on oracle application server having inbuilt
Apache HTTP server 1.3. It was recommended to us to upgrade the modules
of apache (like SSL, open SSL, perl and others) without upgrade the
oracle applicati
On Sun, Apr 19, 2009 at 1:20 PM, h iroshan wrote:
> Hi,
>
> I need to test performance of the Apache 2.2 by Jmeter.I try to install
> Jmeter on Linux(ubuntu 8.10), I used the jakarta-jmeter-2.3.2.tgz version,
> untar it
> and execute it with command jmeter, jmeter pop up a window but nothing on
T
Hi,
I need to test performance of the Apache 2.2 by Jmeter.I try to
install Jmeter on Linux(ubuntu 8.10), I used the
jakarta-jmeter-2.3.2.tgz version, untar it
and execute it with command jmeter, jmeter pop up a window but nothing on
it??
On Sun, Apr 19, 2009 at 9:23 AM, Martijn de Munnik wrote:
> ErrorLog "|/etc/webmin/virtual-server/writelogs.pl 121992855025460
> /home/massageafspraak.nl/logs/error_log"
> CustomLog "|/etc/webmin/virtual-server/writelogs.pl 121992855025460
> /home/massageafspraak.nl/logs/access_log" combined
> I
Hi,
I'm running Apache 2.2.11 on Solaris 10_x86. I'm using webmin/
virtualmin to configure virtual hosts and there created fine. But al
the error_logs are empty. Below is an example of the log lines in a
config file of a virtualhost.
ErrorLog "|/etc/webmin/virtual-server/writelogs.pl 12199
Hello,
Since I am using mod_deflate to compress resources (js, html)
But it also give me Vary: Host for images resources, this is okay.
But I found that now if the images is served from subdomain, it will
not be cached by IE7 (by looking at the Temporary Internet Files
folder)
Now I have no met