Discussion:
[Gmod-gbrowse] tmp images not wrote, display error
Jie
2015-01-29 18:51:06 UTC
Permalink
*Hi, all*

*I installed the latest GBROWSE2 in a readhat server.*
*Now, every thing goes well, I can visit the yeast demo page, however, no
images showed for any track. I checked the APACHE error log, it says:*

[Thu Jan 29 13:37:48.886919 2015] [authz_core:error] [pid 15364] [client
10.21.211.40:62422] AH01630: client denied by server configuration:
/var/tmp/gbrowse2/images/yeast_
advanced/8661fd84dd1ca3aa0b2ea0ccd4a688d1.png, referer:
http://172.20.26.72/cgi-bin/gb2/gbrowse/yeast_advanced/


*And I also checked the /var/tmp/gbrowse2/ directory, no files wrote. The
read and write privilege seems OK, like:*

drwxr-xr-x. 3 apache apache 19 Jan 29 13:33 gbrowse2


*Is there any way to fix this problem?*


Jie
Jie
2015-01-29 19:17:18 UTC
Permalink
Problem solved.
Just changed the httpd.conf

from:
<Directory />
AllowOverride none
Require all denied
</Directory>

to:

<Directory />
AllowOverride none
Require all granted
</Directory>



---------- Forwarded message ----------
From: Jie <***@gmail.com>
Date: 2015-01-29 13:51 GMT-05:00
Subject: tmp images not wrote, display error
To: gmod-gbrowse <gmod-***@lists.sourceforge.net>


*Hi, all*

*I installed the latest GBROWSE2 in a readhat server.*
*Now, every thing goes well, I can visit the yeast demo page, however, no
images showed for any track. I checked the APACHE error log, it says:*

[Thu Jan 29 13:37:48.886919 2015] [authz_core:error] [pid 15364] [client
10.21.211.40:62422] AH01630: client denied by server configuration:
/var/tmp/gbrowse2/images/yeast_
advanced/8661fd84dd1ca3aa0b2ea0ccd4a688d1.png, referer:
http://172.20.26.72/cgi-bin/gb2/gbrowse/yeast_advanced/


*And I also checked the /var/tmp/gbrowse2/ directory, no files wrote. The
read and write privilege seems OK, like:*

drwxr-xr-x. 3 apache apache 19 Jan 29 13:33 gbrowse2


*Is there any way to fix this problem?*


Jie
Sofia Robb
2015-01-29 19:37:02 UTC
Permalink
I am having exactly the same problem. you said you changed the conf file
(see below), but which directory did you change it for? you have '/'. I do
not have any blocks that are like your "from" block, with those options.

from:
<Directory />
AllowOverride none
Require all denied
</Directory>

to:

<Directory />
AllowOverride none
Require all granted
</Directory>

Thanks,
Sofia
Post by Jie
Problem solved.
Just changed the httpd.conf
<Directory />
AllowOverride none
Require all denied
</Directory>
<Directory />
AllowOverride none
Require all granted
</Directory>
---------- Forwarded message ----------
Date: 2015-01-29 13:51 GMT-05:00
Subject: tmp images not wrote, display error
*Hi, all*
*I installed the latest GBROWSE2 in a readhat server.*
*Now, every thing goes well, I can visit the yeast demo page, however, no
images showed for any track. I checked the APACHE error log, it says:*
[Thu Jan 29 13:37:48.886919 2015] [authz_core:error] [pid 15364] [client
/var/tmp/gbrowse2/images/yeast_
http://172.20.26.72/cgi-bin/gb2/gbrowse/yeast_advanced/
*And I also checked the /var/tmp/gbrowse2/ directory, no files wrote. The
read and write privilege seems OK, like:*
drwxr-xr-x. 3 apache apache 19 Jan 29 13:33 gbrowse2
*Is there any way to fix this problem?*
Jie
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is
your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Gmod-gbrowse mailing list
https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse
Sofia Robb
2015-01-29 21:12:34 UTC
Permalink
Ok. i fixed it. I added "Require all granted" to my
/etc/httpd/conf.d/gbrowse2.conf (which is "Included" in my apache conf
file (centOS 7: /etc/httpd/conf.d/welcome.conf ) ) in my
/var/tmp/gbrowse2/images stanza.


<Directory "/var/tmp/gbrowse2/images/">
Order allow,deny
Allow from all
Require all granted
</Directory>

works perfect now.


Thanks!!
Sofia
Post by Sofia Robb
I am having exactly the same problem. you said you changed the conf file
(see below), but which directory did you change it for? you have '/'. I do
not have any blocks that are like your "from" block, with those options.
<Directory />
AllowOverride none
Require all denied
</Directory>
<Directory />
AllowOverride none
Require all granted
</Directory>
Thanks,
Sofia
Post by Jie
Problem solved.
Just changed the httpd.conf
<Directory />
AllowOverride none
Require all denied
</Directory>
<Directory />
AllowOverride none
Require all granted
</Directory>
---------- Forwarded message ----------
Date: 2015-01-29 13:51 GMT-05:00
Subject: tmp images not wrote, display error
*Hi, all*
*I installed the latest GBROWSE2 in a readhat server.*
*Now, every thing goes well, I can visit the yeast demo page, however, no
images showed for any track. I checked the APACHE error log, it says:*
[Thu Jan 29 13:37:48.886919 2015] [authz_core:error] [pid 15364] [client
/var/tmp/gbrowse2/images/yeast_
http://172.20.26.72/cgi-bin/gb2/gbrowse/yeast_advanced/
*And I also checked the /var/tmp/gbrowse2/ directory, no files wrote. The
read and write privilege seems OK, like:*
drwxr-xr-x. 3 apache apache 19 Jan 29 13:33 gbrowse2
*Is there any way to fix this problem?*
Jie
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is
your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Gmod-gbrowse mailing list
https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse
Loading...