Currently have Apache set to
Listen 127.0.0.1:8080
Listen 192.168.1.14:8080
Is it possible to use a partial IP instead of a full one? I tried setting it to
Listen 192.168.1.:8080
Listen 192.168.1:8080
Listen 192.168.1.*:8080
but with any of those it meant Apache wouldn't start.
I know I could assign my computer a static IP but as my router isn't too good when it comes to static IPs.
Thanks
Listen 127.0.0.1:8080
Listen 192.168.1.14:8080
Is it possible to use a partial IP instead of a full one? I tried setting it to
Listen 192.168.1.:8080
Listen 192.168.1:8080
Listen 192.168.1.*:8080
but with any of those it meant Apache wouldn't start.
I know I could assign my computer a static IP but as my router isn't too good when it comes to static IPs.
Thanks