ubuntu server: setup website

by prettyscripts on 2008-03-22 16:14:38 • Leave a comment »

unix

copy files to destined directory. go to /etc/apache2/sites-availabe, edit the ’site’ file. the default is ‘default‘. if creating a new site file, after creating and editing the file, run sudo a2ensite file. to disable the site, run sudo a2dissite fil… more »

Tags: apache, setup, unix