INCLUDE_DATA

Tag Archives: Ubuntu

Enable mod_userdir for Apache2 on Ubuntu 8.10

To enable mod_userdir, so your server’s Apache httpd server will respond to requests like “http://www.yourserver.com/~someuser”, use the a2enmod command, then restart Apache to pickup the change:
sudo a2enmod userdir
sudo /etc/init.d/apache2 restart

Installing SAS 9.1.3 on Ubuntu Linux 8.10

It works. Just follow the instructions.