Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdupl/lamp3000
This script is indented to create a new virtual host with sftp and mysql access.
https://github.com/jdupl/lamp3000
Last synced: about 5 hours ago
JSON representation
This script is indented to create a new virtual host with sftp and mysql access.
- Host: GitHub
- URL: https://github.com/jdupl/lamp3000
- Owner: jdupl
- License: gpl-2.0
- Created: 2013-11-07T23:08:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-08T02:17:38.000Z (about 11 years ago)
- Last Synced: 2024-04-20T06:40:08.810Z (7 months ago)
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Lamp3000
========This script is indented to create a new virtual host with sftp and mysql access.
The backend server must have an 'sftp' group, an Apache web server with suexec enabled and MySql or MariaDB.
Your python interpreter must have the 'python-mysqldb' extension if you intend to use MySQL with the script.
Only tested on Linux systems with Python 2.7.x and Apache 2.2 and 2.4Usage: backend.py user domain [enableMySql=true] [enablePhpMyAdmin=false] [Alias 1] [Alias 2] [Alias x]