Hi all,
I'm not sure whether this is really possible, but I wanted to know whether
the below description will work for me or not
I want to keep Sun Web server facing internet and keep apache in between sun
web server and WebLogic. Is this really possible?
Thanks,
Eric Covener wrote, On 4/19/2010 2:59 PM:
> On Mon, Apr 19, 2010 at 5:44 PM, Glenn Gillis wrote:
>> Would any rewriting gurus out there care to speculate why the rewrite rule:
>>
>> "RewriteRule /blog http://spotlight.wordpress.com/";
>>
>> would cause the image URL:
>>
>> "> alt="what we do" w
I managed to do this with rewrite rules; if the requested host is not on
intranet, I'll forbid the request:
RewriteRule .* - [F]
From: alin vasile
To: users@httpd.apache.org
Sent: Mon, April 19, 2010 11:36:23 PM
Subject: Re: [us...@httpd] Reverse proxy - block
Hi,
Concerning the security incident recently reported:
https://blogs.apache.org/infra/entry/apache_org_04_09_2010
It says that some SVN access was compromised. Does that mean I have to
check {md5,sha1}sum of things downloaded during the incident? Will ASF
report a new (reliable) list of MD5/SH
Why not change the timezone on the whole server, not just Apache?
smime.p7s
Description: S/MIME cryptographic signature
Hello,
I am trying to configure my proxy to be able to accept HTTPS and
forward requests to backend server which is in HTTP
user-->(https://mydomain.com/abc)-ssl: [reverse
proxy]:http--->http://backend.ca/8082/abc
I want to preserve the URL as https//mydomain.com/abc.
I look
Hi
I have some pages that are protected i.e. when the user tries to access them
after a period of inactivity, they are redirected to a login page, which, if
they log in correctly, will take them to the page they were originally
requesting.
My problem is that if the original page was accessed via H
On Tue, Apr 20, 2010 at 9:16 AM, Jason Nunnelley wrote:
> On 4/20/10 8:06 AM, Eric Covener wrote:
>>
>> On Tue, Apr 20, 2010 at 8:28 AM, Eli Mazin wrote:
>>
>>>
>>> Html experience see under emaz I am on the road call me if you
>>> need
>>> something on my cel
>>>
>>
>> Don't post this ga
On 4/20/10 8:06 AM, Eric Covener wrote:
On Tue, Apr 20, 2010 at 8:28 AM, Eli Mazin wrote:
Html experience see under emaz I am on the road call me if you need
something on my cel
Don't post this garbage on this mailing list.
Or, a slightly nicer way to say this - there's a "
Igor, thanks a lot for your help. I made the changes yesterday and
everything is working as expected now. Bummer, one of the appsrv has
the appsvr who was overloaded, this being the reason for all the
session going to it.
Thanks a lot!
On Sun, Apr 18, 2010 at 11:06 PM, Igor Cicimov wrote:
> Hi,
On Tue, Apr 20, 2010 at 8:28 AM, Eli Mazin wrote:
> Html experience see under emaz I am on the road call me if you need
> something on my cel
Don't post this garbage on this mailing list.
--
Eric Covener
cove...@gmail.com
I can't call u, i'm sorry :(
any idea,however?
2010/4/20 Eli Mazin
> Extensive!! Call me on my cell
>
> Eliahu(Elie) Mazin
> Network Engineer Security Information
> A+, Network+,Security +,MCSE,MCSA,CCENT CCNA,CCNP, CISSP
> Imperva , Bluecoat and F5 Expert
> 781 502 8882 Cell
> Office: 781
Hi,
I'm using the httpd apache server and inside the httpd.conf I have
the ErrorLog set as:
ErrorLog "/logs/SystemLogs.trace"
I'm using also a custom module writing a lot of trace in the
ErrorLog using the API like:
ap_log_error (__FILE__, __LINE__, APLOG_ERR, 0, prrReques
ELIAHU (ELI)MAZIN
OFFICE : 781 560 5995 CELL: 781 502 8882 EMAIL: ema...@verizon.net
MCSA, MCSE, CCNA, CCNP, CISSP
SUMMARY: Senior Cyber Security /Network Security professional with over
twenty years of extensive experience in security and in designing and
maintaining large scale multi-vendor e
Vey extensive
Eliahu(Elie) Mazin
Network Engineer Security Information
A+, Network+,Security +,MCSE,MCSA,CCENT CCNA,CCNP, CISSP
Imperva , Bluecoat and F5 Expert
781 502 8882 Cell
Office: 781 560 5995
Email: ema...@verizon.net
-Original Message-
From: Eli Mazin [mailto:ema...@veriz
Extensive!! Call me on my cell
Eliahu(Elie) Mazin
Network Engineer Security Information
A+, Network+,Security +,MCSE,MCSA,CCENT CCNA,CCNP, CISSP
Imperva , Bluecoat and F5 Expert
781 502 8882 Cell
Office: 781 560 5995
Email: ema...@verizon.net
-Original Message-
From: alin vasile [
Hi,
I would like to setup case insensitive reverse proxy for my site which has
more than 100 such reverse proxy and the code has the links with different
cases in it.
As of now I am setting two Reverse PRoxy for such setup as below.
ProxyPass /abc/http://www.xyx.com/ABC
ProxyPassReverse /abc
what is the activex area in your html?
From: Mauri
To: users@httpd.apache.org
Sent: Tue, April 20, 2010 1:12:15 PM
Subject: Re: [us...@httpd] Re: Apache module that enables ActiveX
Hi expert.
I'm sorry for the reply but I'm working for some days with no solu
Hi expert.
I'm sorry for the reply but I'm working for some days with no solution :(
I have this scenario:
SCENARIO 1)
client i.e.7 --> proxy with SSL --> web server in http (I tried https, also)
wireshark output (plain text) in attach: file "with_proxy.txt"
I have apache-2.2.3, mod_proxy and m
Hi,
I am unable to set the proxy worker properties (connection pool size etc.) .
If I remove my all Proxy & Rewrite directives, I still see this in logs:
proxy: initialized worker 0 in child 29085 for (*) min=0 max=7 smax=7
How this gets initialized?
From
Thanks a lot :-)
On 04/20/10 09:59, Michael Ni wrote:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [R, L]
or
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
many ways to do it
On Tue, Apr 20, 2010 a
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [R, L]
or
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
many ways to do it
On Tue, Apr 20, 2010 at 12:55 AM, Frank Bonnet wrote:
> Hello
>
> I want to redi
Hello
I want to redirect ALL http requests to a virtual host to the
https port using the same URL ( except for the protocol side )
Thanks for any info/links
-
The official User-To-User support forum of the Apache HTTP Server
23 matches
Mail list logo