This project is not covered by Drupal’s security advisory policy.

Feather is a Drush script for managing and running an Apache http server in a development environment with minimal configuration. Feather maintains an isolated set of Apache configuration files, optimized to run a minimal httpd server. These configuration files are completely managed by Feather, so gone are the days of manually setting up virtual hosts for every new development site.

How is this different from drush run-server? The key difference is that Feather runs Apache, so it provides a development environment that is more similar to most production environments.

Drush commands provided by feather:

feather-add
Add a virtual host configuration.
feather-remove
Remove a virtual host configuration.
feather-list
Display all configured virtual hosts.
feather-status
Display the current status (running/not running) of the server.
feather-start
Start the web server.
feather-stop
Stop the web server.
feather-restart
Restart the web server.
feather-check-config
Check the syntax of the generated configuration files.
feather-error-log
Display the error log using `tail`.
feather-install
Install the "feather" symlink.

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • Module categories: Developer Tools
  • Created by zroger on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases