answersLogoWhite

0

Apache Web Server

Apache HTTP Server is an open-source web server software developed and maintained by Apache Software Foundation. Apache is the most popular, secure, extensible and efficient web server, and HTTP service provider in use since April 1996.

64 Questions

How do I allow the outside world to see my website hosted on my xampp apache server on my computer?

Although there isn't quite enough information in the question to be certain what you're looking for:

The general answer is that you need to configure Port Address Translation on your Router/Firewall.

Your router's WAN IP address is a valid Internet address, however your computer is most likely using a privately scoped IP address (either 192.168.x.x or 10.x.x.x) that is not a valid Internet address.

You need to configure your Router or Firewall in such a way that when it receives traffic on its WAN IP address on port 80, it will forward that traffic to your internal server at the 192.168.x.x or 10.x.x.x. adddress. Most common home routers support this, with a minimum of configuration.

Where can one download apache web server software?

There are many places to download the Apache web server software, and just as many places to teach one how to download and use it. The best thing to do when it comes to installing the software, however, is to find a trusted IT person.

What is a Apache Tomcat server. Explain its features and applications?

APACHE TOMCAT is a WEBSERVER that uses TOMCAT features for serving Java code - Servlets on web to clients.

TOMCAT provides clustering, load balancing and enables applications to be deployed over Web.

Would MySQL commands work in a terminal like application Mac OS X if you didn't have an active web server installed like Apache would you be able to create databases without a web server?

MySQL and Apache are two totally different things, you only see them together a lot because a lot of Web apps use MySQL to store info in the database. So yes, you can use mySQL without Apache.

How do you install PHP as a CGI?

The PHP website has a comprehensive online manual that can explain most aspects of PHP, including its installation. See the related links for a constantly-updated PHP installation guide.

What is a co-located server?

Co-located server means you can put your own server, own hardware at any other Data Center providers. Such Data Centers allows to utilize their bandwidth, electricity, and space for your server in their rack.

You need not pay for server hardware but only for space, bandwidth and electricity etc.

Which operating system is used for Apache web server?

Although Apache was originally developed for Unix and Linux based systems it will also run under Windows.

Difference between apache and http server?

"Apache" is the name of a foundation that write open-source software. Apache HTTPD is a web server written in portable C (when people say "Apache", they usually mean Apache HTTPD.) It mostly serves static content by itself, but there are many add-on modules (some of which come with Apache itself) that let it modify the content and also serve dynamic content written in Perl, PHP, Python, Ruby, or other languages.

Tomcat is primarily a servlet/JSP container. It's written in Java. It can serve static content, too, but its main purpose is to host servlets and JSPs. Although it's possible to get Tomcat to run Perl scripts and the like, you wouldn't use Tomcat unless most of your content was Java. "Apache" is the name of a foundation that write open-source software. Apache HTTPD is a web server written in portable C (when people say "Apache", they usually mean Apache HTTPD.) It mostly serves static content by itself, but there are many add-on modules (some of which come with Apache itself) that let it modify the content and also serve dynamic content written in Perl, PHP, Python, Ruby, or other languages.

Tomcat is primarily a servlet/JSP container. It's written in Java. It can serve static content, too, but its main purpose is to host servlets and JSPs. Although it's possible to get Tomcat to run Perl scripts and the like, you wouldn't use Tomcat unless most of your content was Java.

Why should log files be rotated?

If the files get too big they can become awkward to handle because it takes too much time to load them and process them.If you do not rotate the logs then you have to load every log entry ever made since the installation of Apache just to see one log entry. If you rotate the logs then you only have to load the other entries made the same day as the entry you want to see.

How do you install PHP?

The PHP manual has an elaborate guide on setting up PHP on the major operating systems. It is updated frequently, and is easy to understand for mid- and novice-level programmers. It will usually be bundled in a program for running a webserver such as Apache 2.4.

What is the difference between suzuki fiero and TVs apache RTR?

Suzuki from Japan came to India in 1980's and joined with TVS to sell bikes. All the bikes named as TVS-Suzuki. You can get all suzuki bikes only in TVS showrooms. TVS Suzuki had Max100R, Shogun, Shaolin, Fiero, Samurai etc... In early 2000's Suzuki moved away from TVS and started his own business without any joint ventures in later 2008. Suzuki allowed TVS to make all products with name TVS except few like Samurai. From then onwards the bikes came as TVS fiero, TVS max 100R, those bikes are purely from TVS. So fiero is the Suzuki product sold by TVS in both the names Suzuki Fiero and TVS Fiero. Apache RTR is the pure TVS bike launched couple of years back after Suzuki moved away. TVS bikes are Victor, Star, Apache etc... Hope this clarified the difference - VP

Who owns the apache http?

The apache code is owned by the ASF. It is property of the foundation. The members keep and run the code. They get a piece of the membership of the code.

What are the features of apache web server?

Apachebooster has released a new version with new features:

  • Fixed domain dedicated IP issue.
  • Changed nginx embedded vhost template to perl template toolkit.
  • Updated /scripts/generate_varnish_conf script to fix the varnish IP address conflict.
  • Added option to disable/enable apachebooster temporarily.
  • Ability to customize nginx vhost config template.

What are the advantages of apache tomcat?

Tomcat is a an application, a product of Apache Software foundation, that enables you to make you standalone PC work as a Server.This can help in a lot of tasks such as programming using Java Server Pages (JSP).By installing this software you can use your PC as a server and do any related task that a server does.To avail this benefit you need to download and install Tomcat (6.0 is the latest version) and configure it thereafter.