Be aware: Latest Debian/Ubuntu release actually changes firebird.conf and includes RemoteBindAddress = localhost
Check https://launchpadlibrarian.net/156039018/firebird2.5_2.5.2~svn%2B54698.ds4-1ubuntu5_2.5.2.26540.ds4-8ubuntu4.diff.gz @@ -304,6 +304,7 @@ # config copy f $D/etc/$FB2DIR $S/etc/$FB2DIR/firebird.conf + sed -i -e '/^#RemoteBindAddress/ a RemoteBindAddress = localhost' $D/etc/$FB2DIR/firebird.conf I agree FB 3.0 could include this, but a patch should't! Regards. El 13/03/2013 12:37 p.m., Dmitry Yemanov escribió: > 13.03.2013 18:57, Dimitry Sibiryakov wrote: > >> Target auditory of MySQL is Web-developers. It means that the only >> application that use >> it is WWW-server on the same host. MySQL is seldom used in real client-server >> applications. Firebird is different. > What about PGSQL, is it for web or for "real client-server" in your > opinion? From postgresql.conf: > > listen_addresses = '*' > # what IP address(es) to listen on; > # comma-separated list of addresses; > # defaults to 'localhost', '*' = all > > Personally, I think that it would be a mistake to change the default > network interface in point releases. > > As for v3.0, I don't mind, but only if the installer will be changed to > ask the user to configure this setting during setup. > > > Dmitry > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > Firebird-Devel mailing list, web interface at > https://lists.sourceforge.net/lists/listinfo/firebird-devel > > -- Jorge Andrés Brugger Informática DASU - Obra Social del Personal de la Universidad Nacional de la Patagonia Comodoro Rivadavia, Chubut, Argentina Teléfono (0297) 446-4444 int. 103 Correo electrónico: [email protected] Website: www.dasu.com.ar -- Antes de imprimir este mensaje, piense si es verdaderamente necesario hacerlo. ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
