certbot/certbot-apache/certbot_apache/tests/testdata/debian_apache_2_4
ohemorange 34d655151d Remove commas in filename (#6692)
This will immediately address the breakage reported in #6682 and tracked at #6685. Pip 19.0.0 and 19.0.1 don't allow commas in filenames, so don't use commas in filenames in certbot-apache test code.

I've confirmed that this fixes the issue on a machine that fails with the version of certbot-auto currently in master: recent version of virtualenv, python 2.7.

Steps to test:

push master to test box
run tools/venv.py
activate venv
pip --version: 19.0.1
pip install ./certbot-apache/: fails
push branch code to test box
confirm pip --version still 19.0.1
pip install ./certbot-apache/: success

* Rename old,default.conf to old-and-default.conf

* Update changelog

* sites-enabled should contain a symlink to sites-available
2019-01-24 11:37:36 -08:00
..
augeas_vhosts Remove commas in filename (#6692) 2019-01-24 11:37:36 -08:00
default_vhost s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
multi_vhosts/apache2 Add support for multivhosts in Apache 2017-05-02 15:56:55 -07:00
multiple_vhosts Remove unnecessary dotfiles (#6151) 2018-06-27 09:32:53 -07:00