{"id":20098973,"url":"https://github.com/jream/vhost-creator","last_synced_at":"2026-03-07T19:31:23.248Z","repository":{"id":19645214,"uuid":"22897617","full_name":"JREAM/vhost-creator","owner":"JREAM","description":"CLI Apache/Nginx VirtualHost Generator","archived":false,"fork":false,"pushed_at":"2017-03-04T00:06:55.000Z","size":8,"stargazers_count":10,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T06:46:01.078Z","etag":null,"topics":["apache","apache2","cli","nginx","python","virtual-hosts","virtualhost-generator"],"latest_commit_sha":null,"homepage":"http://jream.com","language":"PHP","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/JREAM.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":"2014-08-13T00:57:07.000Z","updated_at":"2021-09-03T13:37:26.000Z","dependencies_parsed_at":"2022-07-23T04:01:59.722Z","dependency_job_id":null,"html_url":"https://github.com/JREAM/vhost-creator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JREAM/vhost-creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Fvhost-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Fvhost-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Fvhost-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Fvhost-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JREAM","download_url":"https://codeload.github.com/JREAM/vhost-creator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Fvhost-creator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30227786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["apache","apache2","cli","nginx","python","virtual-hosts","virtualhost-generator"],"created_at":"2024-11-13T17:07:24.293Z","updated_at":"2026-03-07T19:31:23.192Z","avatar_url":"https://github.com/JREAM.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VirtualHost Generator\n\nAuthor [Jesse Boyer (JREAM)](http://jream.com)\n\nThis is a simple PHP CLI Script to generate an Apache VirtualHost on the fly. This is primarily useful for development environments.\n\nThis requires Apache 2 which uses the `Require all granted` Directory setting. The default directory setting is to `AllowOverride All` for your `.htaccess` files if you use them. Otherwise you can edit the outputted file.\n\n## In Development\nIm going to add nginx as well as apache.\nThis is in development, dont use it right now please.\n\n## Usage\nIn your Terminal run the following command and follow the instructions:\n\n    $ php vhost.php\n\n## Activate your Virtual Host\n\nOnce you save VirtualHost file using a site example lets call **unicorn**, you can activate it with:\n\n    $ sudo mv output/unicorn.conf /etc/apache2/sites-available\n    $ sudo a2ensite unicorn\n    $ sudo service apache2 reload\n\n## Access Your Site\n\nThen you should be able to access your site:\n\n    http://127.0.0.1/unicorn/\n\n## Misc\n\nIf you are using .htaccess for friendly URLS, turn mod_rewrite on:\n\n    $ sudo a2enmod rewrite\n    $ sudo service apache2 restart\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjream%2Fvhost-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjream%2Fvhost-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjream%2Fvhost-creator/lists"}