Hi,
thanks for this gallery it's exactly what i need :). But...
I need to use apache authentization - i have more web apps accessible to user after apache login..
i've set $conf['apache_authentication'] = true;
with admin user it works great...i guess because its created during installation. But then i try another user and app freeze..pages are not shown, in apache log is almost nothnig(but mysql and apache consumes almost 100% cpu)..after timeout this is shown:
Fatal error: Maximum execution time of 300 seconds exceeded in /var/www/galerie/include/functions.inc.php on line 646
UPDATE phpwebgallery_sessions
SET expiration = now(),
data = ''
WHERE id = '873cf9878e212e4d48a8d24817df9664'
;
[mysql error 2013] Lost connection to MySQL server during query
It looks like a bug..but first want to know if some has already experienced it. If you have any advice please help :).
Thanks
Offline
I've coded Apache authentication a long time ago and I seriously doubt it is widely used (and don't use it myself), so it may have been untested for several releases. Can you report a bug notification please?
Offline
Hi...i did report it but there is no reply...is it possible to expect you will look at it? :)..i understand if its not..but need to know
Thanks
Offline
[Bugtracker] ticket 830 (reminder and link between forum and bugtracker)
Offline