I am setting up apache webserver on solaris8. We have 2 machines viz ias and db having ip address 192.168.30.240 and 192.168.30.241. The /etc/hosts file on both the machines are configured for these ips. I want to configure virtual host in apache server config file which is on 240 server and listening on port 7777. I want to configure virtual host for 241 listening on port 7780. When I try to access 7780 port on 241 through virtual host, I am getting error that could not bind address.
I have updated /etc/services file on 241 for listening on port 7780.
httpd 7780/tcp # http connection
when I try to telnet this port I am getting error that connection refused. You had solved similar problem for me in excite.
1)When I try to telnet from 240 server, I get error
$ telnet 192.168.30.241 7780
Trying 192.168.30.241…
telnet: Unable to connect to remote host: Connection refused
2) When I try to telnet from 241 server, I get error
# telnet 191.168.30.241 7780
Trying 191.168.30.241…
telnet: Unable to connect to remote host: Connection timed out
I will appreciate if you guide me how to resolve this problem.
regards,