Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 43345 invoked by uid 500); 30 Jul 2002 00:51:55 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 43330 invoked from network); 30 Jul 2002 00:51:55 -0000 Received: from mta3.srv.hcvlny.cv.net (167.206.5.9) by daedalus.apache.org with SMTP; 30 Jul 2002 00:51:55 -0000 Received: from latitude (ool-18be3c09.dyn.optonline.net [24.190.60.9]) by mta3.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with SMTP id <0H0100MSYE3LE8@mta3.srv.hcvlny.cv.net> for users@httpd.apache.org; Mon, 29 Jul 2002 20:45:21 -0400 (EDT) Date: Mon, 29 Jul 2002 20:46:48 -0400 From: Tony Vinayak Subject: Re: deploy IDC ms-access forms on Apache To: users@httpd.apache.org Message-id: <000701c23762$966e02f0$6401a8c0@latitude> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <46B1BBD1961A564E9BE4B97238B3EF0C073B1D@exchangeserver> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N As Andrew points out, migrating to mySQL and PHP would be an ideal solution. In the short run, you could definitely setup Apache as reverse proxy (mod_proxy) in front of your IIS. In fact, it is a popular practice to shield IIS from all those IIS-targeted attacks (code red, Nimda and whatnot):tuck IIS behind the firewall and let Apache brave the web in the DMZ. cheers, Tony ----- Original Message ----- From: "Andrew Kenna" To: Sent: Monday, July 29, 2002 8:04 PM Subject: RE: deploy IDC ms-access forms on Apache > I would look at mysql to replace access, export all the data out and import it into mysql > > http://www.mysql.org > > Take a look at php as it will provide a nicer programatic front end to mysql > > http://www.php.net > > Andrew > > > -----Original Message----- > From: Vibanu@aol.com [mailto:Vibanu@aol.com] > Sent: Tuesday, 30 July 2002 5:53 AM > To: users@httpd.apache.org > Subject: deploy IDC ms-access forms on Apache > > > We have migrated all applications from IIS to run under Apache. But are having problem with access database and IDC forms. It is a big project to migrate access db to Oracle and convert all IDC forms to some other technology. > > Does anyone know if the following can be done? > 1/ Is there any way to run the ms-access IDC forms under apache > 2/ Can apache proxy to IIS to run the IDC forms using ms-access database. > > If yes, can you point us in the right direction on how to acheive these. > > Thanks in advance and Brgds, > Vibanu. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org