Simple question, can I have in the same machine 2 web applications, running in different subdomains with the same ssl certificate?
ex:
m.example.com
z.example.com
Same Machine, same IP!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use either:
*.mydomain.yy), although their usage is discouraged,m.domain.yyandz.domain.yy).For reference, this is documented in RFC 2818 (section 3.1) and RFC 6125.
How the web server is then configured to dispatch the request to the appropriate web application depends on which web server you are using (as @Brian said in a comment to your question).