Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

problem with apache

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  ssl apache password  
Author Message
bull

External


Since: Jul 11, 2003
Posts: 2



(Msg. 1) Posted: Fri Jul 11, 2003 12:17 pm
Post subject: problem with apache
Archived from groups: alt>apache>configuration (more info?)

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

 >> Stay informed about: problem with apache 
Back to top
Login to vote
pej

External


Since: Jul 10, 2003
Posts: 4



(Msg. 2) Posted: Fri Jul 11, 2003 2:31 pm
Post subject: Re: problem with apache [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.RemoveThis@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
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: problem with apache 
Back to top
Login to vote
bull

External


Since: Jul 11, 2003
Posts: 2



(Msg. 3) Posted: Fri Jul 11, 2003 2:31 pm
Post subject: Re: problem with apache [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Il Fri, 11 Jul 2003 11:31:47 +0200, Per Jørgensen ha scritto:

 > stop your apache daemon , and edit your httpd.conf , there should be a line
 > like this
 >
 > ServerName
 >
 > change it ServerName servername.domain.com
 >
 > /pej
 >
Thanks a lot!<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: problem with apache 
Back to top
Login to vote
noreply8

External


Since: Jul 10, 2003
Posts: 3



(Msg. 4) Posted: Fri Jul 11, 2003 2:32 pm
Post subject: Re: problem with apache [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.DeleteThis@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.DeleteThis@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
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: problem with apache 
Back to top
Login to vote
pej

External


Since: Jul 10, 2003
Posts: 4



(Msg. 5) Posted: Fri Jul 11, 2003 4:00 pm
Post subject: Re: problem with apache [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.TakeThisOut@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.TakeThisOut@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.TakeThisOut@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
   > > >
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: problem with apache 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Apache 2 + openssl + prngd compilation problem - Hi, I cannot get my Apache 2 + mod_ssl to compile on Solaris 7. I use prngd-0.9.27 server with /var/run/egd-pool socket. and openssl-0.9.7b I first trid : --enable-mods-shared=all configure failed : "You need APR random support to use mod_auth_dig...

cgi problem - Background: 1. Program works on real world paid hosting (linux server). 2. Program works on Windows home testing server.(Omnihttpd) Just Installed Red Hat 8.0 . Created cgi-bin for main site using.. ScriptAlias /cgi-bin/ "/path/to/my/site/" an...

Mod http_proxy problem - Hi all, I include the mod_proxy_http in my Apache configuration file (Apache 2.0.43 on Red Hat Linux 7.3): LoadModule proxy_http_module modules/mod_proxy_http.so and at the restart I got the following message: [root@n3l5wAM2j8avSc modules]# service..

mod_rewrite problem - Hello everyone! I'm confused about the following. This works as it's supposed to: RewriteCond %{REQUEST_URI} abc([0-9]{4,4})\.html$ RewriteRule abc([0-9]{4,4})\.html$ /abc/showissue.php?id=$1 The following however makes the CPU go up to 100% hence..

mod_auth_mysql + mod_jk2 problem - Hi everyone, Hope you can shed some light on this. I have apache 1.3.x configured with mod_auth_mysql and mod_jk2 correctly, to the best of my knowledge. I have a servlet for which I use mod_auth_mysql for authentication purposes. However, it seems like...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]