diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-08-24 15:19:16 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-08-24 15:19:16 +0200 |
commit | 9546f699d19b3e565c0e40b136f892bcfad82503 (patch) | |
tree | d37c87ea2a212bf24b5f866b6e650e55193e4f59 /apache.conf | |
parent | 8076a9fac9dd67438f25e7e3aaf523bf4c9fa4c2 (diff) | |
download | sitesummary-9546f699d19b3e565c0e40b136f892bcfad82503.tar.gz sitesummary-9546f699d19b3e565c0e40b136f892bcfad82503.tar.bz2 sitesummary-9546f699d19b3e565c0e40b136f892bcfad82503.tar.xz |
Drop redundant ScriptAlias line from apache configuration to avoid error from apache during installation of the sitesummary package.
Diffstat (limited to 'apache.conf')
-rw-r--r-- | apache.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apache.conf b/apache.conf index 9d5859a..45193e7 100644 --- a/apache.conf +++ b/apache.conf @@ -4,7 +4,6 @@ # Alias /sitesummary /var/lib/sitesummary/www -ScriptAlias /cgi-bin/sitesummary-collector.cgi /usr/lib/cgi-bin/sitesummary-collector.cgi <Directory /var/lib/sitesummary/www> AllowOverride None |