20,980 pts.
 HTTP Server on Linux Virtual Server
How do I create http server on a newly created virtual server on SuSE Linux ?

Software/Hardware used:
SuSE Linux
ASKED: Oct 1, 2010  10:28 AM GMT
UPDATED: November 1, 2010  6:01:25 PM GMT
45 pts.

Answer Wiki:
python comes with a simple http server
/usr/bin/python -m SimpleHTTPServer 80
run it from the directory containing your html pages

like the name implies it's simple and probably best suited for light load/testing/temporay solution
Last Wiki Answer Submitted:  Oct 28, 2010  2:50 PM (GMT)  by  Xseedos   45 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

It should be easy to add Apache to a Suse server, if indeed it is not already there. Apache is a highly configurable, industrial strength web server. It’s likely to be able to do whatever you want from a Web Server standpoint, including plug-in interoperation with various back end application servers, multi-site scaling, etc.

 615 pts.