LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   please help with apache (https://www.linuxquestions.org/questions/linux-newbie-8/please-help-with-apache-310880/)

kafnir 04-07-2005 05:37 PM

please help with apache
 
hello room!
I am trying to install sql-ledger on suse server9 and the installation goes well, but now I kind of stuck to edit apache just to make a few changes.

this is what the document for sql-ledger ask me

edit sql-ledger.conf

create a file sql-ledger-httpd.conf in the same location
where your httpd.conf is and copy the next section into the file

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>
the problem that I have is; I don't know if I need to create a new file inside of "sql-ledger.conf" and past the code into it and save it as" sql-ledger-httpd.conf" or else
or create an empty dir in "/usr/local" since this is the dir for sql-ledger and "sql-ledger.conf " is already inside of it.
would anyone who had configure sql-ledger be so kind to help me
thank you

stickman 04-08-2005 11:48 AM

I think the important step here is that the Include statement in your httpd.conf file has both the correct path and filename for the configuration file that you created. The specifics of whether it is in the same directory as httpd.conf or somewhere under /usr/local is not critical as long as the Include statement is correct.


All times are GMT -5. The time now is 10:59 AM.