mod-rootme
Ye olde root shell for ye olde httpd
File Explorer
- .gitignore
- COPYING
- Makefile
- mod_rootme.c
- mod_rootme.h
- modules.mk
- mrm_server.c
- mrm_server.h
- README.md
- README.old.txt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
a2dismod
View Details ▼
a2dismod
Disable an Apache module on Debian-based OSes.
sudo a2dismod {{module}}
Disable a module:
sudo a2dismod {{[-q|--quiet]}} {{module}}
Don't show informative messages:
a2enmod
View Details ▼
a2enmod
Enable an Apache module on Debian-based OSes.
sudo a2enmod {{module}}
Enable a module:
sudo a2enmod {{[-q|--quiet]}} {{module}}
Don't show informative messages:
// repository documentation
Was this content helpful?
(0 ratings)
