--- mythweb.conf.orig	2014-05-06 03:08:30.000000000 -0400
+++ mythweb.conf	2014-06-03 11:11:36.000000000 -0400
@@ -3,6 +3,8 @@
 # requirements and troubleshooting, along with the comments in this file.
 #
 
+Alias /MythWeb @PREFIX@/www/apache2/html/MythWeb
+
 ############################################################################
 # If you intend to use authentication for MythWeb (see below), you will
 # probably also want to uncomment the following rules, which disable
@@ -26,13 +28,13 @@
 #    /var/www/html/mythweb
 #    /srv/www/htdocs/mythweb
 #
-    <Directory "/var/www/html/data">
+    <Directory @PREFIX@/www/apache2/html/MythWeb/data>
         # For Apache 2.2
         #Options -All +FollowSymLinks +IncludesNoExec
         # For Apache 2.4+
         Options +FollowSymLinks +IncludesNoExec
     </Directory>
-    <Directory "/var/www/html" >
+    <Directory @PREFIX@/www/apache2/html/MythWeb>
 
     ############################################################################
     # I *strongly* urge you to turn on authentication for MythWeb.  It is disabled
@@ -81,7 +83,7 @@
         # (eg. for security reasons), set this variable to the directory that
         # contains the directories like languages and templates.  eg.
         #
-        #   setenv include_path      "/usr/share/mythweb"
+           setenv include_path      "@PREFIX@/www/apache2/html/MythWeb"
 
         # If you want MythWeb to email php/database errors (and a backtrace) to you,
         # uncomment and set the email address below.
@@ -149,7 +151,7 @@
     # If MythWeb is installed outside of the document root (eg. using Alias) then
     # you will need to set this directive to the base URL that MythWeb is visible
     # from externally.  If you do not, the web server will return 'not found'.
-    #    RewriteBase    /mythweb
+        RewriteBase    /MythWeb
 
     # Skip out early if we've already been through rewrites,
     # or if this is a /css/, /js/ or /cache/ directory request.
@@ -197,20 +199,20 @@
     # to enable mod_deflate by default, but I strongly recommend that you
     # enable this section.
     #
-    #    BrowserMatch ^Mozilla/4 gzip-only-text/html
-    #    BrowserMatch ^Mozilla/4\.0[678] no-gzip
-    #    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
-    #
-    #    AddOutputFilterByType DEFLATE text/html
-    #    AddOutputFilterByType DEFLATE text/css
-    #    AddOutputFilterByType DEFLATE application/x-javascript
+        BrowserMatch ^Mozilla/4 gzip-only-text/html
+        BrowserMatch ^Mozilla/4\.0[678] no-gzip
+        BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
+
+        AddOutputFilterByType DEFLATE text/html
+        AddOutputFilterByType DEFLATE text/css
+        AddOutputFilterByType DEFLATE application/x-javascript
 
     # This is helpful for mod_deflate -- it prevents proxies from changing
     # the user agent to/from this server, which can prevent compression from
     # being enabled.  It is disabled here because many distros seem not to
     # enable mod_headers by default, but I recommend that you enable it.
     #
-    #    Header append Vary User-Agent env=!dont-vary
+    Header append Vary User-Agent env=!dont-vary
 
     # Set up the perl handler so we can stream properly.  Do not use mod_perl
     # because it has a tendency to hold onto child processes, which causes