Skip to content

Instantly share code, notes, and snippets.

@mthabsheer
Last active August 12, 2020 23:42
Show Gist options
  • Save mthabsheer/d176bc1c9b1a29bc2b2fac6699e8124d to your computer and use it in GitHub Desktop.
Save mthabsheer/d176bc1c9b1a29bc2b2fac6699e8124d to your computer and use it in GitHub Desktop.
No space left on device: AH00023: Couldn’t create the rewrite-map mutex
While starting apache the below error pop up
No space left on device: AH00023: Couldn't create the ssl-cache mutex
Solution:
ipcs -s | awk -v user=apache '$3==user {system("ipcrm -s "$2)}'
Found solution from https://portal.cloudunboxed.net/knowledgebase/37/No-space-left-on-device-AH00023-Couldnt-create-the-rewrite-map-mutex.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment