I've got
<virtualhost *:80>
Serveradmin postmaster@mydomain
DocumentRoot /var/www/html/mydomain
Servername
www.mydomain.com
ErrorLog logs/mydomain-error_log
Alias /myalias "/var/www/html/myalias"
<directory "/var/www/html/myalias">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</directory>
</virtualhost>
apache owns the directory and all contents just like every other directory on the server.
I can now see the alias but I have another problem.
I'm trying to set this up so I can FTP into an alias or directory and upload files.
How do you get a user set up so that they can ftp in but the world can see the html ?