Discussion:
[Gmod-gbrowse] gbrowse problem
Tevfik Hamdi Kitapci
2016-03-31 23:17:06 UTC
Permalink
Hi,
I installed gbrowse following this:

http://gmod.org/wiki/GBrowse_2.0_Install_HOWTO

I can see the main page when I point my browser to

http://localhost/gbrowse2/

I am trying to visualize the volvox data set as described here

http://cloud.gmod.org/gbrowse2/tutorial/tutorial.html

I followed all the steps and double checked to make sure I did everything
and set all the permissions when I point my browser to
http://localhost/cgi-bin/gb2/gbrowse/volvox I got the following message:

I am running Ubuntu 14.04.4 LTS so I set the my_user_name to www-data

Not Found

The requested URL /cgi-bin/gb2/gbrowse/volvox was not found on this server.
------------------------------
Apache/2.4.7 (Ubuntu) Server at localhost Port 80
I checked the error.log located at /var/log/apache2/error.log there is no
message.
Then I tried to point my browser to: http://localhost/gb2/gbrowse/volvox
this time I am getting the following:
Forbidden

You don't have permission to access /gb2/gbrowse/volvox on this server.
------------------------------
Apache/2.4.7 (Ubuntu) Server at localhost Port 80
this time I have this message added to the /var/log/apache2/error.log file
[Thu Mar 31 16:14:44.349626 2016] [authz_core:error] [pid 12936:tid
140590595376896] [client 127.0.0.1:58597] AH01630: client denied by server
configuration: /usr/lib/cgi-bin/gbrowse/gbrowse

I will appreciate if you can help me with this problem
Thanks a lotBest RegardsT. Hamdi Kitapci
Scott Cain
2016-04-01 03:26:45 UTC
Permalink
Hi Tevfik,

That problem is described here:

http://stackoverflow.com/questions/18392741/apache2-ah01630-client-denied-by-server-configuration

The wiki page should be updated to reflect this. Let us know if you need more help.

Scott


Sent from my iPhone
client denied by server configuration
Tevfik Hamdi Kitapci
2016-04-01 18:10:24 UTC
Permalink
Dear Scott et al.,
I figured out that my problem was related to cgi-bin not being activated on
ubuntu be default. I found the solution here:
http://askubuntu.com/questions/403067/cgi-bin-not-working

after I executed this

sudo a2enmod cgi
sudo service apache2 restart

gbrowse2 works as expected for the example volvox data set

Thanks
Best Regards
T. Hamdi Kitapci
Post by Scott Cain
Hi Tevfik,
https://urldefense.proofpoint.com/v2/url?u=http-3A__stackoverflow.com_questions_18392741_apache2-2Dah01630-2Dclient-2Ddenied-2Dby-2Dserver-2Dconfiguration&d=CwIFAg&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=dd3SyH59HpO2n3XuP3M68g&m=x-G6gBaUI1ShRlSvLHEdAondbk8FoZ9QWYFEnOoMZDk&s=EdDsU6r92vjMoiGrbr1CTDyRN-JDNvE9V-oXM1DVtGQ&e=
The wiki page should be updated to reflect this. Let us know if you need more help.
Scott
Sent from my iPhone
client denied by server configuration
Loading...