answersLogoWhite

0

How do you execute an Apache program?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you execute an Apache program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command is used to execute an Apache program?

apachectl start


How do you execute an Apache program in Linux?

Enter this command as root: "apachectl start"


Does you need any software to execute php files?

To execute PHP files, you will need a webserver (Apache) and a compiler (PHP4 or PHP5) . You may refer to Apache official website on how to install Apache on a Windows-based machine


Who execute a program?

Anobody who uses it is said to "execute" or "run" the program.Anobody who uses it is said to "execute" or "run" the program.Anobody who uses it is said to "execute" or "run" the program.Anobody who uses it is said to "execute" or "run" the program.


What is runtime in c?

when we execute the program.


Does SGID allow users to execute a binary compiled program?

Not, the execute bit does that.00100 - execute for user00010 - execute for group00001 - execute for others04000 - set-uid02000 - set-gid


What action is taken by CPU after reset to execute first instruction of program?

The fetch-execute cycle.


Where can Apache Tomcat be downloaded from?

Apache Tomcat can be downloaded directly from the Apache website. There are various versions of the program which one can download. Softpedia offers it for download as well.


What can one do with the software Apache Mesos?

Apache Mesos is a gate way program to the Apache Software Foundation, any who wish to join the Apache Software Foundation need to go through Apache Mesos software to gain access.


How is C program portable?

Your program is portable if you can compile and execute it on different platforms.


Why your program compiles successfully in devcpp but does not execute?

Maybe it does execute, but in a temporary MS-DOS window, which is closed when program's terminated. Run your program from a separate MS-DOS window (Start/Run: CMD.EXE)


How a c program execute?

Compile and link it into an executable.