mod-rootme

(★ 44)

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

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

a2dismod

View Details ▼

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 ▼

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