|
|
|
|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
Problems starting Apache 2.0.54
Hi,
I just installed Apache 2.0.54 and when I try and start httpd I get mohit@mohit-desktop:/sw/pkg/apache/bin$ ./httpd -k start httpd: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName (13): make_sock: could not bind to address [::]:80 no listening sockets available, shutting down Unable to open logs So I then went to httpd conf and set: ServerName "my machine's IP address" I then tried to restart httpd and got" (13): make_sock: could not bind to address [::]:80 no listening sockets available, shutting down Unable to open logs I checked my process list but I do not see anything taking port 80 but I am new to linux/unix. Could someone tell me how I can go about troubleshooting this problem.....? |
| Sponsored Links |
|
|
|
|||
|
You should start httpd as root if you want to bind to port 80. For Unix, if you would like to listen on port numbers < 1024, the process needs to be started by root.
|
| Sponsored Links |
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error about SSLProtocol when starting Apache | moe2266 | UNIX for Dummies Questions & Answers | 3 | 11-03-2007 03:25 AM |
| Problems starting apache 1.3 with mysql | godspunk32 | Solaris | 1 | 08-25-2006 10:56 AM |
| starting with APR (Apache Portable Runtime) | sumsin | Programming | 0 | 01-12-2006 08:29 AM |
| Starting Apache | cstovall | UNIX for Dummies Questions & Answers | 4 | 12-04-2002 10:18 AM |
| starting Apache on Solaris 8 | jskillet | UNIX for Dummies Questions & Answers | 5 | 07-20-2001 11:06 AM |