https://github.com/xatuke/gci-custom-apache
for GCI
https://github.com/xatuke/gci-custom-apache
Last synced: 11 months ago
JSON representation
for GCI
- Host: GitHub
- URL: https://github.com/xatuke/gci-custom-apache
- Owner: xatuke
- License: apache-2.0
- Created: 2019-12-23T11:07:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T17:57:53.000Z (over 6 years ago)
- Last Synced: 2025-03-05T15:07:33.771Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitter.im/JBossOutreach/gci)
# GCI-Custom-Apache
for GCI
### Steps to make a custom module for Apache
- Read [this](https://httpd.apache.org/docs/2.4/developer/modguide.html) article to know how the modules work.
- Create a module like for example [this](https://anonfile.com/F802L2Hcn5/mod_gci_c) one, `gci-handler` which prints `GCI 2019`.
- Add the following to the `httpd.conf` to access the handler while the server runs.
```
SetHandler gci-handler
```
- Start the apache server and go to: `localhost/gci`, it'll print the following:

# [DEMO](https://streamable.com/mc5yq)
Google Code-in and the Google Code-in logo are trademarks of Google Inc.