# Example apache configuration, for staging.timemachine-api.cmucreatelab.org, which runs on Ubuntu 12.04LTS # # To install, # # 1. Copy file and customize paths # # 2. Symlink into /etc/apache2/sites-enabled # # 3. Restart apache: # # sudo apachectl graceful # ServerName staging.timemachine-api.cmucreatelab.org DocumentRoot /usr4/web/staging.timemachine-api.cmucreatelab.org/www Order allow,deny Allow from all ScriptAlias /thumbnail "/usr4/web/staging.timemachine-api.cmucreatelab.org/tmca/thumbnail-server/thumbnail-server.rb" # Other directives here