Results 1 to 3 of 3
While installing LedgerSMB they say to dump this file:
Code:
Alias /ledgersmb /var/ledgersmb
<Directory /var/ledgersmb>
AllowOverride All
AddHandler cgi-script .pl
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
<Files ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-07-2008 #1
Where to Dump this?
While installing LedgerSMB they say to dump this file:
Where it belongs.Code:Alias /ledgersmb /var/ledgersmb <Directory /var/ledgersmb> AllowOverride All AddHandler cgi-script .pl Options ExecCGI Includes FollowSymlinks Order Allow,Deny Allow from All <Files ~ "\.conf$"> Order Deny,Allow Deny from All </Files> </Directory> <Directory /var/ledgersmb/users> Order Deny,Allow Deny from All </Directory> <Directory /var/ledgersmb/bin> Order Deny,Allow Deny from All </Directory> <Directory /var/ledgersmb/utils> Order Deny,Allow Deny from All </Directory> <Directory /var/ledgersmb/spool> Order Deny,Allow Deny from All </Directory> <Directory /var/ledgersmb/LedgerSMB> Order Deny,Allow Deny from All </Directory>
But, where does it belong?
Do I have to insert it into a Apache file?
Any help would be Great ^^
Cheers,
Robin
- 01-13-2008 #2Regards,
who |grep -i blonde |
date; cd~; unzip; touch;
strip; finger; mount; gasp;
yes; uptime; umount;
sleep

Newbie clicks
http://www.linuxforums.org/forum/lin...ead-first.html
- 01-13-2008 #3


Reply With Quote

