From: Myk R. <myk...@gm...> - 2008-05-14 18:21:10
|
Just restored a backup file to the database, but now i am unable to restart apache after a clean install of sql-ledger. I get an error about the sql-ledger-httpd.conf file.. Here's the contents of the file: Alias / / <Directory> AllowOverride All AddHandler cgi-script .pl Options ExecCGI Includes FollowSymlinks Order Allow,Deny Allow from All </Directory> <Directory /users> Order Deny,Allow Deny from All </Directory> And here is what I get when i try to restart apache: robinson@robinson-desktop:~$ sudo /etc/init.d/apache2 restart * Restarting web server apache2 * We failed to correctly shutdown apache, so we're now killing all running apache processes. This is almost certainly suboptimal, so please make sure your system is working as you'd expect now! Syntax error on line 3 of /etc/apache2/sql-ledger-httpd.conf: <Directory> directive requires additional arguments [fail] robinson@robinson-desktop:~$ What am i doing wrong? I copied the text word for word, so i assume something is not correct with the text in the .conf file.. Thanks, -myk |