July 18, 20179 yr Hi, I have to activate Slasharguments because Moodle needs it. How can I do that? The manual says i hav to turn on "AcceptPathInfo On" or in php.ini "cgi.fix_pathinfo = 0" I have tried cgi.fix_pathinfo = 0 with php-config in Froxlor. But it does not help. https://docs.moodle.org/33/en/Using_slash_arguments https://docs.moodle.org/33/en/Apache#Slasharguments I have a new apache with FCGID on Ubuntu 16.04. Thanks
July 18, 20179 yr The links you are providing are giving the answer... To turn it on, add this line to your httpd.conf, or to a .htaccess file in your local directory: AcceptPathInfo On
July 18, 20179 yr Author Moodle says it does not work. I have changed "vi /etc/apache2/conf-enabled/httpd.conf" The file is: ServerName mydomain.my AcceptPathInfo On
July 18, 20179 yr ...not conf-enabled/httpd.conf..... the httpd.conf is the main apache config file in /etc/apache2...also, ServerName does not belong there. Please google how apache configs work, it seems you do not know what you are doing there
July 18, 20179 yr Author ok, I have write it just in apache.conf but it does not work, too. There was no httpd.conf in /etc/apache2/ so I have created one. It does not work, too. vi /etc/apache2/httpd.conf #Slasharguments AcceptPathInfo On
July 18, 20179 yr Some distros use https.conf, others apache.conf...again, please Just Google, this is very Basic
Archived
This topic is now archived and is closed to further replies.