https://github.com/vitexsoftware/ispconfig-apache
Debian package allowing apache use ispconfig's *.vhost config files
https://github.com/vitexsoftware/ispconfig-apache
Last synced: 21 days ago
JSON representation
Debian package allowing apache use ispconfig's *.vhost config files
- Host: GitHub
- URL: https://github.com/vitexsoftware/ispconfig-apache
- Owner: VitexSoftware
- License: mit
- Created: 2017-09-20T10:29:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T15:30:14.000Z (over 7 years ago)
- Last Synced: 2025-04-09T04:19:39.572Z (10 months ago)
- Language: Makefile
- Size: 46.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ispconfig Apache config for Debian / Ubuntu
===========================================

Debian package allowing apache use ispconfig's *.vhost config files.
Also provide fix for buggy let's encrypt support
Building package
----------------
apt-get -y install devscripts dpkg-dev
git clone git@github.com:VitexSoftware/ispconfig-apache.git
debuild -i -us -uc -b
Installation
------------
You can use repo:
wget -O - http://v.s.cz/info@vitexsoftware.cz.gpg.key|sudo apt-key add -
echo deb http://v.s.cz/ stable main > /etc/apt/sources.list.d/vitexsoftware.list
apt update
apt install ispconfig-apache