[prymar56@dynavirt repo.dynavirt.com]$ diff -Nub ~/httpd.conf.bak /etc/httpd/conf/httpd.conf --- /home/prymar56/httpd.conf.bak 2023-02-20 13:28:50.433651708 -0800 +++ /etc/httpd/conf/httpd.conf 2023-02-21 11:27:56.394279732 -0800 @@ -454,6 +454,8 @@ CustomLog /var/log/virtualmin/repo.dynavirt.com_access_log combined ScriptAlias /cgi-bin/ /home/dynavirt/domains/repo.dynavirt.com/cgi-bin/ ScriptAlias /awstats/ /home/dynavirt/domains/repo.dynavirt.com/cgi-bin/ + Alias /stream9 /home/dynavirt/domains/repo.dynavirt.com/stream9 + Alias /copr9 /home/dynavirt/domains/repo.dynavirt.com/copr9 DirectoryIndex index.php index.php4 index.php5 index.htm index.html Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch @@ -467,6 +469,16 @@ SetHandler proxy:unix:/var/fcgiwrap/1676757565135582.sock/socket|fcgi://localhost ProxyFCGISetEnvIf true SCRIPT_FILENAME "/home/dynavirt/domains/repo.dynavirt.com%{reqenv:SCRIPT_NAME}" + + Options All Indexes FollowSymLinks MultiViews + IndexOptions +FancyIndexing +HTMLTable +XHTML +IconsAreLinks +FoldersFirst -VersionSort +IgnoreCase +NameWidth=* + Require all granted + + + Options All Indexes FollowSymLinks MultiViews + IndexOptions +FancyIndexing +HTMLTable +XHTML +IconsAreLinks +FoldersFirst -VersionSort +IgnoreCase +NameWidth=* + Require all granted + Protocols h2 h2c http/1.1 ProxyPass /.well-known ! RemoveHandler .php @@ -493,6 +505,8 @@ CustomLog /var/log/virtualmin/repo.dynavirt.com_access_log combined ScriptAlias /cgi-bin/ /home/dynavirt/domains/repo.dynavirt.com/cgi-bin/ ScriptAlias /awstats/ /home/dynavirt/domains/repo.dynavirt.com/cgi-bin/ + Alias /stream9 /home/dynavirt/domains/repo.dynavirt.com/stream9 + Alias /copr9 /home/dynavirt/domains/repo.dynavirt.com/copr9 DirectoryIndex index.php index.php4 index.php5 index.htm index.html Options +Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch @@ -506,6 +520,16 @@ SetHandler proxy:unix:/var/fcgiwrap/1676757565135582.sock/socket|fcgi://localhost ProxyFCGISetEnvIf true SCRIPT_FILENAME "/home/dynavirt/domains/repo.dynavirt.com%{reqenv:SCRIPT_NAME}" + + Options All Indexes FollowSymLinks MultiViews + IndexOptions +FancyIndexing +HTMLTable +XHTML +IconsAreLinks +FoldersFirst -VersionSort +IgnoreCase +NameWidth=* + Require all granted + + + Options All Indexes FollowSymLinks MultiViews + IndexOptions +FancyIndexing +HTMLTable +XHTML +IconsAreLinks +FoldersFirst -VersionSort +IgnoreCase +NameWidth=* + Require all granted + Protocols h2 h2c http/1.1 ProxyPass /.well-known ! RemoveHandler .php [prymar56@dynavirt repo.dynavirt.com]$ diff -Nub ~/httpd.conf.bak /etc/httpd/conf/httpd.conf > ~/subdomain-hack.diff