Changeset 857
- Timestamp:
- 03/04/06 20:03:22 (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
debian/postinst (modified) (1 diff)
-
etc/alternc/templates/apache/httpd.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/postinst
r855 r857 179 179 180 180 181 if ! test -e /etc/apache-ssl/conf.d/override_php.conf; then 182 ln -s /var/alternc/apacheconf/override_php.conf /etc/apache-ssl/conf.d/override_php.conf 183 fi 184 185 186 if ! test -e /etc/apache/conf.d/override_php.conf; then 187 ln -s /var/alternc/apacheconf/override_php.conf /etc/apache/conf.d/override_php.conf 188 fi 189 190 # Apache will not start without this file 191 touch /var/alternc/apacheconf/override_php.conf 192 193 181 194 echo "running alternc.install" 182 195 alternc.install -
trunk/etc/alternc/templates/apache/httpd.conf
r856 r857 278 278 279 279 280 Include /var/alternc/apacheconf/override_php.conf 281 280
Note: See TracChangeset
for help on using the changeset viewer.
