BridgeDb
BridgeDb copied to clipboard
data.bridgedb.org
Should http://data.bridgedb.org/ be directed to http://bridgedb.org/data/? Analogous to new data.wikipathways.org...
@AlexanderPico, who maintains the bridgedb.org domain name and can set up this up?
If everyone (who cares) agrees, I can set this up. Shall I go for it?
Actually... I can't do it :( This requires someone who can log into ssh bridgedb.org and then add a VirtualHost config into /etc/apache/sites-available and then enable it.
The contents should be like...
<VirtualHost *:80>
DocumentRoot /path/to/data/dir
ServerName data.bridgedb.org
<Directory "/path/to/data/dir/">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Anyone?