Forum: Linux Servers and Apache Jul 15th, 2008 |
| Replies: 2 Views: 1,082 Hello:
Can you tell me what linux distro are u using?
Thanks.
--Willie |
Forum: Linux Servers and Apache Jul 15th, 2008 |
| Replies: 2 Views: 4,772 Hello there:
I am not really clear on what you want. So let me ask, do you want to run the web server on a linux host, 192.168.102.10, and then access the web page from another computer?
I am... |
Forum: Linux Servers and Apache Jul 15th, 2008 |
| Replies: 2 Views: 1,270 Use either or both of these commands to find out if a port is already taken by a service:
netstat -A inet -lnp
lsof -i tcp:the_port_you_are_inquiring_about
For example, if I wan to know if... |