lamp-install-script
lamp-install-script copied to clipboard
Virtualhosts with https enabled
We should create all virtualhost as http and https. This way every developer can use ssl if he or she needs to.
Enabling SSL support will be a little more tricky as each vhost should have it's own certificate signed by CA certificate (could be self-signed). I'll have look at the possibility of automatic certificate generation. This might be easier, if project creation tool was already in place.
certificate can be generater automaticaly when new project is created it's not that hard either.
Are we going to separate log files for https? I would put them in different log files, that should help users to find logs they need.