[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating web server



On Tue, 18 Apr 2000, Vadim Vygonets wrote:

> Quoth Moshe Zadka on Tue, Apr 18, 2000:
> > Well, the fact that Python comes with batteries included is not my fault.
> 
> With proper batteries, I can even do it in C.

Well, you choose a language, you choose libraries...

> And I would still prefer Apache, written in C, with lots of lines
> of source code.

For what? If I need 1 hit a minute site, configuring Apache can be a
bitch. Configuring SimpleHTTPServer (or CGIHTTPServer) takes al the 30
seconds of creating the directory and running the command line.

The guy seemed like he doesn't know a lot about configuring Apache, so I
gave him the shortest, most portable solution (the khttpd solution doesn't
work on kernels <2.2 AFAIK)




=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il