[SL] Re: Mandrake 9.1

Hi,

Here's what I did for MDK 8.2 and 9.0 - probably should work fine for 9.1=
=2E

1) edit /etc/httpd/conf/httpd.conf and add this line:

=09Include conf/sql-ledger-httpd.conf

2)  Copy text (below) into sql-ledger-httpd.conf file.

I then placed this file in /etc/httpd/conf directory. =20

3)  restart your httpd server /etc/init.d/httpd restart

HTH-
Jeff

--------- sql-ledger-httpd.conf -----------
Alias /accounting/ /var/sql-ledger/
<Directory /var/sql-ledger>
  AllowOverride All
  AddHandler cgi-script .pl
  Options ExecCGI Includes FollowSymlinks
  Order Allow,Deny
  Allow from All
</Directory>

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

Other related posts: