Changeset 1995 for alternc/trunk/install/alternc.install
- Timestamp:
- 10/05/07 16:46:40 (1 year ago)
- Files:
-
- alternc/trunk/install/alternc.install (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/install/alternc.install
r1994 r1995 181 181 # Apache will not start without this file 182 182 touch /var/alternc/apacheconf/override_php.conf 183 php="`ls /usr/lib/apache /*/*php*.so | sed -e 's/^.*libphp\(.\)\.so$/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
