answersLogoWhite

0

How do you make a web server using C?

Updated: 12/22/2022
User Avatar

Wiki User

14y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you make a web server using C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write Client and server program in C language using UDP?

Write and run a client and a server program in C-language using UDP


What has the author Norman E Smith written?

Norman E. Smith has written: 'Object-oriented programming using Turbo C++' -- subject(s): C++ (Computer program language), Object-oriented programming (Computer science), Turbo C++ 'Write your own programming language using C++' -- subject(s): C++ (Computer program language), Application software 'Practical guide to intranet client-server applications using the Web' -- subject(s): Intranets (Computer networks), Client/server computing, World Wide Web 'Developer's guide to HP printers' -- subject(s): HP LaserJet printers


How do you use gateway for sending SMS in web application using C sharp DotNet?

You can make an sms gateway using c#.net which uses serial port communication and AT commands


How do you save Urdu into Sql Server 2000 using VBNET?

Hi follow this link for save urdu in database using c sharp source code also attach for download.. <a href="http://codingresolved.com/discussion/218/how-to-save-urdu-in-sql-server-using-c#Item_1">http://codingresolved.com/discu ssion/218/how-to-save-urdu-in-sql-server-using-c#Item_1</a>


What command should you use to query a dns server?

nslookup command is used C:\>nslookup ? Usage: nslookup [-opt ...] # interactive mode using default server nslookup [-opt ...] - server # interactive mode using 'server' nslookup [-opt ...] host # just look up 'host' using default server nslookup [-opt ...] host server # just look up 'host' using 'server'


What are the applications of C programs in this modern age?

Different for every C program. For example, linux is an OS-kernel, whilst Apache is a web-server.


Suppose that a web server runs in host c on port 80 suppose this web server uses persistent connections and is currently receiving requests from two different hosts a and b are all of the requests?

Port 80 is used only for the initial connection. As soon as a host connects, the server hands off the session to a free port and the session is established using that port. This keeps port 80 free for new incoming requests.


What is roundtrip in aspnet?

Roundtrip is the process of doing a postback on a web page and then having the server process the postback, generate a new page, and send the results back to the browser. For example, if you created a simple web page that only had a button on it, clicking on the button would create a roundtrip (the browser sends the form back to the server, including the fact that you clicked the button, the server processes any code you attached to the button click event, creates a new page with the latest state of the page, and sends it back to the browser). That's one round trip.


Is JSP server side language?

Yes... Java server page is server side language . but it can create client side code in format of HTML . When the request send the web server the jsp process the HTML request and HTML response. by Arulmurugan C


Can you make web app in c sharp dot net without using asp dot net?

Yes. But Asp.net is a framework to ease the pain of constructing a web app from the ground up.


How do you make a web browser in c?

With lots of work.


What is the root directory of web server?

A Linux / Unix-based web server will have it's default root set to /var/www, though this can be changed. On Windows, it will vary depending on the software used - for Apache, it is something like C:/Program Files/Apache SoftwareFoundation/Apache2.2/htdocs