Here are
61 public repositories
matching this topic...
A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
Updated
Apr 28, 2020
Python
httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the result reliability with increased threads.
Easy to use php docker development environment setup with vhost/multi version support
Updated
Oct 30, 2016
Shell
🤖 LEMP w/ PHP7.2 (or 7.1) & MariaDB on Ubuntu 16/17/18 x64
Updated
Aug 20, 2019
Shell
Butterfly connects Virtual Machines and control their traffic flow
Helps you managing LAMP basic needs (virtualHost, Ftp users, Mysql Database)
Updated
Apr 1, 2016
Shell
WordPress-optimized Vagrant VM (LEMP) powered by nginx, PHP7 and Redis.
Updated
Oct 15, 2019
Shell
⚡ A name-based virtual host middleware for Koa2.
Updated
Sep 18, 2018
JavaScript
A simple bash script to create virtual host vhost with apache on Ubuntu or CentOS
Updated
Aug 1, 2017
Shell
vhost for containerised storage
Apache(Linux) virtual host creator
Updated
Nov 5, 2017
Python
Proxy subdomain http requests to another server
Updated
Jan 16, 2020
JavaScript
Simple vagrant setup (LAMP) used for WordPress development by Digitoimisto Dude Oy.
Updated
Jul 5, 2017
Shell
Reverse TLS proxy with x509 client auth.
Installation d'un environnement de développement PHP sur ubuntu avec virtualbox et xdebug
Virtual host manager for Apache/Nginx/etc..
My starter theme that I usually work with. Its far from perfect but has potential. Please feel free to Fork and submit your PR's to help me improve.
top-down virtual host for Nodejs
Updated
Jan 1, 2018
JavaScript
Create virtual host with single command on Ubuntu.
Updated
Oct 18, 2019
Shell
Enumerate interesting vhosts via a wordlist attack
Updated
Mar 20, 2020
Shell
create your vhost without difficulty with this cli
Updated
Sep 15, 2019
Shell
An apache host viewer to list all provided hosts and vhosts on current system.
Updated
Jul 25, 2017
Shell
Updated
Sep 9, 2018
Shell
Install and Configure Gotify without Docker in Apache Server
Updated
May 12, 2020
Shell
Customizable node server for running multiple apps. 👤
Updated
Dec 27, 2017
TypeScript
Minimal Docker compose configuration with php-fpm + nginx + mysql + mailhog (all are alpine latest) and an optional capistrano container
Updated
Apr 4, 2019
Smarty
A project analyser that tries to find out some details from the given project path.
Updated
Aug 10, 2017
Shell
Improve this page
Add a description, image, and links to the
vhost
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
vhost
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I'm using express vhost behind a reverse proxy and i want to use this module based on the
x-forwarded-hostheader as opposed to thehostheader that is hardcoded here:https://github.com/expressjs/vhost/blob/12565d1e88ccd089f2f04f05227f636d3aea6111/index.js#L77
Express 4 supports this by accessing
req.hostnamedirectly: http://expressjs.com/en/4x/api.html#req.hostnameExpress 3 supp