On Fri, 14 Apr 2000, Boltyansky Boris wrote:
>
> Hi there!
>
> Can someone give me a link to a complete guide about making a web server
> based on Linux from my computer?, or to write to the list and explain me
> step by step how can I do that?
It's very easy, really. There are many options to choose from.
Here's the easiest, if you don't need anything fancy.
1. "cd" to the root of the HTTP tree
2. Type "python -c 'from SimpleHTTPServer import*;test()'"
And you've got a webserver on port 8000. If you want it on port 80,
just append 80 to the command line.
--
Moshe Zadka <[EMAIL PROTECTED]>.
http://www.oreilly.com/news/prescod_0300.html
http://www.linux.org.il -- we put the penguin in .com
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]