phpMyFAQ needs to be installed on a web server. FAQ administrators and users have to use a web browser to access a web-based GUI to read and add FAQs. phpMyFAQ administrators require access to the files on the server to update templates and perform upgrades or maintenance.
memory_limit = 128M
We recommend enabling content compression to speed up the delivery of HTML, CSS and JavaScript.
If you're running Apache von Windows, you may have to increase of the Apache's stack size:
<IfModule mpm_winnt_module>
ThreadStackSize 8388608
</IfModule>
You should add the code to the httpd-mpm.conf file and enable that file in
Include conf/extra/httpd-mpm.conf
In case PHP runs as module of the Apache, you will have to be able to do a chown on the files before installation. The files and directories have to be owned by the Apache user.