]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/apache2
Hinzugefuegt:
[ipfire-2.x.git] / lfs / apache2
index a3db6be98d5d36fc243fe59eb673d158b101fa8d..aee81502c4b0a41fce020536fec34fb75f783d94 100644 (file)
@@ -108,7 +108,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        echo "</Layout>" >> $(DIR_APP)/config.layout
 
        cd $(DIR_APP) && ./configure --enable-layout=IPFire \
-                               --enable-mods-shared=all
+                               --enable-ssl --enable-mods-shared=all
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        chown -v root:root /usr/lib/apache/httpd.exp \
@@ -117,8 +117,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
            /usr/share/man/man8/{ab,apachectl,apxs,htcacheclean,httpd}.8 \
            /usr/share/man/man8/{logresolve,rotatelogs,suexec}.8
 
-       #sed 's+CONFIG_ROOT+$(CONFIG_ROOT)+g' $(DIR_SRC)/config/httpd/httpd.conf > /etc/httpd/conf/httpd.conf
-       #ln -sf $(CONFIG_ROOT)/main/hostname.conf /etc/httpd/conf/
+       sed 's+CONFIG_ROOT+$(CONFIG_ROOT)+g' $(DIR_SRC)/config/httpd/httpd.conf > /etc/httpd/conf/httpd.conf
+       ln -sf $(CONFIG_ROOT)/main/hostname.conf /etc/httpd/conf/
 
        # Copy all html/cgi-bin files
        mkdir -p /home/httpd/{cgi-bin,html}