Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
apache2-base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
docker
apache2-base
Merge requests
!5
Bookworm
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Bookworm
bookworm
into
master
Overview
0
Commits
6
Pipelines
11
Changes
6
Open
ale
requested to merge
bookworm
into
master
2 years ago
Overview
0
Commits
6
Pipelines
11
Changes
6
Expand
Also switches to s6-overlay-lite.
Edited
1 year ago
by
ale
0
0
Merge request reports
Compare
master
version 4
afa0f745
1 year ago
version 3
8045f380
1 year ago
version 2
bdc32b6c
1 year ago
version 1
20d29dc7
2 years ago
master (HEAD)
and
latest version
latest version
a398250a
6 commits,
1 year ago
version 4
afa0f745
5 commits,
1 year ago
version 3
8045f380
4 commits,
1 year ago
version 2
bdc32b6c
2 commits,
1 year ago
version 1
20d29dc7
1 commit,
2 years ago
6 files
+
11
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
conf/cont-init.d/02run-apache2
0 → 100755
+
7
−
0
Options
#!/bin/sh
# Create the APACHE_RUN_DIR. Create the 'socks' subdirectory too, otherwise
# apache2ctl will attempt to run a chown on it and fail.
mkdir
-p
/run/apache2 /run/apache2/socks
exit
0
Loading