Joshua Slive wrote:
On 8/22/07, Phil <[EMAIL PROTECTED]> wrote:

The error message for httpd : client denied by server configuration: /user .
This looks like an Apache problem; but there is no /user directory in
the apache files.

Alias /sql-ledger /user/local/sql-ledger/

Oops. There are other path typos in your config as well.

Joshua.

I'd better set that straight:

# SSQL-Ledger
Include /usr/local/etc/apache22/sql-ledger-httpd.conf

contents of sql-ledger-httpd.conf :

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

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

Phil

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to