Results 1 to 3 of 3
hello all,
i have configured imap and want to use squirell mail with it.
the httpd server is not running and when asked to start it just exits after starting
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-18-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 9
Squirell mail configuration..
hello all,
i have configured imap and want to use squirell mail with it.
the httpd server is not running and when asked to start it just exits after starting
giving the following error..
--Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs--
can anyone help me with this..
also please tell me what necessary things i should do to configure squirell mail..
regards
Bharath.
- 11-19-2005 #2
Re: Squirell mail configuration..
That means another application is already using port 80. Maybe you have apache as well as apache2 running?
Originally Posted by bharath144
Does:
show you anything?Code:apachectl stat
Registered Linux user #389109
My Semi-Linux Blog
- 11-21-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 9
it shows nothing important though, the output i get is this..
--
Usage: /usr/sbin/httpd [-D name] [-d directory] [-f file]
[-C "directive"] [-c "directive"]
[-k start|restart|graceful|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-S]
Options:
-D name : define a name for use in <IfDefine name> directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C "directive" : process directive before reading config files
-c "directive" : process directive after reading config files
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)
-S : a synonym for -t -D DUMP_VHOSTS
-t : run syntax check for config files
--
well i tried running these commands, which one of my friend told me to do, which will tell if any other process is trying to listen to port 80, but no fruits there either,
netstat -ap | grep 80
i got the output
--
unix 2 [ ACC ] STREAM LISTENING 12591 3482/gnome-vfs-daem /tmp/orbit-root/linc-d9a-0-5a5e780635ae4
unix 2 [ ACC ] STREAM LISTENING 13054 3533/firefox-bin /tmp/orbit-root/linc-dcd-0-6fe1b3dc80c85
unix 3 [ ] STREAM CONNECTED 22800 3634/artsd /tmp/mcop-root/snil_hp_sjce_in-0e32-4381900e
unix 3 [ ] STREAM CONNECTED 13057 3533/firefox-bin /tmp/orbit-root/linc-dcd-0-6fe1b3dc80c85
unix 3 [ ] STREAM CONNECTED 12880 3416/gconfd-2
unix 3 [ ] STREAM CONNECTED 12608 3482/gnome-vfs-daem /tmp/orbit-root/linc-d9a-0-5a5e780635ae4
unix 3 [ ] STREAM CONNECTED 12598 3482/gnome-vfs-daem /tmp/orbit-root/linc-d9a-0-5a5e780635ae4
unix 3 [ ] STREAM CONNECTED 12594 3482/gnome-vfs-daem /tmp/orbit-root/linc-d9a-0-5a5e780635ae4
unix 3 [ ] STREAM CONNECTED 12580 3421/bonobo-activat
unix 3 [ ] STREAM CONNECTED 12480 3469/gnome-volume-m
unix 3 [ ] STREAM CONNECTED 11680 3137/gdm-binary
--
can u think about something or the reason why i am getting the error??
regards
Bharath


Reply With Quote
