Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Sandbox for me. | Sandbox for me. | ||
{{Service|Postfix|25/587|/etc/postfix/main.cf|Mail handling}} | |||
{{Service|Dovecot|993|/etc/dovecot/dovecot.conf|IMAP service}} | |||
{{Service|Apache|80/443|/etc/httpd/...|Web server}} | |||
{{Service|Wiki|80/443|/etc/httpd/vhosts/docs-le-ssl.conf|Handles all web traffic}} | |||
[[Postfix Notes]] | [[Postfix Notes]] | ||
[[Bitcoin Scripts]] | [[Bitcoin Scripts]] | ||
| Line 9: | Line 15: | ||
This is a test reference.<ref>This is the note.</ref> | This is a test reference.<ref>This is the note.</ref> | ||
== Apache == | |||
{{Cmd|systemctl restart httpd}} | |||
{{Path|/etc/httpd/vhosts/docs-le-ssl.conf}} | |||
{{Warning|Always run http reload to reload as it include the configtest}} | |||
== References == | == References == | ||
<references /> | <references /> | ||
Latest revision as of 12:24, 16 April 2026
Sandbox for me.
Postfix
- Port: 25/587
- Config: `/etc/postfix/main.cf`
- Notes: Mail handling
Dovecot
- Port: 993
- Config: `/etc/dovecot/dovecot.conf`
- Notes: IMAP service
Apache
- Port: 80/443
- Config: `/etc/httpd/...`
- Notes: Web server
Wiki
- Port: 80/443
- Config: `/etc/httpd/vhosts/docs-le-ssl.conf`
- Notes: Handles all web traffic
It works
Note: This is a test
This is a test reference.[1]
Apache
Command: `systemctl restart httpd`
Path: `/etc/httpd/vhosts/docs-le-ssl.conf`
⚠ WARNING: Always run http reload to reload as it include the configtest
References
- ↑ This is the note.