custom/virtual_host2_secure.conf does not parsed with "Domain Setup"

thunn

Verified User
Joined
Mar 13, 2012
Messages
166
Hello,
I've just recognized that the /usr/local/directadmin/data/templates/custom/virtual_host2_secure.conf has not been parsed when add more domain to a host account.
So there is no https (port 443) generated in /usr/local/directadmin/data/users/mytestuser/httpd.conf, only contains http (port 80).

Can anyone check if faced the same issue as me?

Thanks.
 
Checked and confirmed.
We might even have a bigger problem, also from the normal virtual_host2.conf template (no custom) lines like this are not parsed:
Code:
|?ALLOW_OVERRIDE=AllowOverride AuthConfig FileInfo Indexes Limit Options=Indexes,Includes,IncludesNOEXEC,MultiViews,SymLinksIfOwnerMatch,FollowSymLinks,None|

I'll send a mail to support, ask them if this is how it should be. As far as I remember these lines should be in the users's httpd.conf too.
 
@thunn: Have you confirm that the domains actually have SSL enabled?
User Level -> Domain Setup -> domain.com -> SSL

@Richard G: The ALLOW_OVERRIDE token is only use if CGI is not enabled for the domain, so as to prevent adding "Options ExecCGI" to an htaccess (as ExecCGI is not in the above list, as intended).
User Level -> Domain Setup -> domain.com -> CGI

Related: http://www.directadmin.com/features.php?id=1403


For both, let me know if there are still issues, and we can dig deeper.

John
 
@John: Thank you.
It worked with me now, the configuration does not contain https access because SSL is not enabled in domain setup as you said.
 
Back
Top