Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

Post Installation Tasks and Checklist

Author: Edward Hardin Reference Number: AA-00581 Views: 17487 Last Updated: 08/15/2013 09:49 AM 33 Rating/ 6 Voters

This article lists optional tasks that you can perform after installation of KMP to enable additional features like attachments indexation and Active Directory connection. It also has recommended settings for server software, such as PHP, Apache or IIS.

Recommended Settings

Recommended PHP settings:

memory_limit = 256M
post_max_size = 128M
upload_max_filesize = 128M
max_execution_time = 600
max_input_time = 600

If some of the settings above are not allowed by your company policy or system administrator doesn't allow them, you can setup recommended minimal PHP settings:

memory_limit = 128M
post_max_size = 32M
upload_max_filesize = 32M
max_execution_time = 300
max_input_time = 120

Recommended FastCGI Settings (for Windows + IIS only)

For IIS6

Find the fcgiext.ini file. This is FastCGI configuration file and by default it is located in the C:\Windows\System32\inetsrv\ folder. Specify RequestTimeout and ActivityTimeout parameters under the [PHP] section as shown below:

[PHP]
RequestTimeout=600
ActivityTimeout=900

Restart IIS6 after changing the file.

For IIS7

Watch this short video to learn how to setup optimal performance for FastCGI

Ensure that the Administration Pack for IIS 7 is installed on your server! If not - please install it first, otherwise you wouldn't see the option for configuring FastCGI settings!

Take the KnowledgeBase Manager Pro Video Tour

If you're using Microsoft SQL 2005

If you're using MSSQL 2005, you need to add a line to the KMP configuration file.

Post Installation Tasks (optional)

These tasks are optional and depend from your requirements:

If you want to enable authentication of LDAP server (e.g. Active Directory) users, setup connection to your LDAP server.

Setup attachment indexation modules that allow you to search within documents such as PDF, DOC, DOCX, etc.

Install the library that allows to export articles to PDF.

You can install URL Rewriting components to make KB articles URLs a bit more user and search engine friendly.

If you have problems with setting correct permissions for KMP files and folders, check the guide that explains how to do this efficiently.

You can improve application loading time with real-time HTTP compression and cache (suggestions for Apache).