# Apache config - /etc/apache2/sites-available/uwcs # # UWCS on Catalyst on Apache2 with mod_perl # See `perldoc Catalyst::Engine::Apache2::MP20` for help. # Include the right libraries PerlSwitches -I/var/www/UWCS/lib # Preload the entire application PerlModule UWCS # Adjust the server name appropriately ServerName deneb DocumentRoot /var/www/UWCS/root SetHandler modperl PerlResponseHandler UWCS