RE: [EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-15 Thread Emiliano Romero
What do you mean with "session cookies"? PHP session cookies?. If you ask about passing PHP sessions over servers, you have to make the cookies access by the other server (in the same domain, or in a subdomain (.domain.com)). And then make PHP to share , or USE the same session.save_path. If they

RE: [EMAIL PROTECTED] Segmentation Fault

2007-11-14 Thread Emiliano Romero
t contains worker.c or event.c, it is likely that this is the source of your problem and you will need to reinstall an Apache build that uses the prefork MPM (prefork.c). -ascs ____ De : Emiliano Romero [mailto:[EMAIL PROTECTED] Envoyé : mardi 13 novembre 2007 15:23

[EMAIL PROTECTED] Segmentation Fault

2007-11-13 Thread Emiliano Romero
0443dc1 in ap_mpm_pod_check () #2 0x004420dc in ?? () #3 0x00442258 in ?? () #4 0x00442e35 in ap_mpm_run () #5 0x00420c48 in main () Somebody have any idea of what could be happening? Thanks for any help. Regards Emiliano Romero This