basic install question; apache configuration

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
dmc_lat47
TestLink user
Posts: 1
Joined: Mon Dec 17, 2007 2:09 am

basic install question; apache configuration

Post by dmc_lat47 »

trying to install testlink, and am stymied by apache basics.
sorry... not really a unix person.

After I untar the files into /var/testlink, don't i need to put something in the httpd.conf file, or the conf.d directory to tell apache about it?

I tried:

<Directory /var/testlink>
AddHandler php .php
Options +Indexes +ExecCGI +FollowSymLinks
DirectoryIndex index.php
AllowOverride Limit
Order allow,deny
Allow from all
</Directory>

but then when I try to continue with the automatic installation... http://mysite/testlink/install/index.php

I get a 403, forbidden. Permissions on the directory looks right... bugzilla and svn are working in other locations...

any help would be appreciated.

dmc_lat47
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

Check permissions. Apache probably cannot read from the directory.
Post Reply