On 3/28/06, Alex Turner <[EMAIL PROTECTED]> wrote:
> The solution that I have seen typical is to have both webserver and database
> machine behind a firewall both NATed, with only HTTP and HTTPS ports open on
> the webserver. SSH is not open, as trusted clients connect via the VPN in
> the firewal
The solution that I have seen typical is to have both webserver and database machine behind a firewall both NATed, with only HTTP and HTTPS ports open on the webserver. SSH is not open, as trusted clients connect via the VPN in the firewall. The database machine, unlike the webserver, will not ha
On Mar 27, 2006, at 4:23 PM, Mark Feller wrote:
Maybe a synch is done between
webserver database and main database every five minutes, where the
main
database pulls any new orders, and pushes any updated part lists,
pricing
etc. to the webserver db?
I have implemented a design like this
On 3/27/06, Merlin Moncure <[EMAIL PROTECTED]> wrote:
> > I have not yet implemented the database, and I am VERY reluctant to put the
> > full db outside our "main" firewall because of the need to protect sensitive
>
> this is natural. One solution is to put 2nd nic on the web server
> (carefully
; Sent: Monday, March 27, 2006 2:54 PM
> To: Mark Feller; pgsql-general@postgresql.org
> Subject: Re: [Bulk] [GENERAL] General advice on database/web
> applications
>
>
> >
> > I am developing a small web application. Currently, our web server is
> > sitting outside ou
> I have not yet implemented the database, and I am VERY reluctant to put the
> full db outside our "main" firewall because of the need to protect sensitive
this is natural. One solution is to put 2nd nic on the web server
(carefully firewalled) for connections to the database. Theres lots
of so
Original Message-
From: Ted Byers [mailto:[EMAIL PROTECTED]
Sent: Monday, March 27, 2006 2:54 PM
To: Mark Feller; pgsql-general@postgresql.org
Subject: Re: [Bulk] [GENERAL] General advice on database/web
applications
>
> I am developing a small web application. Currently, our web serv
Ted Byers wrote:
I am developing a small web application. Currently, our web server is
sitting outside our firewall (running its own firewall), and the
application
being developed would let users do things like place orders.
My question is...what and where is the database for this?
What do
I am developing a small web application. Currently, our web server is
sitting outside our firewall (running its own firewall), and the
application
being developed would let users do things like place orders.
My question is...what and where is the database for this?
What do you mean when you