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
Labels
Merge Requests
113
Merge Requests
113
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
1d9d9781
Commit
1d9d9781
authored
Mar 11, 2025
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stack/lamp: remove not needed
parent
bfed2176
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
stack/lamp/apache.conf.in
stack/lamp/apache.conf.in
+1
-1
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
+0
-1
No files found.
stack/lamp/apache.conf.in
View file @
1d9d9781
...
...
@@ -84,4 +84,4 @@ 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
LoadModule php
_module modules/libphp
.so
stack/lamp/buildout.hash.cfg
View file @
1d9d9781
...
...
@@ -18,7 +18,7 @@ md5sum = b4e43ec5d3a2ed23bf6aaf0c62d0578c
[instance-apache-php]
filename = instance-apache-php.cfg.in
md5sum =
4e0a5af8b8d92a77a3ced7d55fb14257
md5sum =
291477c40e652589ef093aa0679abefb
[instance-lamp]
filename = instance-lamp.cfg.jinja2.in
...
...
@@ -26,7 +26,7 @@ md5sum = de1f450a80547d12334b712016138078
[template-apache.conf]
filename = apache.conf.in
md5sum =
05841c5110f969a8be719efdf16ead05
md5sum =
c589d40cea9b83476e786ce2ead16357
[template-php.ini]
filename = php.ini.in
...
...
stack/lamp/instance-apache-php.cfg.in
View file @
1d9d9781
...
...
@@ -201,7 +201,6 @@ db-password = ${mariadb-urlparse:password}
db-name = ${mariadb-urlparse:path}
db-host = ${mariadb-urlparse:host}
db-port = ${mariadb-urlparse:port}
document-root = ${apache-php-configuration:default-document-root}
backend-url = ${apache-php-configuration:url}
php-bin = {{ parameter_dict['apache-php-location'] }}/bin/php
php-ini = ${php.ini-conf:output}
...
...
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