# tuna and Apache

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Run Apache

## Step 3. Run tuna

Special settings are not required, but for correct request routing, you may need to pass the `Host` header, for example:

```shell
tuna http --request-header="host:tuna.am" 80

```
