----- Jeff Ayling <[EMAIL PROTECTED]> wrote: > I've even used /usr/sbin/lokkit and turned the firewall off but still > > no success with our server - so I restarted and checked /usr/sbin/ > lokkit again and the firewall is back on.
Is something already using the port? netstat -an | grep :80 (or whatever port you using) Is the application running after you start it? pgrep appname or ps aux | grep appname What port is your application running on? < 1024 requires rootly powers What user is the application running as? Can you connect to the application from localhost? ie w3m http://localhost/ or lynx http://localhost/ -Bill _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
