HI.. Please let me know how to solve this.I need to run two servers (apache and sun applicatione server) on SUSE.both servers need to have virtual hosting.I have to static IP addresses.If i assign default http port (80) to a one server i am unable to use 80 in another.how do i solve this.IF i can set an IP to port 8080 this problem is OK.how do i assign port 8080 as default http litener port?Can i do this with iptables?
Have a look in your httpd.conf, there you can change the port apache listens on. The config directive is named "listen". The port might be specified also in the vhost directives.