Author |
|
azanny
Joined: 23 Jul 2008 Posts: 3
|
Posted: Wed 23 Jul '08 16:25 Post subject: apache install problem |
|
|
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
|
Posted: Thu 24 Jul '08 9:22 Post subject: |
|
|
You can set
Code: |
ServerName dommain.tld:80
|
See ServerName |
|
Back to top |
|
azanny
Joined: 23 Jul 2008 Posts: 3
|
Posted: Thu 24 Jul '08 12:14 Post subject: |
|
|
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
|
Posted: Thu 24 Jul '08 17:40 Post subject: |
|
|
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
|
Posted: Fri 25 Jul '08 7:29 Post subject: |
|
|
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 |
|