Freelance - Forex news - Flights - Servidores - Mortgage

PDA

View Full Version : Two noob ?'s


dalster44
Oct 31st 2006, 5:22 pm
1st: How to change ports on your server?

2nd: Where can you see your server logs?

Noobie questions for sure, but would like to know.

Thanks

edD
Nov 1st 2006, 2:12 pm
1st: How to change ports on your server?



Try changing the Port directive in the apache config file:
http://httpd.apache.org/docs/1.3/mod/core.html#port

Also look at BindAddress and Listen:
http://httpd.apache.org/docs/1.3/mod/core.html#bindaddress
http://httpd.apache.org/docs/1.3/mod/core.html#listen

You can listen on more than one port if you want using the Listen directive.


2nd: Where can you see your server logs?

Noobie questions for sure, but would like to know.

Thanks

I think it depends on your system.
On Debian the logs are at /var/log/apache/access.log .

Just google "<your system type> apache access log path" without the quotes.

dalster44
Nov 1st 2006, 2:38 pm
Thank You, that helped