Added web form target and ability to more easily customize web form variables in vicidial.php

git-svn-id: svn://192.168.202.10@1019 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2008-12-09 21:32:45 +00:00
parent 66675a91b6
commit 14a00c925e
8 changed files with 265 additions and 211 deletions
+3 -3
View File
@@ -192,12 +192,12 @@ make install
cd /usr/local
wget http://mirror.candidhosting.com/pub/apache/httpd/httpd-2.2.10.tar.gz
gunzip httpd-2.2.10.tar.gz
tar xvf httpd-2.2.10.tar
wget http://us2.php.net/distributions/php-5.2.6.tar.gz
gunzip php-5.2.6.tar.gz
tar xvf php-5.2.6.tar
wget http://mirror.candidhosting.com/pub/apache/httpd/httpd-2.2.10.tar.gz
gunzip httpd-2.2.10.tar.gz
tar xvf httpd-2.2.10.tar
cd httpd-2.2.10
make clean
./configure --prefix=/usr/local/apache2 --enable-ssl --enable-setenvif --enable-so --with-apxs2 --enable-dav --enable-maintainer-mode