Code Comments
Programming Forum and web based access to our favorite programming groups.If you mean database access that is simple, just create a user that has access only from localhost (and of course remove the others). For mysql just do the query : "GRANT ALL PRIVILEGES ON your_database.* to 'user'@'localhost' identified by 'password'". If you mean http access then you can configure a firewall depending on the os you have or work with apache's .htaccess On Tue, 2005-05-17 at 16:32 +1000, JeRRy wrote: > Hi, > > Okay lets say I own www.fred.com (which I don't but still) and www.getpaid2reade mails.com (so I own two domain, lucky me!) > > Now I want to connect from getpaid to fred... Okay I have done this and ac hieved this but is it possible to reject this operation and deny connections outside of localhost? > > Also if this is possible what IP is checked, the actual servers as localho st or the user (different IP)? > > I hope you understand what I mean, just wondering on stricter security. > > J > > > > --------------------------------- > Find local movie times and trailers on Yahoo! Movies.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.