()
| 7 | return content |
| 8 | |
| 9 | def read_conf(): |
| 10 | return read_file("/etc/apache2/sites-available/000-default.conf") |
| 11 | |
| 12 | def clean_conf(apache_conf, root_path): |
| 13 | apache_conf = re.sub(r'\n\s.*ProxyPass\s+' + re.escape(root_path) + r'\s+.*\n', '\n', apache_conf) |
no test coverage detected