Skip to content

Commit

Permalink
Describe some limitations in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zstyblik committed Aug 5, 2024
1 parent 022f328 commit 9aee937
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,26 @@ I might add support for some other OS, if and when I'm bored.
* allow to enable/disable config files
* allow to enable/disable modules

#### Known limitations

##### Ports

* if there are no virtual hosts, httpd should listen at port 80 and 443 as is
by default in Debian.
* ports are generated **ONLY** from managed(defined) virtual hosts. There is
currently no way around this.

##### Virtual Hosts

Virtual host filename is assembled from priority, protocol and servername. If
any of these change, new filename will be created and the old one will be left
behind since unmanaged stuff is left alone. This is kind of suboptimal.

One way around this is either duplicate the whole virtual host configuration or
create a minimal stub with identical combination of port, servername and
ssl/no-ssl and `state: absent`. Then the former virtual host should get
disabled and new one deployed.

## Requirements

None.
Expand Down

0 comments on commit 9aee937

Please sign in to comment.