Hi All,
I work for Oracle, India. I deployed Oracle Access Manager Webgate
module on Apache 2 Server which provides single sign-on solution.
I also configured Apache 2 server in SSL mode on Solaris 10 and enabled
hardware acceleration by setting "SSLCryptoDevice" to "pkcs11".
When CGI script is
On Mon, Nov 28, 2011 at 11:00 AM, John Doe wrote:
> Ok. We will have to weight the additional load...
> I understand it will be doubled in case of a 200 (low occurences).
> But for all the 404s, it is only configuration parsing in RAM, plus
> one "file not found" on the filesystem, right?
>
No,
From: Igor Galić
> I'd use mod_macro for that:
> http://www.cri.ensmp.fr/~coelho/mod_macro/
>
> ServerName $name
> DocumentRoot /srv/web/$name
> SSLStuff /some/place/$name
> ErrorDocument 404 http://$name/not404
>
>
mod_macro looks nice; but I do not think it would solve my problem
Hi,
I have an issue with the tool openupload, which is a php tool to
upload files http://openupload.sourceforge.net/.
My apache server is on a debian wheezy, which is hosted on a vserver (fs
reiserfs) inside a squeeze, which is also hosted on vmware esx which
has on core and 2 go of ram.
Each ti
- Original Message -
> From: Igor Galić
> >> is there a simple way to redirect all https' 404 to http?
> > I don't get it.
> > What problem are you trying to solve?
>
> Just as I said; "redirect all https' 404 to http"
> We want to limit https to a few URLs...
> https://host/nonhttpsur
From: Igor Galić
>> is there a simple way to redirect all https' 404 to http?
> I don't get it.
> What problem are you trying to solve?
Just as I said; "redirect all https' 404 to http"
We want to limit https to a few URLs...
https://host/nonhttpsurl => 404 => http://host/nonhttpsurl => 200
F