Complete the assignments listed below.
Part 1 - PHP and Apache
1. Start Fedora and log into your Fedora virtual machine as root.
2. Change directory to /etc/selinux.
3. Open the config file using the vi editor.
4. Change the SELINUX=enforcing directive to SELINUX=disabled.
5. Navigate to the /var/www/html directory.
6. Create a file called test.php. Enter the following code into this file:
7. Save the file and exit
8. Switch to the Fedora GUI and open the Firefox Web browser.
9. Enter localhost/test.php in the address text box and press Enter.
10. Summarize what you see in the browser window in the space provided below.
11. Switch back to the command line, type the following command, and press Enter:
yum install -y php
The yum installer will install PHP and you will return to the command prompt.
12. Type the following command at the command line:
13. Switch back to the GUI and refresh your browser.
1. A. Describe how IIS 7.0 handles Web Applications.
B. What is the difference between Web Applications and a static web site?
C. What are the main functions of Web Application Pool Administration?