canmove, Confirmed users
6,441
edits
| Line 41: | Line 41: | ||
== Configure Apache == | == Configure Apache == | ||
Open /etc/apache2/sites-available/default and change the DocumentRoot and second <Directory> tag to '/home/mozqa/talos'. | Open /etc/apache2/sites-available/default and change the DocumentRoot and second <Directory> tag to '/home/mozqa/talos'. | ||
Open up /etc/apache2/conf.d/charset and comment out the AddCharset line as so: | |||
#AddDefaultCharset UTF-8 | |||
Restart Apache | Restart Apache | ||
/etc/init.d/apache2 restart | /etc/init.d/apache2 restart | ||
Test the installation by browsing to 'http://localhost/page_load_test/framecycler.html'. The browser should cycle through many pages rapidly. | Test the installation by browsing to 'http://localhost/page_load_test/framecycler.html'. The browser should cycle through many pages rapidly. | ||