https://github.com/mgsx-dev/eclipse-plugin-apache
https://github.com/mgsx-dev/eclipse-plugin-apache
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgsx-dev/eclipse-plugin-apache
- Owner: mgsx-dev
- Created: 2014-07-05T11:53:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-05T12:49:37.000Z (almost 12 years ago)
- Last Synced: 2025-02-06T03:31:16.569Z (over 1 year ago)
- Language: Java
- Homepage: http://www.mgsx.net
- Size: 277 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Eclipse Plugin to manage VHost configuration (apache, hosts file) helping website developement with eclipse.
The principle is to automate a local server configuration when developing for web (php for instance). In general, to enable a web site on a local machine, you need to modify the hosts file, add a virtual host to the apache configuration with several options (mainly always the same) and finally restart your apache server.
Fortunately this plugin do all for you in just a click.
# Install & Updates
Open the eclipse install manager using the project [updatesite](https://github.com/mgsx-dev/eclipse-plugin-apache/blob/master/updatesite) url.
This plugin have been tested on some configuration :
* Windows XP with Easy-Php and Wamp
* Linux Ubuntu with a classic apache2 installation
* Windows 7 with xampp
# Features
* Apache installation directory selection (saved with the workspace).
* Project configuration saved with the project resource (local data).
* Root site directory selection among projet folder or sub folders.
* Server name for the project.
* Hosts file automatically updated.
* Apache configuration automatically updated.
* Several options like logs, indexes, access restrictions ...
Here is a screenshot.

# Troubleshootings
## Windows Vista and Windows 7
If you want the plugin to run properly with Windows 7 and Vista, that is allow the plugin to edit the hosts file, you need to disable some security protections.
To do so, you need to turn off the UAC (User Account Control) :
http://windows.microsoft.com/en-US/windows-vista/Turn-User-Account-Control-on-or-off
## Xampp and Wamp on Windows
Make sure apache running as a service, it's required by the plugin to start or shutdown apache.