Skip to content
Bug.md 1.7 KiB
Newer Older
<!-- Before creating a bug report, please:
- Read the contribution guidelines: https://git.ispconfig.org/ispconfig/ispconfig3/-/blob/develop/CONTRIBUTING.md
- Do not ask support questions here. If you are unsure if your problem is a bug, post a thread on the forum: https://www.howtoforge.com/community/#ispconfig-3.23
- Make sure to remove any content from the description that you did not add. For example, if there are no related log entries, remove the whole "Related log entries" part.
-->

Marius Burkard's avatar
Marius Burkard committed
## short description
What is happening and what is wrong with that?

## steps to reproduce
1. [First step]
2. [Second step]
3. [and so on...]

Marius Burkard's avatar
Marius Burkard committed
## correct behaviour
What should happen instead?

## environment
Server OS + version: (Debian 10/Ubuntu 20.04 /CentOS 8/...)  
ISPConfig version: (3.1.15p3/3.2.3/3.2dev/...)
Marius Burkard's avatar
Marius Burkard committed
_you can use `grep 'ISPC_APP_VERSION' /usr/local/ispconfig/server/lib/config.inc.php` to get it from the command line_
Software version of the related software:
Marius Burkard's avatar
Marius Burkard committed
```
insert the output of `nginx -v` or `apachectl -v` here
```
```
insert the output of `php -v` here
```

## proposed fix
Marius Burkard's avatar
Marius Burkard committed
optional, of course.  
if you want to post code snippets, please use  
Marius Burkard's avatar
Marius Burkard committed
```  
your code  
```
or attach a code file. Best is to create a merge request of course.
Marius Burkard's avatar
Marius Burkard committed

## references
if you know of related bugs or feature requests, please reference them by using `#<issuenumber>`, e. g. #6105
if you have done a merge request already, please reference it by using `!<mergenumber>`, e. g. !1444 
Marius Burkard's avatar
Marius Burkard committed
if you know of a forum post on howtoforge.com that deals with this topic, just add the link to the forum topic here

## screenshots
optional, of course.  
Add screenshots of the problem by clicking "Attach a file" on the bottom right.
## Related log entries