PDA

Click to See Complete Forum and Search --> : Web Server


CyberCarsten
Nov 6th, 1999, 10:09 PM
Hi!
How do you program af Web Server for i.e a little intranet network???

/ CyberCarsten

Compwiz
Nov 6th, 1999, 10:43 PM
You goto http://www.apache.org/httpd.html and click on download. This is the number one used web server called Apache. It can be customised if you know C. It is very powerful. The unix releases are better and more stable (I like them) but it runs on windows. Because of it's power, it can be diffucult to configure, but the default is usually okay on a Win32 machine.

If you want help configuring this, let me know... I've used this on many different machines.

------------------
Tom Young, 14 Year Old
tyoung@stny.rr.com
ICQ: 15743470
AIM: TomY10
PERL, JavaScript and VB Programmer

Compwiz
Nov 7th, 1999, 12:54 AM
Well... if you wanted to compile this, yes you would MS Visual C++. Again, this is for the Windows release.

CyberCarsten
Nov 7th, 1999, 11:34 AM
Thank you very much!!

Can i use C++??

/ CyberCarsten