I can't get it to work with Apache

Hi, I am quite sure I have followed all the steps, but I can’t get it to work with Apache.

So I have followed this:

It doesn’t work/there’s nothing at /var/www/sequenceserver . So I searched where it is installed ( it would be appreciated if you include the listing of the installation directory in the command line arguments ) and it’s at /home/allave/.rvm/gems/ruby-2.0.0-p195/gems/sequenceserver-0.8.5 .

Now, I substituted the Rackbase…… part with:

Alias “/blast” “/home/allave/.rvm/gems/ruby-2.0.0-p195/gems/sequenceserver-0.8.5”

<Directory “/home/allave/.rvm/gems/ruby-2.0.0-p195/gems/sequenceserver-0.8.5”>
AllowOverride Options
Options +Indexes -MultiViews +FollowSymLinks
Order allow,deny
Allow from all

And I just get the directory listing. Even if I start SequenceServer, it is still on port 4567 and accessing http://localhost/blast does not yield SequenceServer’s UI.

Am I doing it wrong? Your help is really appreciated.

Thank you.

RackBaseURI /sequenceserver
<Directory /home/allave/.rvm/gems/ruby-2.0.0-p195/gems/sequenceserver-0.8.5/public>
    Options -MultiViews
</Directory>

If you are using Apache+Passenger, you don't need to run SS from the
command line.

-- Priyam

Hello. I did it, so this is now the complete contents of /etc/apache2/httpd.conf ( Passenger installed )

Hi! So when these are the contents of /etc/apache2/httpd.conf, it works.

Alright, this solved it:

http://collab.stat.ucla.edu/users/jose/weblog/9e335/

Hi Abraham,

Thank you for posting your solution back to the mailing list.
ben