I used to have the old /etc/apache/ as well as the newer /etc/httpd/. Over
the weekend I removed the former. This morning, when I try logging into SL,
I see a 404 error:

Not Found

The requested URL /sql-ledger/login.pl was not found on this server.

  This, when I use the address that always worked before:
http://localhost/sql-ledger/login.pl. I'm not seeing why.

  /etc/httpd/httpd.conf contains:

Include /etc/httpd/sql-ledger-httpd.conf

and /etc/httpd/sql-ledger-httpd.conf remains unchanged:

<Directory /usr/local/sql-ledger>
  AllowOverride All
  AddHandler cgi-script .pl
  Options ExecCGI Includes FollowSymlinks
  Order Allow,Deny
  Allow from All
</Directory>

<Directory /usr/local/sql-ledger/users>
  Order Deny,Allow
  Deny from All
</Directory>

  Please suggest where I start looking for the solution. I'm far from a Web
app expert.

Thanks,

Rich
_______________________________________________
SQL-Ledger mailing list
[email protected]
http://lists.ledger123.com/mailman/listinfo/sql-ledger

Reply via email to