{"id":19827859,"url":"https://github.com/dragouf/linuxvhostsmanager","last_synced_at":"2025-11-24T00:04:15.755Z","repository":{"id":10005608,"uuid":"12040835","full_name":"dragouf/LinuxVhostsManager","owner":"dragouf","description":"Help to manage apache 2 vhosts on ubuntu server, synchronize files between local/dev server and monitor logs in real time","archived":false,"fork":false,"pushed_at":"2014-03-18T15:32:55.000Z","size":1288,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T09:33:09.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dragouf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-11T19:00:31.000Z","updated_at":"2020-04-01T08:04:32.000Z","dependencies_parsed_at":"2022-09-22T02:02:00.854Z","dependency_job_id":null,"html_url":"https://github.com/dragouf/LinuxVhostsManager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragouf%2FLinuxVhostsManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragouf%2FLinuxVhostsManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragouf%2FLinuxVhostsManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragouf%2FLinuxVhostsManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dragouf","download_url":"https://codeload.github.com/dragouf/LinuxVhostsManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241184017,"owners_count":19924007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T11:14:19.936Z","updated_at":"2025-11-24T00:04:15.692Z","avatar_url":"https://github.com/dragouf.png","language":"C#","readme":"LinuxVhostsManager\n==================\n\nHelp to manage apache 2 vhosts on ubuntu server, synchronize files between local/dev server and monitor logs in real time.\n\n##What you can do\n\n  - Create / Delete vhosts\n  - Sync. file between local and dev server\n  - Write into windows hosts file to point to dev server (Production/Development button)\n  - Create/Open project from local file into Netbeans\n  - Monitor in real time apache logs (error, access, rewrite, global)\n  - Instantly replicate file modification from local to vhost dev server\n  - Direct access to MySql Administration, local folder, website\n  - Display Linux information (hdd space...)\n\n##What you need\n\n - Ubuntu server 12.04 (can work with other distrib...)\n - SSH connection\n - Apache 2 with mode_rewrite\n - Samba share with a share named \"vhosts\" poiting to /var/www/vhosts\n - xdebug\n - PhpMyAdmin package\n - Access to config files or root access\n - On windows computer : Netbeans\n\n**Install mod_rewrite**\n\n```\nsudo a2enmod rewrite\n```\n\n**Install samba**\n\n```\nsudo apt-get install samba\nsudo vim /etc/samba/smb.conf\n```\n\n*Add*\n```\nsecurity = user\n\n[vhosts]\n    comment = VhostsApache\n    path = /var/www/vhosts/\n    browsable = yes\n    guest ok = no\n    read only = no\n    create mask = 0755\n```\n\n**Install xdebug**\n\n```\nsudo apt-get install php5-xdebug\nsudo vim /etc/php5/conf.d/xdebug.ini\n```\n\n*Add*\n```\nzend_extension=/usr/lib/php5/20090626/xdebug.so\n\nxdebug.remote_enable=On\nxdebug.remote_port=9000\nxdebug.remote_handler=dbgp\nxdebug.idkey=\"netbeans-xdebug\"\nxdebug.remote_connect_back=On\n```\n\n\n**Install PhpMyAdmin**\n\n```\nsudo apt-get install phpmyadmin\n```\n\n##Preview\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.github.com/dragouf/LinuxVhostsManager/master/screenshot1.png\" alt=\"LinuxVhostManager screenshot options\" /\u003e\n\n\u003cimg src=\"https://raw.github.com/dragouf/LinuxVhostsManager/master/screenshot2.png\" alt=\"LinuxVhostManager screenshot vhost\" /\u003e\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragouf%2Flinuxvhostsmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragouf%2Flinuxvhostsmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragouf%2Flinuxvhostsmanager/lists"}