This is a discussion on problem with apache within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi I have installed apache with mysql and php and I have the follow problem: [Fri Jul 11 10:21:...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
I have installed apache with mysql and php and I have the follow problem: [Fri Jul 11 10:21:31 2003] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [Fri Jul 11 10:21:31 2003] [crit] (98)Address already in use: make_sock: could not bind to port 80 How can I resolve it? Thanks |
|
|||
|
stop your apache daemon , and edit your httpd.conf , there should be a line
like this ServerName change it ServerName servername.domain.com /pej "bull" <bull@libero.it> skrev i en meddelelse news:pan.2003.07.11.09.19.01.959058@libero.it... > Hi > I have installed apache with mysql and php and I have the > follow problem: > [Fri Jul 11 10:21:31 2003] [alert] httpd: Could not determine > the server's fully qualified domain name, using 127.0.0.1 for > ServerName > [Fri Jul 11 10:21:31 2003] [crit] (98)Address already > in use: make_sock: could not bind to port 80 > > How can I resolve it? > > Thanks > |
|
|||
|
What if you are using a Linux server as an internal development machine and
did not have a domian name? Would you simple make up a false name or use the actual IP address of the machine? "Per Jørgensen" <pej@combox.dk> wrote in message news:3f0e8403$1@news.wineasy.se... > stop your apache daemon , and edit your httpd.conf , there should be a line > like this > > ServerName > > change it ServerName servername.domain.com > > /pej > > "bull" <bull@libero.it> skrev i en meddelelse > news:pan.2003.07.11.09.19.01.959058@libero.it... > > Hi > > I have installed apache with mysql and php and I have the > > follow problem: > > [Fri Jul 11 10:21:31 2003] [alert] httpd: Could not determine > > the server's fully qualified domain name, using 127.0.0.1 for > > ServerName > > [Fri Jul 11 10:21:31 2003] [crit] (98)Address already > > in use: make_sock: could not bind to port 80 > > > > How can I resolve it? > > > > Thanks > > > > |
|
|||
|
you could your a bogus host name , as long as there is a entry in /etc/hosts
that point to the accual ip of our machine /pej "Paul Woodward" <noreply@antispam.newsgroup.read.only> skrev i en meddelelse news:3f0e9259$0$966$cc9e4d1f@news.dial.pipex.com.. . > What if you are using a Linux server as an internal development machine and > did not have a domian name? Would you simple make up a false name or use the > actual IP address of the machine? > > > "Per Jørgensen" <pej@combox.dk> wrote in message > news:3f0e8403$1@news.wineasy.se... > > stop your apache daemon , and edit your httpd.conf , there should be a > line > > like this > > > > ServerName > > > > change it ServerName servername.domain.com > > > > /pej > > > > "bull" <bull@libero.it> skrev i en meddelelse > > news:pan.2003.07.11.09.19.01.959058@libero.it... > > > Hi > > > I have installed apache with mysql and php and I have the > > > follow problem: > > > [Fri Jul 11 10:21:31 2003] [alert] httpd: Could not determine > > > the server's fully qualified domain name, using 127.0.0.1 for > > > ServerName > > > [Fri Jul 11 10:21:31 2003] [crit] (98)Address already > > > in use: make_sock: could not bind to port 80 > > > > > > How can I resolve it? > > > > > > Thanks > > > > > > > > > |