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!
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!