tt33tt Posted July 18, 2017 Posted July 18, 2017 Hi all, how can I change the option FcgidIOTimeout? I have a new apache with FCGID on Ubuntu 16.04. Thanks
d00p Posted July 18, 2017 Posted July 18, 2017 Manually in your apache config, e.g. /etc/apache2/mods-enabled/fcgid.conf
tt33tt Posted July 18, 2017 Author Posted July 18, 2017 OK, this is my file: <IfModule mod_fcgid.c> FcgidConnectTimeout 20 FcgidIOTimeout 120 <IfModule mod_mime.c> AddHandler fcgid-script .fcgi </IfModule> FcgidMaxRequestLen 33554432 </IfModule> How can I test if it works? PHPinfo() ? Does Froxlor not overwrite it?
tt33tt Posted July 18, 2017 Author Posted July 18, 2017 Where can I see if its doing his job? I am not sure if it is all fine. In the PHPinfo() ?
d00p Posted July 18, 2017 Posted July 18, 2017 That's an apache (module) configuration...it won't show up in phpinfo()
Question
tt33tt
Hi all,
how can I change the option FcgidIOTimeout?
I have a new apache with FCGID on Ubuntu 16.04.
Thanks
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.