mod_proxy with ActiveX


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users mod_proxy with ActiveX
# 1  
Old 04-15-2010
mod_proxy with ActiveX

Hi,
I have a proxy with SSL that forward any request to a backend platform.
In this moment I have a problem if I'm trying to execute an activex on the backend platform.
I'm reading that the mod_proxy blocks any activex request because it don't trust for the system.
How I can do? I'm reading about mod_security.
Many thanks for any suppose.
Cheers,
Lain
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Web Development

Apache Mod_Proxy with failover

I have the following setup in my apache vhost: ProxyPass /abc http://www.newest.com/ ProxyPassReverse /abc http://www.newest.com/ I want to setup a failover approach in which if after a particular timeout say 10secs the load shifts to some other website like Refer.com | The world. The timeout... (0 Replies)
Discussion started by: ankur328
0 Replies

2. Web Development

Httpd with mod_proxy redirect

Hi team, I was like unable to solve this interview question, Any help from them experts here please.. "Your supervisor requires that all web requests for "http://dev.example.net" be passed to "http://newdev.example.net". She states that upon redirect, the URL in the web browser must remain... (1 Reply)
Discussion started by: leo_ultra_leo
1 Replies

3. Red Hat

mod_proxy: (70007)The timeout specified...

Hi to all member's forum. I have an httpd server with mod_proxy that forward any request to an another server. the flow is: client --> requesto proxy https://miosito.it --> forward to server https://192.168.0.10:8443/ I'm reading this error in my httpd log in LogLevel debug (after some... (0 Replies)
Discussion started by: lain
0 Replies

4. UNIX and Linux Applications

Apache problem: mod_deflate with mod_proxy

I am using Apache 2.2.3 on RHEL5 and having problems to get mod_deflate work with mod_proxy. mod_deflate will compress files by mime-type just fine as long as those files are served statically from the local server. However, files served via dynamic php application (ie, MediaWiki) or via... (2 Replies)
Discussion started by: otheus
2 Replies

5. IP Networking

Apache mod_proxy +DNS slow response problem

My company has a private network, including a Apache web server (Linux) and some WinXP machines. The web server had been configured to use mod_proxy to connect to window update site via another company proxy server. It works for few years. Recently, some parties had setup a DNS server on the... (2 Replies)
Discussion started by: donaldfung
2 Replies

6. UNIX for Advanced & Expert Users

Double question: Apache mod_proxy and force connection over specific interface

Double question here ... Running on Debian Etch and Apache 2.0 1) Using mod_proxy and/or mod_proxy_http in apache 2.0. The basics of using mod_proxy are pretty simple so long as you're using a static config. I'm trying to figure out how to do it dynamically - that is, allow the entry of a... (4 Replies)
Discussion started by: Halfwalker
4 Replies

7. UNIX for Dummies Questions & Answers

Activex / Unix Interop

Hi, I need an ActiveX com component to raise events in a Unix program. Is it possible for Unix programs to interop with Win32 ActiveX exe? Thanks, Lee. (1 Reply)
Discussion started by: lee_b
1 Replies
Login or Register to Ask a Question
Gtk2::UniqueBackend(3pm)				User Contributed Perl Documentation				  Gtk2::UniqueBackend(3pm)

NAME
Gtk2::UniqueBackend - IPC backend used by libunique DESCRIPTION
Gkt2::UniqueBackend is the base, abstract class implemented by the different IPC mechanisms used by Gtk2::Unique. Each Gtk2::UniqueApp instance creates a Gkt2::UniqueBackend to request the name or to send messages. HIERARCHY
Glib::Object +----Gtk2::UniqueBackend METHODS
uniquebackend = Gtk2::UniqueBackend->create Creates a Gkt2::UniqueBackend using the default backend defined at compile time. You can override the default backend by setting the UNIQUE_BACKEND environment variable with the name of the desired backend. string = $backend->get_name $backend->set_name ($name) o $name (string) boolean = $backend->request_name Requests the name set using "Gtk2::set_name()" and this backend. screen = $backend->get_screen $backend->set_screen ($screen) o $screen (Gtk2::Gdk::Screen) uniqueresponse = $backend->send_message ($command_id, $message_data, $time_) o $command_id (integer) o $message_data (Gtk2::UniqueMessageData or undef) o $time_ (integer) Sends command_id, and optionally message_data, to a running instance using backend. string = $backend->get_startup_id $backend->set_startup_id ($startup_id) o $startup_id (string) integer = $backend->get_workspace Retrieves the current workspace. ENUMS AND FLAGS
enum Gtk2::UniqueResponse o 'invalid' / 'UNIQUE_RESPONSE_INVALID' o 'ok' / 'UNIQUE_RESPONSE_OK' o 'cancel' / 'UNIQUE_RESPONSE_CANCEL' o 'fail' / 'UNIQUE_RESPONSE_FAIL' o 'passthrough' / 'UNIQUE_RESPONSE_PASSTHROUGH' SEE ALSO
Gtk2::Unique, Glib::Object COPYRIGHT
Copyright (C) 2009-2010 by Emmanuel Rodriguez perl v5.14.2 2011-11-16 Gtk2::UniqueBackend(3pm)