logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: apache install problem
Author
azanny



Joined: 23 Jul 2008
Posts: 3

PostPosted: Wed 23 Jul '08 16:25    Post subject: apache install problem Reply with quote

hi!
i just tryed installing apache and got faced some problems.
when launching httpd.exe i got message: Could not reliably determine the server's fully qualified domain name using 192.168.1.2
i changed Listen 80 to Listen 192.168.1.2:80. nothing changed.
also i had problems with removing old apache.exe from services and adding new httpd.exe *just don't know how to do both operations -> nothing is added with c:\apache2\bin\httpd.exe -k install*
help me please
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Thu 24 Jul '08 9:22    Post subject: Reply with quote

You can set

Code:

ServerName dommain.tld:80


See ServerName
Back to top
azanny



Joined: 23 Jul 2008
Posts: 3

PostPosted: Thu 24 Jul '08 12:14    Post subject: Reply with quote

well, i managed to get rid of this name notice through changing user/group)
but i still have problem with running apache as a service
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Thu 24 Jul '08 17:40    Post subject: Reply with quote

azanny wrote:
well, i managed to get rid of this name notice through changing user/group)


Changed in httpd.conf or Windows user??

azanny wrote:

but i still have problem with running apache as a service


How did you try to install apache as service?

Always a good start is
http://www.apachelounge.com/viewtopic.php?t=2394

if you still have a question post again
Back to top
azanny



Joined: 23 Jul 2008
Posts: 3

PostPosted: Fri 25 Jul '08 7:29    Post subject: Reply with quote

i changed in httpd.conf =) but not only group *it's a good thing to read descriptions after all )))*
and apache is running normally now )) tx for care )
Back to top


Reply to topic   Topic: apache install problem View previous topic :: View next topic
Post new topic   Forum Index -> Apache