StudentShare
Contact Us
Sign In / Sign Up for FREE
Search
Go to advanced search...
Free

Apache Web Server Performance - Article Example

Cite this document
Summary
The author of the paper "Apache Web Server Performance" tells that Apache should be installed with shortcuts to start it as a service for all users. Under Windows XP, when finish installing Apache, the installer will automatically start up the Apache service.
 …
Download full paper File format: .doc, available for editing
GRAB THE BEST PAPER94.9% of users find it useful

Extract of sample "Apache Web Server Performance"

  1. To stop the Apache service and only start it manually when you need to use it for testing, go to Control Panel -> Administrative Tools -> Services, look for the Apache service, and double-click it. From here you can stop the service and change the startup type to "Manual". The Apache service will then terminate and only start when you return to this control panel applet to manually start it. This is useful if, like me, you're only using the server to test your scripts, and don't want the server running all the time. Note that you will have to restart the service every time you make a configuration change.
  2. If your version of Apache does not create a shortcut in the Programs menu that allows you to start the Apache server. Simply navigate to "c:\Program Files\Apache Group\Apache\" and double-click on Apache.exe to start the server. To terminate the server, select "Close" from the window's system menu.
  3. If you change your mind about the server name you chose when you installed Apache, you can always change it with your favorite text editor (such as Notepad from your Start menu | Programs | Accessories | Notepad) by searching for and replacing the following line in the "C:\Program Files\Apache Group\Apache\conf\httpd.conf" file.

ServerName localhost

  1. If you want your server to handle Server Side Includes (SSI), use a text editor (like Notepad) to open "C:\Program Files\Apache Group\Apache\conf\httpd.conf". Search for "server-parsed HTML files" in the file, and add the following lines (or uncomment the example lines in the configuration file by removing the prefixed hash marks, "#").

AddType text/html .shtml
AddHandler server-parsed .shtml


If you want "index. shtml" to be your default start page for your directories, ie, if you want Apache to load "index. shtml" when you type "localhost" or "localhost/directory/", you will need to search for a line in your "httpd. conf" that begins with "DirectoryIndex" and modify it as follows:

DirectoryIndex index.shtml index.html


Apache will now look for an index.shtml first when it is given a directory without a file name, and only try index.html if index. shtml is missing.

  1. Close the Apache window and restart it. You have to do this every time you make a configuration change so that Apache will reload the modified configuration file.
  2. If you're using Internet Explorer, Firefox, or Opera, you can test that you've properly installed and configured Apache by typing "localhost" or its IP address "127.0.0.1" into the location bar of the browser. You should see the default page installed by the Apache installer on your hard disk. It is located in "C:\Program Files\Apache Group\Apache\htdocs\". I have not been able to get earlier versions of IE and Netscape 4.73 to connect without the Dial-Up Networking dialog box popping up and insisting that I connect to my ISP (defeating the entire purpose of this exercise for me).
  3. If you can't get your browser to connect to your local web server, you can still test it by manually mimicking a browser. Go to the Start menu and select "Run". A dialog box will appear. Type "telnet localhost 80" (without the quotes) into the dialog box and click OK. The Windows telnet program will start up. Go to the Terminal | Preferences dialog box and make sure that the "Local echo" check box is selected (unless you are one of those who like to type blind). Type "get / HTTP/1.0" (without the quotes) into the telnet window followed by hitting the Enter key twice. You will get a whole lot of text scrolling swiftly by. This is the default page installed by the Apache installer on your hard disk. If you can get this it means that you've successfully installed Apache.
Read More
Cite this document
  • APA
  • MLA
  • CHICAGO
(Apache Web Server Performance Example | Topics and Well Written Essays - 708 words, n.d.)
Apache Web Server Performance Example | Topics and Well Written Essays - 708 words. https://studentshare.org/logic-programming/2043789-apache-web-server-performance
(Apache Web Server Performance Example | Topics and Well Written Essays - 708 Words)
Apache Web Server Performance Example | Topics and Well Written Essays - 708 Words. https://studentshare.org/logic-programming/2043789-apache-web-server-performance.
“Apache Web Server Performance Example | Topics and Well Written Essays - 708 Words”. https://studentshare.org/logic-programming/2043789-apache-web-server-performance.
  • Cited: 0 times

CHECK THESE SAMPLES OF Apache Web Server Performance

Corporate Finance: Clean Energy Fuels Corp. and Apache Corporation

Today, LPG is widely used in US for transportation proposes due to its easier availability and highly effective performance.... Similarly, apache Corporation is a multinational gas and oil corporation headquartered at Texas in the United States.... The apache was founded in 1954 and the organization expanded its business horizons mainly through acquisitions....
8 Pages (2000 words) Research Paper

Data Communication & Networking: Hotwire Pty Ltd

The Web Development Company (WDC) will require server systems with the capacity for data storage and high-speed processor for the purpose of high performance.... hellip; In case the offices are located far away from the server, it may be necessary to change to a wireless connection.... The budget is as shown below: ITEM NUMBER PRICE FOR ONE ITEM TOTAL COST     US $ US $ Workstation 200 1500 300,000 Windows server 7 1800 12,600 Unix server 7 42000 294,000 Color Printer 100 300 30,000 Color Printers (High Volume) 7 500 3,500 Switch 7 300 2,100 Router 5 350 1,750 Windows XP SP 3 200 100 20,000 Linux Red Hat Release 3 7 18000 126,000 Windows server 2012 8 500 4,000 Patch channel 5 300 1,500 NOD 32 Internet Security Antivirus 10 200 2,000 Firewall system 1 200 200 Installation Costs 1 150000 150,000 Total     947,650 The budget is within the provision of US $ 1,000,000, which the Web Development Company has set aside for the project....
10 Pages (2500 words) Case Study

Network Infrastructure Planning, Terminal Services

Terminal Services Name Institution TERMINAL SERVICES Remote desktop applications previously called terminal services is a component of windows that allows user to access data and applications on a remote computer over a network while using the remote desktop server (RDP).... hellip; Terminal services are a way Microsoft implements thin client terminal server computing where windows applications are made accessible to a remote client machine.... All input from client machine is purposely redirected to the application server where all the processing happens....
6 Pages (1500 words) Research Paper

The Plan of Implementing a B2B E-Commerce System

The application server that sits at the middle tier takes requests from the web server, looks up into the DBMS and then processes the information to be fed back to the web server which is visible to the user through a session with the server.... In terms of functionality and performance, all servers are similar - it is the software level configurations and hardware specifications that matter.... Tomcat, Weblogic, and WebSphere are application servers whereas Internet Information server (IIS) and Apache are web servers....
9 Pages (2250 words) Term Paper

WEd Design and Network

Create a vm and set up a web server at Amazon AWS cloud.... Create a vm and set up a web server at Amazon AWS cloud.... hare the httpd web server on a linux machine as virtual web site using directory.... ?? web server Configuration and Benchmarking a.... web server Configuration1.... If we configure a web server with "Allow 128.... 92/26" in block directive , describe how and where can we view the server status of this web server....
1 Pages (250 words) Assignment

How to run a Web Server at Home

This “How to” will take you step by step to install and setup a web server from home along with your main operating system by using a VM workstation.... Otherwise, go a ahead and select “Basic web server.... How to run a web server at Home For me I will select “Server with GUI” Because it has a graphical user interface.... Otherwise, go a ahead and select “Basic web server.... We will install the server using Centos OS 7, which is one of the newest Linux distributions from Centos....
8 Pages (2000 words) Assignment

Strategy of B2B E-Commerce System

The three-tier architecture is preferred for high volume transactions – otherwise, a two-tier architecture comprising of a web server and the database server is sufficient to run E-Commerce applications.... The application server that sits at the middle tier takes requests from the web server, looks up into the DBMS and then processes the information to be fed back to the webserver which is visible to the user through a session with the server.... In terms of functionality and performance, all servers are similar – it is the software level configurations and hardware specifications that matter....
9 Pages (2250 words) Case Study

Apache and Hadoop as a New Type of Database

the essay "apache and Hadoop as a New Type of Database" outlines that apache and Hadoop are the open-source servers that have allowed organizations to seamlessly integrate their big data infrastructure with their business intelligence both coming as a package and utilized for a parallel file system.... nbsp;… However, a new type of database known as apache and Hadoop have been developed to challenge these databases (“Business Intelligence-BI”)....
5 Pages (1250 words) Essay
sponsored ads
We use cookies to create the best experience for you. Keep on browsing if you are OK with that, or find out how to manage cookies.
Contact Us