Realy Good TUT will help all the noobs out 9/10!
This is a discussion on [Tut] How to fix appache wont run problem. [Tut] within the Habbo Tutorials forums, part of the Habbo Hotel category; So first of all i want to say this is my very first tutorial , so please dont be to ...

So first of all i want to say this is my very first tutorial , so please dont be to hard on me.
Allright lets start.
First of all we want to go to the xampp home folder , May be C:\xampp or (Whateverdisk)\xampp\program files( most of time for vista users )
Click on the appache folder to open the folder ( O rly? )
find http.CONF and open it , then scroll a lil bit down till you find this :
now we want to change the port xampp listen on, so change the 80 to 85Code:# # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the <VirtualHost> # directive. # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses. # #Listen 0.0.0.0:80 #Listen [::]:80 Listen 80
Like this :
then save ( make sure xampp control is not running ! )Code:# # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the <VirtualHost> # directive. # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses. # #Listen 0.0.0.0:85 #Listen [::]:85 Listen 85
then re-open xampp and click refresh.
It should run fine now,
( Yes it will show : Listen port 80 in control panel off xampp but dont mind that. )
now you can acces you're site again !
! Some xampp versions are not realy made for this !
, if you still get an error add :85 after it : Like this 127.0.0.1:85
or :
Localhost:85
Last edited by siem212212; 22-05-11 at 12:58 PM.
Realy Good TUT will help all the noobs out 9/10!