При попытке загрузить http://localhost/cgi-bin/new-client получаю 403-ю и в логе:
Symbolic link not allowed or link target not accessible: /var/www/localhost/cgi-bin/new-client
<VirtualHost *>
ServerName ejudge
ServerAdmin bla@bla.ru
DocumentRoot /var/www/localhost/
ScriptAlias /cgi-bin/ /home/ejudge/ejudge/libexec/ejudge/cgi-bin/
<Directory /home/ejudge/ejudge/libexec/ejudge/cgi-bin>
Options +ExecCGI
AllowOverride Options
Options FollowSymLinks
</Directory>
<Location "/cgi-bin/">
SetHandler None
</Location>
</VirtualHost>