Hi Scott,

thanks for your reply!

>
> You may need to add the CauchoStatus yes in the virtual host, since
> Apache creates a sub-scope.  To debug this, you really need /caucho-
> status working.

good suggestions. i had tried that already and i tried it againg - no luck.

>
> Also, mod_caucho needs write access to the /tmp directory. 

it has.

> The 
> localhost_6802 file is very important in making the communication
> work, so if mod_caucho doesn't have write access, then you're likely
> to have the server get stuck.

okay - thanks for the information. as far as i can tell from config.c the 
config file is created in write_config(config_t *config). however that 
function does not seem to get called in my instance (at least the top most 
logmessage does not show). 

find attached the full debug output from mod_caucho.c 
also notice the strange lines á la 

config.c:186:cse_add_web_app(): new web-app host: path:

i'll be looking at the code some more...

thanks for your help.
regards
Thilo
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:1044:cse_init_config(): initializing
[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:62:cse_create_pool(): memory lock 0x818da78
[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:64:cse_create_pool(): create pool 0x818e730
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:1099:cse_init_config(): config lock 0x818daa8
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:1044:cse_init_config(): initializing
[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:62:cse_create_pool(): memory lock 0x818fee0
[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:64:cse_create_pool(): create pool 0x818e740
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:1099:cse_init_config(): config lock 0x818ff10
[05/May/2008:10:34:57 +0200] 30684_-1212160256: stream.c:925:cse_add_srun(): adding host localhost:6802 cluster=0x818fea8
[05/May/2008:10:34:57 +0200] 30684_-1212160256: stream.c:979:cse_add_srun(): srun lock 823bb00
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:898 can't open config path '/tmp/localhost_6802' (errno=2)[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:62:cse_create_pool(): memory lock 0x823bb20
[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:64:cse_create_pool(): create pool 0x82463c0
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:186:cse_add_web_app(): new web-app host: path:
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:152:cse_add_unique_location(): loc  (null) 0
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:980:reread_config(): forcing read()
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:898 can't open config path '/tmp/localhost_6802' (errno=2)[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:1044:cse_init_config(): initializing
[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:62:cse_create_pool(): memory lock 0x8260048
[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:64:cse_create_pool(): create pool 0x8260420
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:1099:cse_init_config(): config lock 0x8260078
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:1044:cse_init_config(): initializing
[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:62:cse_create_pool(): memory lock 0x82617c0
[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:64:cse_create_pool(): create pool 0x8262438
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:1099:cse_init_config(): config lock 0x82617f0
[05/May/2008:10:34:57 +0200] 30684_-1212160256: stream.c:925:cse_add_srun(): adding host 127.0.0.1:6802 cluster=0x8260010
[05/May/2008:10:34:57 +0200] 30684_-1212160256: stream.c:979:cse_add_srun(): srun lock 8261868
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:898 can't open config path '/tmp/127.0.0.1_6802' (errno=2)[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:62:cse_create_pool(): memory lock 0x8261898
[05/May/2008:10:34:57 +0200] 30684_-1212160256: memory.c:64:cse_create_pool(): create pool 0x826acf8
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:186:cse_add_web_app(): new web-app host: path:
[05/May/2008:10:34:57 +0200] 30684_-1212160256: config.c:152:cse_add_unique_location(): loc  (null) 0
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to