Mitchell Brown wrote: > Hmmm, well now it won't let me restart > > login as: mbrown > [EMAIL PROTECTED]'s password: > Linux skyserv 2.6.15-23-386 #1 PREEMPT Tue May 23 13:49:40 UTC 2006 > i686 GNU/Linux > > The programs included with the Ubuntu system are free software; > the exact distribution terms for each program are described in the > individual files in /usr/share/doc/*/copyright. > > Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by > applicable law. > Last login: Wed Jun 14 13:22:36 2006 from mbrown.localdomain > [EMAIL PROTECTED] :~$ sudo apache2 -k restart > Syntax error on line 204 of /etc/apache2/apache2.conf: > Invalid command 'php', perhaps mis-spelled or defined by a module > not included in the server configuration > [EMAIL PROTECTED]:~$ > > > I don't know how to find that line specifically ..... (using nano).
Open the config files you have been working with. Do a search for "php". Check each line that is found to make sure it matches the recommended settings (See the Apache documentation, PHP documentation, and/or Google). Also, I prefer to start ALL my services with the init.d scripts (i.e. sudo /etc/init.d/apache restart). But this will still result in the same error because you have to fix your config files. HTH Shawn _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

