From: Armaghan S. <sa...@le...> - 2008-05-15 08:04:30
|
On Wed, May 14, 2008 at 11:21 PM, Myk Robinson <myk...@gm...> wrote: > 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> Contents of sql-ledger-httpd.conf seem incorrect due to some reason. Following lines: Alias / / <Directory> should be: Alias /sql-ledger /usr/local/sql-ledger/ <Directory /usr/local/sql-ledger> Regards |