ServerPath /signup/
resolveu isso.
<VirtualHost *:443>
Servername www.${APACHE_HOSTNAME}
ServerAlias ${APACHE_HOSTNAME}
ServerPath /signup/
<If "req('Host') == '${APACHE_HOSTNAME}'">
Redirect permanent / https://www.${APACHE_HOSTNAME}/
</If>
</VirtualHost>