# Parameters

**Simple Mode**

<table border="1" id="bkmrk---conf-ruta-al-archi" style="width: 66.2963%; height: 208.578px;"><tbody><tr style="height: 29.7969px;"><td style="width: 21.7907%; height: 29.7969px;">--urls</td><td style="width: 77.9359%; height: 29.7969px;">url of the apache server </td></tr><tr style="height: 29.7969px;"><td style="width: 21.7907%; height: 29.7969px;">--user</td><td style="width: 77.9359%; height: 29.7969px;">user name if the apache server requires it, optional.</td></tr><tr style="height: 29.7969px;"><td style="width: 21.7907%; height: 29.7969px;">--password</td><td style="width: 77.9359%; height: 29.7969px;">password if the apache server requires it, optional</td></tr><tr style="height: 29.7969px;"><td style="width: 21.7907%; height: 29.7969px;">--ssl</td><td style="width: 77.9359%; height: 29.7969px;">to verify if the url is https certified or not, optional.</td></tr><tr style="height: 29.7969px;"><td style="width: 21.7907%; height: 29.7969px;">--transfer\_mode</td><td style="width: 77.9359%; height: 29.7969px;">name of the transfer mode, optional.</td></tr><tr style="height: 29.7969px;"><td style="width: 21.7907%; height: 29.7969px;">--tentacle\_ip</td><td style="width: 77.9359%; height: 29.7969px;"> ip of the tentacle, optional.</td></tr><tr style="height: 29.7969px;"><td style="width: 21.7907%; height: 29.7969px;">--tentacle\_port</td><td style="width: 77.9359%; height: 29.7969px;">port of the tentacle, optional.</td></tr></tbody></table>

**Advance Mode**

<table border="1" id="bkmrk---conf-configuration"><tbody><tr><td>--conf</td><td>configuration file path</td></tr></tbody></table>

**Archivo de configuración (--conf)**

```
urls= url of the apache server 
agent_name= name of the agent optional
module_prefix= prefix name for the modules optional
username= user name if the apache server requires it optional
password= password if the apache server requires it optional
verify_ssl= to verify if the url is https certified or not optional
transfer_mode= name of the transfer mode optional
tentacle_ip= ip of the tentacle optional
tentacle_port= port of the tentacle optional 
```

**Ejemplo**

```bash
urls=https://192.168.0.1/example
agent_name=example
module_prefix=apache
username=admin
password=12345
verify_ssl=true
transfer_mode=tentacle
tentacle_ip=127.0.0.1
tentacle_port=41121
```