abc.mydom.ru/master или abc.mydom.ru/master/ скачивает исходник index.php скрипта
Стоит добавить после /master/ что угодно, или напрямую index.php - все работает как надо. /Login и /Setup тоже работают правильно....
в /home/mydom/users/abc симлинки на все каталоги-файлы из /home/mydom/html Владелец во всем /home/mydom один
Конфиг апача
<VirtualHost 127.0.0.1:8080>
SuexecUserGroup "#1105" "#1053"
ServerName abc.mydom.ru
DocumentRoot /home/mydom/users/abc
ScriptAlias /cgi-bin/ /home/mydom/cgi-bin/
DirectoryIndex index.html index.php
<Directory /home/mydom/users/abc>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI
allow from all
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
Require all granted
AddType application/x-httpd-php .php
AddHandler fcgid-script .php
AddHandler fcgid-script .php7.3
FCGIWrapper /home/mydom/fcgi-bin/php7.3.fcgi .php
FCGIWrapper /home/mydom/fcgi-bin/php7.3.fcgi .php7.3
</Directory>
<Directory /home/mydom/cgi-bin>
allow from all
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
Require all granted
</Directory>
RemoveHandler .php
RemoveHandler .php7.3
FcgidMaxRequestLen 1073741824
</VirtualHost>
.htaccess из каталога master
RewriteEngine on
RewriteRule ^Login$ /master/index.php?view=login
RewriteRule ^Setup$ /master/index.php?view=setup
ErrorDocument 404 /master/index.php