Hi everyone. I manage to build a local SequenceServer based on apache and passenger according to the installation guide. The blastn search works well. However when I try to download the FASTA and report files, a “Page not found” error occurs. Meanwhile no error message is produced in the apache log file. I also try to use the sequenceserver command directly in the terminal, and everything works fine including the download function. I guess this problem may somehow be related to my apache host settings:
DocumentRoot /var/www/html
<Directory /var/www/html>
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
RailsBaseURI /blast
RailsEnv development
<Location /blast>
Options -MultiViews
Can someone tell me where the problem is? Many thanks!