Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
flexisip-http-file-transfer-server
Commits
bd80b62d
Commit
bd80b62d
authored
Nov 16, 2020
by
johan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix apache configuration
parent
5629ffa6
Pipeline
#22029
passed with stages
in 27 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
flexisip-http-file-transfer-server.spec
flexisip-http-file-transfer-server.spec
+4
-2
httpd/flexisip-http-file-transfer-server.conf
httpd/flexisip-http-file-transfer-server.conf
+1
-3
No files found.
flexisip-http-file-transfer-server.spec
View file @
bd80b62d
...
...
@@ -9,7 +9,7 @@
#%define _datadir %{_datarootdir}
#%define _docdir %{_datadir}/doc
%define build_number
4
%define build_number
5
#%if %{build_number}
#%define build_number_ext -%{build_number}
#%endif
...
...
@@ -85,8 +85,10 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Nov 16 2020 Johan Pascal <johan.pascal@belledonne-communications.com>
- 1.0-5 Fix default apache configuration file for legacy alias
* Thu Nov 12 2020 Johan Pascal <johan.pascal@belledonne-communications.com>
- Add digest authentification
-
1.0-4
Add digest authentification
* Tue Apr 7 2020 Johan Pascal <johan.pascal@belledonne-communications.com>
- Add crontab configuration file
* Wed Apr 1 2020 Johan Pascal <johan.pascal@belledonne-communications.com>
...
...
httpd/flexisip-http-file-transfer-server.conf
View file @
bd80b62d
...
...
@@ -12,7 +12,7 @@ Alias /flexisip-http-file-transfer-server /opt/belledonne-communications/share/f
### legacy aliases
### Alias serving the download - see previous section about a warning on download alias and user's authentification
#Alias /http-file-transfer-server/tmp /var/opt/belledonne-communications/flexisip-http-file-transfer-tmp
Alias
/
flexisip
-
http
-
file
-
transfer
-
server
/
tmp
/
opt
/
belledonne
-
communications
/
share
/
flexisip
-
http
-
file
-
transfer
-
server
/
download
.
php
Alias
/
http
-
file
-
transfer
-
server
/
tmp
/
opt
/
belledonne
-
communications
/
share
/
flexisip
-
http
-
file
-
transfer
-
server
/
download
.
php
### Alias serving the upload script
Alias
/
http
-
file
-
transfer
-
server
/
opt
/
belledonne
-
communications
/
share
/
flexisip
-
http
-
file
-
transfer
-
server
...
...
@@ -35,8 +35,6 @@ Alias /http-file-transfer-server /opt/belledonne-communications/share/flexisip-h
php_flag
engine
off
RemoveHandler
.
cgi
.
php
.
php3
.
php4
.
php5
.
phtml
.
pl
.
py
.
pyc
.
pyo
<
Files
*>
AllowOverride
None
SetHandler
none
SetHandler
default
-
handler
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment