Author |
|
mbg19chev02
Joined: 09 Sep 2008 Posts: 8
|
Posted: Tue 09 Sep '08 3:13 Post subject: apachi wont work for me |
|
|
i forwarded port 8001 and changed it in the config file and i still cant get this to work
please help here is my error log
Starting the Apache2.2 service
The Apache2.2 service is running.
rmine the server's fully qualified domain name, using 192.168.1.5 for ServerName
[Mon Sep 08 20:43:13 2008] [notice] Apache/2.2.9 (Win32) configured -- resuming normal operations
[Mon Sep 08 20:43:13 2008] [notice] Server built: Jun 13 2008 04:04:59
[Mon Sep 08 20:43:13 2008] [notice] Parent: Created child process 2756
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.5 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.5 for ServerName
[Mon Sep 08 20:43:13 2008] [notice] Child 2756: Child process is running
[Mon Sep 08 20:43:13 2008] [notice] Child 2756: Acquired the start mutex.
[Mon Sep 08 20:43:13 2008] [notice] Child 2756: Starting 64 worker threads.
[Mon Sep 08 20:43:13 2008] [notice] Child 2756: Starting thread to listen on port 8000.
[Mon Sep 08 20:43:56 2008] [notice] Parent: Received restart signal -- Restarting the server.
[Mon Sep 08 20:43:56 2008] [notice] Child 2756: Exit event signaled. Child process is ending.
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.5 for ServerName
[Mon Sep 08 20:43:56 2008] [notice] Apache/2.2.9 (Win32) configured -- resuming normal operations
[Mon Sep 08 20:43:56 2008] [notice] Server built: Jun 13 2008 04:04:59
[Mon Sep 08 20:43:56 2008] [notice] Parent: Created child process 3364
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.5 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.5 for ServerName
[Mon Sep 08 20:43:56 2008] [notice] Child 3364: Child process is running
[Mon Sep 08 20:43:57 2008] [notice] Child 3364: Acquired the start mutex.
[Mon Sep 08 20:43:57 2008] [notice] Child 2756: Released the start mutex
[Mon Sep 08 20:43:57 2008] [notice] Child 3364: Starting 64 worker threads.
[Mon Sep 08 20:43:57 2008] [notice] Child 3364: Starting thread to listen on port 8000.
[Mon Sep 08 20:43:58 2008] [notice] Child 2756: All worker threads have exited.
[Mon Sep 08 20:43:58 2008] [notice] Child 2756: Child process is exiting
mod note: shrinked the log a bit |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
|
Back to top |
|
mbg19chev02
Joined: 09 Sep 2008 Posts: 8
|
Posted: Wed 10 Sep '08 1:43 Post subject: still small misunderstanding |
|
|
thanks first of all for clarifing that it works but i would like to know why my files (new text document.txt) will not show when i click any of the links you gave me.
if i dont click these links to get to the site or page then what do i type.
thanks again |
|
Back to top |
|
mbg19chev02
Joined: 09 Sep 2008 Posts: 8
|
Posted: Wed 10 Sep '08 1:56 Post subject: ALSO ANOTHER PROBLEM |
|
|
my problems that were probably not stated on the log because of the error # 3
1.) httpd.exe: could not reliably determine the server's fully qualified domain name using 192.168.1.5 for servername
2.) (OS 10048) only one usage of each socket address is normally permitted. : make_sock: could not bind to address 0.0.0.0:8000 no listening sockets available, shutting down
unable to open logs |
|
Back to top |
|
mbg19chev02
Joined: 09 Sep 2008 Posts: 8
|
Posted: Wed 10 Sep '08 3:04 Post subject: about port |
|
|
my port is 8000 on port forward and the config file
not 8001 that is a typo
thanks |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 10 Sep '08 3:50 Post subject: |
|
|
again, the server name one is rather benign,
2.) (OS 10048) only one usage of each socket address is normally permitted. : make_sock: could not bind to address 0.0.0.0:8000 no listening sockets available, shutting down
this one however means something else is listening on port 8000. Since I see by the other stuff if was working, here you may be trying to start 2nd instance of Apache using say a console while the service is already running.
for a document.txt file a URL would be the same as above with /document.txt tacked onto the end of any one. |
|
Back to top |
|
mbg19chev02
Joined: 09 Sep 2008 Posts: 8
|
Posted: Wed 10 Sep '08 5:13 Post subject: |
|
|
ok thanks a bunch i see the text file
but heres the thing..... it wont let me see the text file by itself to click it and/or download it from like an index list or something.
like i saw from this video from you tube:
http://www.youtube.com/watch?v=-r2JnmaWtck&feature=related |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 10 Sep '08 10:11 Post subject: |
|
|
<Directory C:/www/mysite>
Options Indexes
..
..
</Directory> |
|
Back to top |
|
mbg19chev02
Joined: 09 Sep 2008 Posts: 8
|
Posted: Thu 11 Sep '08 1:52 Post subject: |
|
|
what? sorry what are you telling me to do...im a beginner with apache |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
|
Back to top |
|
mbg19chev02
Joined: 09 Sep 2008 Posts: 8
|
Posted: Thu 11 Sep '08 3:19 Post subject: |
|
|
o man yea still very confused
sorry |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Thu 11 Sep '08 18:17 Post subject: |
|
|
ok .. say document root is c:\www\mysite
then in httpd.conf
<Directory "c:/www/mysite">
Options Indexes
AllowOverride whatever
Order allow,deny
Allow from all
</Directory>
The Indexes option turns on directory index listings |
|
Back to top |
|
mbg19chev02
Joined: 09 Sep 2008 Posts: 8
|
Posted: Thu 11 Sep '08 20:59 Post subject: |
|
|
thanks ill post if i still need help |
|
Back to top |
|