PDA

Bekijk de volledige versie : access both http and https



rapash
09-02-2009, 11:27
Hello. I have lighttpd and openssl installed correctly and I am making a website and am not able to access both http and https. Do I have to run two instances of lighttpd? How can I do that? Is there any way to redirect from http to https?
Thanks

rapash
09-02-2009, 11:58
I got it. You can run other instance of the web server:

lighttpd -f /opt/etc/lighttpd/(other config file)

darius
09-02-2009, 21:00
I got it. You can run other instance of the web server:

lighttpd -f /opt/etc/lighttpd/(other config file)

Thanks my friend.
I have asked the same question some time ago, how to configure 2 web servers running under different ports.

Darius