Group: comp.os.linux.setup


Subject: Allowing Web Services
From: Bill Marcum
Date: 10/25/2007 4:42:54 PM
On 2007-10-25, demann@ezraonline.net <demann@ezraonline.net> wrote: > How do I configure a Linux server or configure Apache to allow > communication with the outside world via web services. I know how to > actually create the web service on the server side and the web service > client on the client side via Perl. They work perfectly on other > servers which I do not administer...but not on the Linux server that I > laughably must configure myself. I have searched a lot and have not > found any help. > Configure iptables to allow incoming traffic on port 80? Configure apache to listen on 0.0.0.0 rather than 127.0.0.1? If the server is behind a router, configure the router?