@ cp -a \
sql \
$(DESTDIR)/$(DATADIR)/$(APPN)/
+ @ ln -s \
+ $(DESTDIR)/www/mailleur.php \
+ $(DESTDIR)/www/index.php
+
#--------------------------------------------------------------------
SUBDIR = \
{
#updating httpd.con
-sed -i \
- -e "s:#LoadModule ssl_:LoadModule ssl_:" \
- -e "s:#LoadModule rewrite:LoadModule rewrite:"\
- $BASE/etc/httpd/httpd.conf
+sed -i \
+ -e "s:#LoadModule ssl_:LoadModule ssl_:" \
+ -e "s:#LoadModule rewrite:LoadModule rewrite:" \
+ -e "s:#LoadModule socache_shmcb_module:LoadModule socache_shmcb_module:" \
+ /etc/httpd/httpd.conf
#converting '.' to '\.'
reldom=`echo $domain | sed -e "s/\\./\\\\\\./g"`
#-----------------------------------------------------------------
#setting name virtual
-cat >> /etc/httpd/conf.d/$APPNAME.conf <<!EOT
-#$APPNAME START
-#Done by the $APPNAME first start
-#NameVirtualHost *:80
-#NameVirtualHost *:443
-#$APPNAME STOP
-!EOT
#to setup the IPV4 WEB interface
if [ -n "$hostipv4" ] ; then