Changeset 1938
- Timestamp:
- 09/09/07 22:48:42 (1 year ago)
- Files:
-
- alternc/trunk/install/alternc.install (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/install/alternc.install
r1935 r1938 181 181 # Apache will not start without this file 182 182 touch /var/alternc/apacheconf/override_php.conf 183 php=` dpkg -l libapache*-mod-php* | grep ^ii | sed -e 's/^.*libapache.\?-mod-php\(.\).*$/php\1/' | tail -1`183 php=`ls /usr/lib/apache/*/*php*.so | sed -e 's/^.*libphp\(.\)\.so$/php\1/' | tail -1` 184 184 if [ -x /usr/sbin/apache ] 185 185 then
