Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Questions from Newbie in Apache server!

Status
Not open for further replies.

richardhk

Programmer
Aug 12, 2003
2
HK
Hi guys,

I am pretty new in using apache 2.0! It's no problem for me to set up an apache http server (port 80) and tomcat (port 8080) as an app server with tomcat-apache connector 2.0 (i.e. mod_jk2). After installing them, I run a test with " --> it responses with the content from tomcat example folder. However, when I try to have a look at error.log of Apache, it shows as follows:
--------------------------------------------------------
[Sun Sep 28 12:00:08 2003] [notice] Parent: Created child process 2076
[Sun Sep 28 12:00:09 2003] [notice] Child 2076: Child process is running
[Sun Sep 28 12:00:09 2003] [error] mod_jk child init 1 0
[Sun Sep 28 12:00:09 2003] [notice] Child 2076: Acquired the start mutex.
[Sun Sep 28 12:00:09 2003] [notice] Child 2076: Starting 250 worker threads.
[Sun Sep 28 12:04:20 2003] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Sep 28 12:04:20 2003] [notice] Child 2076: Exit event signaled. Child process is ending.
[Sun Sep 28 12:04:21 2003] [notice] Child 2076: Released the start mutex
[Sun Sep 28 12:04:22 2003] [notice] Child 2076: Waiting for 250 worker threads to exit.
[Sun Sep 28 12:04:22 2003] [notice] Child 2076: All worker threads have exited.
[Sun Sep 28 12:04:22 2003] [notice] Child 2076: Child process is exiting
[Sun Sep 28 12:04:22 2003] [notice] Parent: Child process exited successfully.
---------------------------------------------------------
an error occurs:
[Sun Sep 28 12:00:09 2003] [error] mod_jk child init 1 0
Why????

Besides, I would like to ask how I can stop the users from doing directory browsing!

e.g DocumentRoot "e:/testing" - within this folder I have another folder named "work", which contains the default.htm
" ---> directory browsing
" ---> call default.htm

Thanks A lot!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top