Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 76518 invoked from network); 19 Sep 2006 08:19:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2006 08:19:23 -0000 Received: (qmail 30719 invoked by uid 500); 19 Sep 2006 08:19:09 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 30701 invoked by uid 500); 19 Sep 2006 08:19:09 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 30690 invoked by uid 99); 19 Sep 2006 08:19:09 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2006 01:19:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([210.212.213.194:43798] helo=sail-steel.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 37/38-26148-6F7AF054 for ; Tue, 19 Sep 2006 01:19:06 -0700 Received: (qmail 29124 invoked by uid 89); 19 Sep 2006 08:37:47 -0000 Received: by simscan 1.1.0 ppid: 29116, pid: 29120, t: 0.6401s scanners: attach: 1.1.0 clamav: 0.88.2/m:39/d:1578 spam: 3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on sail-steel.com X-Spam-Level: X-Spam-Status: No, score=-3.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.1 Received: from unknown (HELO ANAND) (10.128.1.85) by sail-steel.com with SMTP; 19 Sep 2006 08:37:46 -0000 Message-ID: <008a01c6dbc5$471497d0$5501800a@ANAND> From: "K Anand" To: References: <20060919081506.84275.qmail@web53112.mail.yahoo.com> Date: Tue, 19 Sep 2006 13:56:16 +0530 Organization: SAIL/SDC MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: [users@httpd] Running DLL Object in HTML page X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > >----- Original Message ----- >From: Leo Liu >To: users@httpd.apache.org >Sent: Tuesday, September 19, 2006 1:45 PM >Subject: [users@httpd] Running DLL Object in HTML page >Hi, >I am experimenting to embed DLL object in html page and run it on apache. It is a very simple button >only .and there's no breaches to security. I can run it correctly when I try to run it on Visual Studio. But when >I embed it in HTML page and host it on my apache server, the dll is not running. I believe I need to change >some settings on httpd.conf to make the program able to run. Any suggestions? >Leo I'm assuming that you want to run the DLL on the client machine. If that be the case, you can't do it directly. I wanted to do the same thing..I had to write an ActiveX control to wrap on the DLL and then i was able to make it run. Anand --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org