The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Tengine"
Threesixes (talk | contribs) (initial commit) |
Threesixes (talk | contribs) m (deploy a bit of information) |
||
Line 6: | Line 6: | ||
}} | }} | ||
Tengine is an nginx fork. It supports DSO module loading, meaning it can have external modules with out the need to compile them in. | Tengine is an nginx fork. It supports DSO module loading, meaning it can have external modules with out the need to compile them in. | ||
==Install== | |||
<console>###i## emerge tengine</console> | |||
==Configuration== | |||
files for configuration are located at <code>/etc/tengine</code> | |||
===Tengine=== | |||
<code>/etc/tengine/tengine.conf</code> contains engine specific configurations. | |||
===Sites=== | |||
<code>/etc/tengine/sites-available/localhost</code> has site specific configurations. generally localhost is copied to domain.tld file formats in the <code>/etc/tengine/sites-available/</code> directory. | |||
==Use== | |||
To start the tengine server: | |||
<console>###i## rc-update add tengine</console> | |||
</console>###i## rc</console> | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 20:24, September 27, 2014
Tengine
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Tengine is an nginx fork. It supports DSO module loading, meaning it can have external modules with out the need to compile them in.
Install
root # emerge tengine
Configuration
files for configuration are located at /etc/tengine
Tengine
/etc/tengine/tengine.conf
contains engine specific configurations.
Sites
/etc/tengine/sites-available/localhost
has site specific configurations. generally localhost is copied to domain.tld file formats in the /etc/tengine/sites-available/
directory.
Use
To start the tengine server:
root # rc-update add tengine
</console>###i## rc</console>