Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nirina Malard
slapos
Commits
5b109c6e
Commit
5b109c6e
authored
May 09, 2023
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stack/lamp: updates for drupal
parent
22c75bb7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
7 deletions
+11
-7
component/apache-php/buildout.cfg
component/apache-php/buildout.cfg
+5
-0
stack/lamp/apache-httpd.conf.in
stack/lamp/apache-httpd.conf.in
+1
-1
stack/lamp/apache.conf.in
stack/lamp/apache.conf.in
+2
-3
stack/lamp/buildout.hash.cfg
stack/lamp/buildout.hash.cfg
+2
-2
stack/lamp/instance-apache-php.cfg.in
stack/lamp/instance-apache-php.cfg.in
+1
-1
No files found.
component/apache-php/buildout.cfg
View file @
5b109c6e
...
...
@@ -134,5 +134,10 @@ md5sum = 2a45250d2f073aa7698db5c3bc4d6d29
url = https://www.php.net/distributions/php-8.1.18.tar.xz
md5sum = b6a290905d0851cb999a1d9d5e2a24c1
[apache-php8.0]
<= apache-php7
url = https://www.php.net/distributions/php-8.0.28.tar.bz2
md5sum = d1f8e3752890d15f104b2220331eac27
[apache-php]
<= apache-php8
stack/lamp/apache-httpd.conf.in
View file @
5b109c6e
<VirtualHost *:{{ parameter_dict['port'] }}>
ServerAdmin admin@example.com
DocumentRoot {{ parameter_dict
['document-root']
}}
DocumentRoot {{ parameter_dict
.get('document-root', parameter_dict['default-document-root'])
}}
SetEnvIf Origin "^http(s)?://(.+\.)?(app\.officejs\.com)$" ORIGIN_DOMAIN=$0
Header always set Access-Control-Allow-Origin "%{ORIGIN_DOMAIN}e" env=ORIGIN_DOMAIN
...
...
stack/lamp/apache.conf.in
View file @
5b109c6e
...
...
@@ -82,7 +82,6 @@ LoadModule rewrite_module modules/mod_rewrite.so
LoadModule headers_module modules/mod_headers.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule filter_module modules/mod_filter.so
LoadModule xsendfile_module modules/mod_xsendfile.so
LoadModule http2_module modules/mod_http2.so
LoadModule php{{ '_module modules/libphp' if parameter_dict.get('enable-php8') else '7_module modules/libphp7' }}.so
{% for module in parameter_dict.get('php-module-list', '').split('\n') -%}
LoadModule {{ module.strip() }}
{% endfor -%}
stack/lamp/buildout.hash.cfg
View file @
5b109c6e
...
...
@@ -26,7 +26,7 @@ md5sum = de1f450a80547d12334b712016138078
[template-apache.conf]
filename = apache.conf.in
md5sum =
cb847466e8438df624a8c0387cc78b97
md5sum =
05841c5110f969a8be719efdf16ead05
[template-php.ini]
filename = php.ini.in
...
...
@@ -34,4 +34,4 @@ md5sum = 980f603c34fcb008ce73a9dde2dbceb3
[template-apache-httpd]
filename = apache-httpd.conf.in
md5sum =
4ad906791f0d6fd3a4aef8f5a8018b45
md5sum =
88324113df68851fd4b5bca4f7d40db4
stack/lamp/instance-apache-php.cfg.in
View file @
5b109c6e
...
...
@@ -130,7 +130,7 @@ listening-port = 9988
#-- Deploy Apache + PHP application.
[apache-php-configuration]
document-root = ${directory:www}
d
efault-d
ocument-root = ${directory:www}
pid-file = ${directory:run}/apache.pid
lock-file = ${directory:run}/apache.lock
ip = ${apache-network-configuration:listening-ip}
...
...
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