> --- vivek khurana <[EMAIL PROTECTED]> wrote: > > > > Can any one tell me aboutwhere to find tutorials on how to > > configure webservers.
Don't know if there is a generic tutorial for such a thing because each and every server comes with its own configuration details. The default web server with most distros is apache, and this has quite elaborate documentation. > Also i want to know that, can a webserver provide services to a > machine provided it is not connected to any network (LAN or > internet etc) Definitely yes. If you are doing some web/ cgi kind of work you may set up apache on a stand-alone box. In case you find apache a bit complicated to start with, you may try any of the servers noted below. All of these can run from user dir itself without root privileges, at user defined ports with simple set ups: a) Litespeed .. search for lsws in freshmeat.net (has ssl, cgi, fast-cgi, jsp, gzip compression etc) Configuration is web based and very easy. This is NOT open source, but freeware alright. b) monkeyd ... search sourceforge.net. Small, compact with php and cgi support. c) boa d) thttpd HTH Bish -- : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub: Squid log analyzer LOST #433 Install calamaris. URL: http://cord.de/tools/squid/calamaris/ Run the following through cron: cat /var/log/squid/access.log | calamaris -a -f squid -w > /var/www/calamaris/index.htm ####[dileep (at) kumarayil.net]############################### : ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
