Hello In the supervisord.conf file, I have 1 [fcgi-program:to_core] 2 command=/websites/to/prog/core/core.toff 3 socket=tcp://127.0.0.1:9200 4 process_name=%(program_name)s_%(process_num)04d 5 numprocs=1 6 stopsignal=QUIT 7 autorestart=true
core.toff is a fastcgi application The webserver is nginx and I am using the module ngx_supervisord to handle the communication between supervisord and nginx. The server is running Centos 5.5. Nginx is the version nginx-1.0.12. The file /tmp/to_core_0000-stderr---supervisor-8AQ4h5.log logs something like: Transferred 67 (+8 protocol) bytes (running total: 206439 bytes; 16 packets). Transferred 65500 (+8 protocol) bytes (running total: 271947 bytes; 17 packets). Transferred 2956 (+8 protocol) bytes (running total: 274911 bytes; 18 packets). (1) I don't quite understand what are those errors. (2) the website if mostly fine except that some characters are missing: <div id='tab_button_6' class='tab_button rc_top' onclick='show_tab(6)'>to do</div> has become magically <div id='tab_button_6' class='tab_button rc_top' onclick='(6)'>to do</div> Do you think the error messages logged could explain this problem? Thank you for you help Jean _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
