oh no error message when changing permissions but it's working
ahotik
Joined: 2014-04-11
Posts: 2 |
![]() |
Hi guys! Now, my suspicion is that G3 takes so long to load the permissions dialog because it executes the mod_rewrite test which takes some time and the test fails some how thus the error message is shown. I'm running on my own Ubuntu server. Here are the directory config lines in the apache2.conf: <Directory /var/www/test/gallery3> I have even tried with AllowOverride FileInfo Options Running apache2ctl -M show that the rewrite_module (shared) is loaded. This is what the http access log show when trying to take the permissions dialog: 127.0.0.1 - - [11/Apr/2014:13:22:55 +0200] "GET /test/gallery3/var/security_test/verify HTTP/1.0" 404 6768 "-" "Gallery3" So base-line: So I would appreciate any kind of help with this. Maybe disabling the mod_rewrite test or make it pass? Thanks for the awesome free software and support guys! |
|
spags
Joined: 2010-03-26
Posts: 120 |
![]() |
Have a browse through your gallery3/var/logs file and see if there is something indicated in there. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Quote:
127.0.0.1 why a local address and not your hostname? Quote:
My internal host does not resolve the the external host address -- so adding an entry to /etc/hosts solved this problem. Quote:
mod_rewrite is working, but your server can't make loopback http requests to itself This is the bit of code that you can decipher to see where it fails: Dave _____________________________________________ |
|