Bugzilla – Attachment 109898 Details for
Bug 20582
Turn Koha into a Mojolicious application
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20582: Add very simple configuration file for Apache
Bug-20582-Add-very-simple-configuration-file-for-A.patch (text/plain), 1.06 KB, created by
Martin Renvoize (ashimema)
on 2020-09-11 10:49:55 UTC
(
hide
)
Description:
Bug 20582: Add very simple configuration file for Apache
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-09-11 10:49:55 UTC
Size:
1.06 KB
patch
obsolete
>From c680c903928db6923b952a4dc616ecd951a87790 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 28 Aug 2020 17:37:53 +0400 >Subject: [PATCH] Bug 20582: Add very simple configuration file for Apache > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > etc/apache.conf | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 etc/apache.conf > >diff --git a/etc/apache.conf b/etc/apache.conf >new file mode 100644 >index 0000000000..04a934cd6e >--- /dev/null >+++ b/etc/apache.conf >@@ -0,0 +1,18 @@ >+# This config file assume you are using starman with the app.psgi that can be >+# found in the root directory of Koha, and that it listens on ports 5000-5001 >+ >+<VirtualHost *:80> >+ # CHANGEME >+ ServerName intranet.koha-dev >+ >+ ProxyPass / http://127.0.0.1:5000/ >+ ProxyPassReverse / http://127.0.0.1:5000/ >+</VirtualHost> >+ >+<VirtualHost *:80> >+ # CHANGEME >+ ServerName opac.koha-dev >+ >+ ProxyPass / http://127.0.0.1:5001/ >+ ProxyPassReverse / http://127.0.0.1:5001/ >+</VirtualHost> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20582
:
74173
|
74517
|
74518
|
74519
|
74520
|
79648
|
81687
|
81857
|
82423
|
84526
|
84527
|
84528
|
84529
|
84530
|
84531
|
91009
|
99267
|
103633
|
103720
|
103721
|
109282
|
109283
|
109284
|
109895
|
109896
|
109897
| 109898 |
109899
|
109900
|
111282
|
111315
|
111374