Hello,

I'm using Solaris 10 and Apache2 and have installed codestriker-1.9.2 
(in var/www/codestriker directory). The installation procedure went on 
well with the required Perl modules. When I start the Apache server and 
hit the codestriker URL --
http://<server name/codestriker/codestriker.pl, I can see the output of 
codestriker.pl but the individual hyperlinks on this page are taking the 
following form --

For example, the link "Administer Projects" is hyperlinked to --
http://<server name>/codestriker/http://<server 
name>/codestriker/codestriker.pl/action=list_projects

and the "Search" text is hyperlinked to --
http://<server name>/codestriker/http://<server 
name>/codestriker/codestriker.pl?action=search

I've checked that my httpd.conf and codestriker.conf files are having 
the configuration as mentioned in codestriker guide. Mostly I'm very 
comfortable to install the softwares per the guidelines given and can 
deal with reasonable amount of deviations well. But right now I'm stuck 
and don't understand what is mising here. I've searched codestriker 
archive for help but didn't find on this topic. Please help me.

Asnippet of httpd.conf file is given below --

DocumentRoot "/usr/local/apache2/htdocs"

Alias /codestriker/  /var/www/codestriker/codestriker-1.9.2/cgi-bin/
Alias /codestrikerhtml/  /var/www/codestriker/codestriker-1.9.2/html/

<Directory "/var/www/codestriker/codestriker-1.9.2/cgi-bin/">
 AllowOverride None
 Options ExecCGI
 Order allow,deny
 Allow from all
 SetHandler cgi-script
</Directory>

<Directory "/var/www/codestriker/codestriker-1.9.2/html/">
  AllowOverride None
  Allow from all
</Directory>

Thanks in advance!

-- 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to