{"id":23092617,"url":"https://github.com/kjdev/apache-mod-shorturl","last_synced_at":"2025-04-03T18:28:36.066Z","repository":{"id":4005701,"uuid":"5103721","full_name":"kjdev/apache-mod-shorturl","owner":"kjdev","description":"mod_shorturl is mongoDB base shorturl module for Apache HTTPD Server.","archived":false,"fork":false,"pushed_at":"2012-07-19T00:45:30.000Z","size":92,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T06:44:15.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"AngularClass/angular2-webpack-starter","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kjdev.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":"2012-07-19T00:44:19.000Z","updated_at":"2013-07-07T22:24:03.000Z","dependencies_parsed_at":"2022-09-10T02:10:40.234Z","dependency_job_id":null,"html_url":"https://github.com/kjdev/apache-mod-shorturl","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/kjdev%2Fapache-mod-shorturl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjdev%2Fapache-mod-shorturl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjdev%2Fapache-mod-shorturl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjdev%2Fapache-mod-shorturl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kjdev","download_url":"https://codeload.github.com/kjdev/apache-mod-shorturl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247055508,"owners_count":20876201,"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-12-16T21:35:19.032Z","updated_at":"2025-04-03T18:28:36.044Z","avatar_url":"https://github.com/kjdev.png","language":"C++","readme":"# mod_shorturl #\n\nmod_shorturl is mongoDB base shorturl module for Apache HTTPD Server.\n\n## Dependencies ##\n\n* [mongoDB driver](http://dl.mongodb.org/dl/cxx-driver)\n\n## Build ##\n\n    % ./autogen.sh (or autoreconf -i)\n    % ./configure [OPTION]\n    % make\n    % make install\n\n### Build Options ###\n\nmongoDB path.\n\n* --with-mongo=PATH  [default=/usr/include]\n* --with-mongo-lib=PATH  [default=no]\n\napache path.\n\n* --with-apxs=PATH  [default=yes]\n* --with-apr=PATH  [default=yes]\n\n## Configration ##\n\nhttpd.conf:\n\n    LoadModule shorturl_module modules/mod_shorturl.so\n    \u003cIfModule shorturl_module\u003e\n        MongoHost    localhost\n        MongoPort    27017\n        MongoTimeout 5\n        MongoHost         localhost:27017\n        # MongoHost         localhost:27017,localhost:27018,localhost:27019\n        # MongoReplicaSet   test\n        MongoDb             test\n        MongoCollection     test\n        # MongoAuthDb       admin\n        # MongoAuthUser     user\n        # MongoAuthPassword pass\n    \u003c/IfModule\u003e\n    \u003cLocation /shorturl\u003e\n        SetHandler shorturl\n    \u003c/Location\u003e\n\n## Setting ##\n\nmongoDB:\n\n    test\u003e db.insert( { _id:\"localhost/github\", url:\"http://github.com\" } )\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjdev%2Fapache-mod-shorturl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkjdev%2Fapache-mod-shorturl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjdev%2Fapache-mod-shorturl/lists"}