phpMyFAQ是一个支持多语言的Web FAQ系统,可支持多种不同数据库。主要功能包含:内容管理功能,图片管理,支持多用户,用户组、新闻系统、用户跟踪、语言模块,支持 LDAP身份验证。phpMyFAQ还提供一个模板系统,PDF 支持,一个备份系统和一个易于使用的安装脚本。2.8.10 以后的版本不再支持 IE 7 & 8。
下载:http://www.phpmyfaq.de/download
---------------------------------------------------
Requirements
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.
- PHP 7.4+ or PHP 8+
- We recommend using PHP 8.1
- We recommend using a PHP accelerator or Opcode cache like Zend OpCache
- Allocate at least 64MB of memory to each PHP process
- Required extensions: GD, JSON, Session, MBString, Filter, XMLWriter, SPL
- Recommended configuration:
memory_limit = 128M
- Database server, e.g.
- MySQL 5.x or later with ext/mysqli extension
- PostgreSQL 9.x or later
- Microsoft SQL Server 2016 or later
- SQLite3
- MariaDB 5.x with ext/mysqli extension
- additionally Elasticsearch (5.x and later)
- Webserver, e.g.
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
- Operating system support
- GNU/Linux
- Microsoft Windows
- OS X
- FreeBSD
- HP-UX
- Solaris
- AIX
- Netware
- Browser support
- Mozilla Firefox
- Google Chrome
- Apple Safari
- Opera
- Microsoft Edge
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.
from https://www.phpmyfaq.de/requirements
(https://www.phpmyfaq.de/download)
No comments:
Post a Comment