[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#250408: apache-ssl 1.3.29.0.2-7 can't install on sid



Package: apache-ssl
Version: 1.3.29.0.2-7

Tried a dist-upgrade today and found the output of
apt-get was giving "grep: invalid regular expression"
a number of times. I think I found the problem in
/usr/sbin/apache-modconf, around line 158:

        cd /usr/lib/apache/1.3
        for i in $enabled; do
	mapped="`grep -l $i.so$ *.info | sed -e 's/\.info$/,/g' -e 's/^...//g'` $mapped"
        done

Notice the leading '$' in the regular expression to grep? I took it
out and it seems to run without errors now.


The second issue now is that I now have (only) this in my
/etc/apache-ssl/modules.conf:

ClearModuleList
AddModule mod_so.c
AddModule mod_macro.c
LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
LoadModule qs2ssi_module /usr/lib/apache/1.3/mod_qs2ssi.so

So, result is that I get an error like this when starting
up apache:

Syntax error on line 332 of /etc/apache-ssl/httpd.conf:
Invalid command 'Order', perhaps mis-spelled or defined by a module not
included in the server configuration

Running apache-modconf apache-ssl enable mod_access, for
example, won't put mod_access in modules.conf to correct the
error.

Eeek.



Reply to: