>> Follow this link: >> http://midgard-project.org/community/development/debugging.html
> Ok, here is the deal. I can't seem to recreate using gdb. When I fire > up gdb, i get the following. > > [New Thread 16384 (LWP 30702)] > Syntax error on line 29 of /etc/midgard/apache/vhosts/127.0.0.1_8001: > Invalid command 'php_admin_flag', perhaps mis-spelled or defined by a > module not included in the server configuration > Looks like Apache php module is not loaded. What Apache2? worker? prefork? Try this: grep -re php /etc/apache2/* Change apache2 configuration directory if needed. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
