Hi All I have my ISPConfig working beautifully on https port 81. However I have 1 site that I work at that has a pretty crappy proxy server and it doesn't seem to like a SSL connection on any other port other than the standard 443. I don't want to listen on 443 as this will interfere with the system apache installation, so is there a way I can configure to listen for http and https connections together (say http on 81 and https on 82)? I see a lot of posts about switching between them but none on using both. I like using https as my password is protected from sniffers - it would just be nice to be able to use http occassionally in circumstances like this. Thanks in advance. Steve
Which ports did you try? E.g. in our company I have to use 8443, cause https via 81 is not possible. What I did was just to set a NAT rule with IPTables so I can access either via 81 or 8443...