I do not know what is wrong, but I just updated the jk subdirectory
from the CVS, built mod_jk2.so by running make in jk/native2, installed 
it to apache2/conf and tried different combinations of workers2.properties:

#### START OF workers2.properties

[logger]
level=DEBUG

[shm]
file=/usr/local/apache2/logs/jk2.shm
size=1048576

[uriMap:]
debug=10

[status:status]
debug=10

##########   TRY1

#[uri:*]
#alias=localhost

#[uri:/jkstatus/*]
#worker=status:status

##########   TRY2


#[uri:localhost]
#debug=10

#[uri:localhost/jkstatus/*]
#worker=status:status

##########   TRY3


#[uri:localhost:80]
#debug=10

#[uri:localhost:80/jkstatus/*]
#worker=status:status

##########   TRY4

[uri:www.i-com.com:8019]
debug=10

[uri:www.i-com.com:8019/jkstatus/*]
worker=status:status


#### END OF workers2.properties

All of them failed with the following message in error log

[Tue Sep 24 10:13:07 2002] [notice] uriMap.mapUri() cannot find host 
localhost/

or for TRY4:

[Tue Sep 24 10:18:36 2002] [notice] uriMap.mapUri() cannot find host 
www.i-com.com/


And I do not see messages like this in error log:

[Sat Sep 21 18:09:40 2002] (debug ) [jk_uriMap.c (371)]  uriMap.init()
loaded host www.i-com.com


I saw those messages when mappings worked.

What can be wrong?

Thanks,
Dmitry


Mladen Turk wrote:
> 
>>-----Original Message-----
>>From: Dmitry Letin [mailto:[EMAIL PROTECTED]] 
> 
> 
> :-)
>  
> 
>>[uri:*]
>>alias=localhost
>>debug=10
>>
>>[uri:www.i-com.com:80]
>>debug=10
>>
> 
> 
> If the 80 is default server port then you have to ommit it
> Simply use the 
> [uri:www.i-com.com]
> 
> 
> The port directive is used for non default ports only.
> 
> MT.




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to