Bekijk de volledige versie : access both http and https
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
I got it. You can run other instance of the web server:
lighttpd -f /opt/etc/lighttpd/(other config file)
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