Skip to content

Some Bash commands to simplify certain Apache operations in Ubuntu

Notifications You must be signed in to change notification settings

darwinz/apache-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bash-Apache-Operations

Some Bash commands to simplify certain Apache operations in Ubuntu

To install, clone this repository, then add the following into your ~/.bashrc source /path/to/apache.sh replacing "/path/to" with the actual file path

  1. Apache commands
    • httpHeaders - get HTTP headers for a remote web page
      • argument $@ web page URL
      • Usage example: httpHeaders text.example.com
    • httpDebug - download a remote web page and show info on what took time
      • argument $@ web page URL
      • Usage example: httpDebug text.example.com
    • display_errors_on - turn display errors on in php.ini
    • display_errors_off - turn display errors off in php.ini

About

Some Bash commands to simplify certain Apache operations in Ubuntu

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages