Nalle
07-22-2003, 12:34 PM
Now, I am programming on my MDK-box happily as ever, when I find that I need to run this application in a https area.
Ive got several name-based virtual domains on the site.
I'm running Apache 2.0.47 on a Mandrake 9.1, server configuration - or custom is more correct.
Now the problem is as follows:
I want /var/www/users/mydirectory/ and it's subdirectories to run as https. I need 64-bits encryption (it must accept 64+ all above). No password will be needed - just encryption.
The rest of the site should be normal http
I've read that name based virtual hosts will have to have '*' as port, so ssl is not possible. I've also read that there are ways around that.
I just don't seem to get the grasp on one thing or another here, so now I need help.
I do not want to change the server before I know I'm not trashing anything, since I'm programming right now and do not have time for troubleshooting.
I really hope for something that I can understand fully or a "cake recipy) (a list on how to do it with inclusion of where I'm gonna put the stuff).
Ive got several name-based virtual domains on the site.
I'm running Apache 2.0.47 on a Mandrake 9.1, server configuration - or custom is more correct.
Now the problem is as follows:
I want /var/www/users/mydirectory/ and it's subdirectories to run as https. I need 64-bits encryption (it must accept 64+ all above). No password will be needed - just encryption.
The rest of the site should be normal http
I've read that name based virtual hosts will have to have '*' as port, so ssl is not possible. I've also read that there are ways around that.
I just don't seem to get the grasp on one thing or another here, so now I need help.
I do not want to change the server before I know I'm not trashing anything, since I'm programming right now and do not have time for troubleshooting.
I really hope for something that I can understand fully or a "cake recipy) (a list on how to do it with inclusion of where I'm gonna put the stuff).