Changeset 857


Ignore:
Timestamp:
03/04/06 20:03:22 (7 years ago)
Author:
larpoux
Message:

Ticket #576


Le Include de "/var/alternc/apacheconf/override_php.conf" sort un message d'erreur lors
des premiers restart d'apache, car le fichier n'existe pas encore

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/postinst

    r855 r857  
    179179 
    180180 
     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 
     191touch /var/alternc/apacheconf/override_php.conf 
     192 
     193 
    181194    echo "running alternc.install" 
    182195    alternc.install 
  • trunk/etc/alternc/templates/apache/httpd.conf

    r856 r857  
    278278 
    279279 
    280 Include /var/alternc/apacheconf/override_php.conf 
    281  
     280 
Note: See TracChangeset for help on using the changeset viewer.