SUPPORT
See Also
Source Code FAQ
TODO
If your question is not answered here, please see the Ejscript Tech Support FAQ, or the licensing FAQ. You may submit your question to the online community support Forum.
Questions
If I rebuild the source, can I disable features at compile time?
Answers
The standard RPM Linux download include the source RPM.
If I rebuild the source, can I disable features at compile time?
Yes. When Ejscript is built from source, a single builtConfig.h header controls exactly what features and modules are built into the server. For example, if you don't require HTTP support and you wish to minimize memory footprint, you can run configure to modify the BLD_FEATURE_EJS_HTTP definition. Use: ./configure --disable-http
If you have any further questions, please ask a question at the Forum.