Fighting w/ Apache.
Moderator: General Moderators
-
fluffy-sama
- Forum Newbie
- Posts: 13
- Joined: Wed Sep 14, 2005 3:16 pm
- Location: Houston, TX
- Contact:
Fighting w/ Apache.
i have this lovely error message that shows up whenever I try to start my server...
(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down.
Unable to open logs.
...any clues? I looked up a tutorial on installing apache but apparently it didn't help much...
(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down.
Unable to open logs.
...any clues? I looked up a tutorial on installing apache but apparently it didn't help much...
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
-
fluffy-sama
- Forum Newbie
- Posts: 13
- Joined: Wed Sep 14, 2005 3:16 pm
- Location: Houston, TX
- Contact:
No I don't have Skype installed (don't even know what it is).. and I am doing this on windows.
I've tried looking at tutorials online about how to configure apache and install PHP and such but most of it seems to be way over my head and I'd have to look up directions about how to follow the directions X_X;
I've tried looking at tutorials online about how to configure apache and install PHP and such but most of it seems to be way over my head and I'd have to look up directions about how to follow the directions X_X;
- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact:
-
fluffy-sama
- Forum Newbie
- Posts: 13
- Joined: Wed Sep 14, 2005 3:16 pm
- Location: Houston, TX
- Contact:
IIS? I don't think so... I tried to enable it but I can't find my windows disc, and so I couldn't... = /
But anyway i've got the thing working now. I don't know what the problem was.. Eitherway.. got it.
Now i have a different problem... let's say I got to http://localhost ... the browser displays index.html or index.htm... how do I get it to display index.php ? Right now it just shows the directory and what's in it..
I THINK i know how but I want to make sure before I go messing with the configuration file...
But anyway i've got the thing working now. I don't know what the problem was.. Eitherway.. got it.
Now i have a different problem... let's say I got to http://localhost ... the browser displays index.html or index.htm... how do I get it to display index.php ? Right now it just shows the directory and what's in it..
I THINK i know how but I want to make sure before I go messing with the configuration file...
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
There's a line in the config file for it.
Just in order of significance (most significant first), space seperated filenames that will be loaded by default.
Code: Select all
DirectoryIndex index.php index.php3 index.html index.htm default.php default.htm-
fluffy-sama
- Forum Newbie
- Posts: 13
- Joined: Wed Sep 14, 2005 3:16 pm
- Location: Houston, TX
- Contact: