hak4 / subterfuge

Automatically exported from code.google.com/p/subterfuge
GNU General Public License v3.0
0 stars 0 forks source link

Server says it works, but index.html is showing in local host #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install subterfuge
2. run command subterfuge
3. access localhost

What is the expected output? What do you see instead?
Expected output is the subterfuge interface, what i see is just the index.html 
file.

What version of the product are you using? On what operating system?
5.0 beta on Backtrack 5 r3

Please provide any additional information below.
I have tried stopping apache2 and also chaging the index.html to a different 
name, however it still shows the message, "It works! blah blah blah" . Also 
when i put the command subterfuge it says it is working on 127.0.0.1:80. 

Original issue reported on code.google.com by josealme...@gmail.com on 18 Nov 2013 at 12:17

GoogleCodeExporter commented 8 years ago
If you run subterfuge using the default options, it will attempt to run on port 
80. If this is what you are doing, apache2 cannot be running as it defaults to 
port 80 as well. The message "It works!..." is apache2's default page and means 
that either apache2 is still running or it is now cached in your browser. You 
can clear the cache in your browser to see if that is the problem. Otherwise, 
try running Subterfuge on a different port using the proper command line 
arguments when launching it. 

Original comment by topher.s...@gmail.com on 18 Nov 2013 at 2:52