você precisa verificar as configurações DocumentRoot , no httpd mod alias doc ,
if you are creating an Alias to a directory outside of your DocumentRoot, need to explicitly permit access to the target directory
Alias /image /ftp/pub/image
<Directory /ftp/pub/image>
Order allow,deny
Allow from all
</Directory>