Skip to content
Snippets Groups Projects
Commit a398250a authored by ale's avatar ale
Browse files

Create /run/apache2/socks to make apache2ctl work

parent afa0f745
No related branches found
No related tags found
No related merge requests found
Pipeline #76065 passed
#!/bin/sh
mkdir -p /run/apache2
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment