From 626d13bae2bb4ebbe23e2bb90f29e82b3c0aa60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Tue, 11 Oct 2022 17:34:03 +0200 Subject: [PATCH] Fix #33 Add explanations related to the apache2 configuration --- flexiapi/README.md | 5 +++++ flexisip-account-manager.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/flexiapi/README.md b/flexiapi/README.md index e953627..aa19fad 100644 --- a/flexiapi/README.md +++ b/flexiapi/README.md @@ -25,6 +25,11 @@ You can also run the test suit using `phpunit`. To know more about the web server configuration part, you can directly [visit the official Laravel installation documentation](https://laravel.com/docs/8.x). +### Apache2 server configuration + +The package will deploy a `flexisip-account-manager.conf` file in the apache2 configuration directory. +This file can be loaded and configured in your specific VirtualHost configuration. + ### Configure the .env file Complete all the other variables in the `.env` file or by overwritting them in your Docker or web-server configuration: diff --git a/flexisip-account-manager.spec b/flexisip-account-manager.spec index 4f13668..cc7e530 100644 --- a/flexisip-account-manager.spec +++ b/flexisip-account-manager.spec @@ -8,7 +8,7 @@ #%define _datadir %{_datarootdir} #%define _docdir %{_datadir}/doc -%define build_number 156 +%define build_number 157 %define var_dir /var/opt/belledonne-communications %define opt_dir /opt/belledonne-communications/share/flexisip-account-manager @@ -35,7 +35,7 @@ Name: bc-flexisip-account-manager Version: 1.1.0 Release: %{build_number}%{?dist} -Summary: SIP account management xml-rpc server, for use with flexisip server suite. +Summary: SIP account management xml-rpc server, for use with flexisip server suite. Only tested for Apache2. Group: Applications/Communications License: GPL