[Koha] How to configure httpd.conf
Frederic Demians
frederic at tamil.fr
Wed Jun 4 23:00:45 NZST 2008
> Please help me how to configure httpd.conf file for koha-3.00.00-beta
> and apache 2.2.8 on Red hat.
>
> I put the following directives in descriptors of VirtualHost in
> httpd.conf , and it gave me the errors like “Rewrite is unknown
> directive”, when I commented these lines and browsed koha site I see
> nothing.
You have to enable Apache mod_rewrite module.
Don't know exactly how to do that on Redhat. Take a look in httpd.conf
file. Uncomment LoadModule mod_rewrite.so if you find one. Enable it
with "RewriteEngine On".
--
Frédéric
More information about the Koha
mailing list