Understanding Servers and Apache
I'm a bit lacking for all the terminology...
First of all, how can I see what is running
on our server? 'ps' at the prompt? does
that list everything?
Basically i want to see if Apache is running.
We have a box (a Magnia S20) that has
an intranet. We are trying to open a port
for our client to come in and see our work.
Because our ISP is blocking Port 80,
we tried changing our httpd file to
LISTEN 6060
and then restarted Apache with something
like 'apachectl restart'.
That then gave us a 'Welcome' Apache page
and totally locked us out of our intranet.
If we typed our URL in a browser, it just spun,
but it opened port 6060!
So we got that, but we lost our intranet access.
So, is Apache running both our intranet as
well as remote access through port 6060?
Why would we get blocked internally?
We then just stopped apache and
things 'went back to normal'.
How can we give remote access and maintain
our internal connection?
Long one, I know, thanks,
--san
|