-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mar 27, 2006, at 3:44 AM, Bastian Angerstein wrote:
Hello, there
I would like to try out kwiki.
My Problem is that the server displays the "apache2 start page"
perfectly but if I set Documentroot to
/srv/www/htdocs/kwiki
where i did a kwiki -new
only the the directory entries are listed.
Maybe someone have an idea.
Hi there
I believe you need to configure apache2 so that
/srv/www/htdocs/kwiki has ExecCGI option. Add following section
into your apache2 conf might be helpful (Change that LoadMoudle line
to proper mod_cgi.so full-path. If there is already such a line then
just ignore
it here) :
LoadModule cgi_module libexec/httpd/mod_cgi.so
<Directory /srv/www/htdocs/kwiki>
Options ExecCGI Indexes MultiViews FollowSymlinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Cheers,
Kang-min Liu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
iD8DBQFEJ1d+CSIfi0PaMDQRAnR3AKDfW8qze+QV0kEB++ZBY0VWgEYbwQCgkdtC
wAypillts11Vur1nGrg61mE=
=4Kd9
-----END PGP SIGNATURE-----