Closed GoogleCodeExporter closed 8 years ago
It looks like you have the Apache webserver service running, and it is
conflicting with Subterfuge. Typically when this occurs an error with be
thrown, but there may be something else going on on your system. To fix this
issue you can do either of two things:
To stop Apache and restart Subterfuge run the following commands:
service apache2 stop
subterfuge
(Now browse to localhost or 127.0.0.1)
To start Subterfuge on an alternate port run the following commands:
subterfuge -s {Put your IP Address here}:{put the port you want here} -- Don't
forget the : between your IP and port (us ifconfig to find your IP Address)
Then type your IP address and port into your browser URL bar like so:
192.168.1.10:8080
Original comment by Mtoussain@gmail.com
on 14 Mar 2013 at 10:34
Stopping apache2 does allow subterfuge to run but changing the ports doesn't.
It will result in the same error as the picture (stf.png) shows.
Original comment by sonja.sa...@gmail.com
on 15 Mar 2013 at 2:08
Original comment by topher.s...@gmail.com
on 21 Mar 2013 at 1:01
Original issue reported on code.google.com by
sonja.sa...@gmail.com
on 9 Mar 2013 at 6:06Attachments: