https://github.com/darwinz/apache-operations
Some Bash commands to simplify certain Apache operations in Ubuntu
https://github.com/darwinz/apache-operations
apache bash cli shell ubuntu
Last synced: about 2 months ago
JSON representation
Some Bash commands to simplify certain Apache operations in Ubuntu
- Host: GitHub
- URL: https://github.com/darwinz/apache-operations
- Owner: darwinz
- Created: 2015-08-08T07:12:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-08T07:17:49.000Z (almost 11 years ago)
- Last Synced: 2025-10-11T07:43:37.306Z (9 months ago)
- Topics: apache, bash, cli, shell, ubuntu
- Language: Shell
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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