Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-5) was last changed on 14-Apr-2010 14:30 by RaffaelePedrini  

This page was created on 14-Apr-2010 14:30 by RaffaelePedrini

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 5 changed one line
if [ "$#" -lt 3 ] ; then
if [ "$#" -lt 4 ] ; then
At line 7 changed one line
echo "Usage : addvirtual dominio utente database"
echo "Usage : addvirtual dominio utente nomedatabase tipodatabase[db2|ps]"
At line 40 changed one line
if [ ! -f /opt/template/template.xml ] ; then
if [ ! -f /opt/template/template_$4.xml ] ; then
At line 42 changed one line
echo "Il file /opt/template/template.xml non esiste"
echo "Il file /opt/template/template_$4.xml non esiste"
At line 47 removed one line
At line 55 changed one line
sed -e s/LLLL/$1/g /opt/template/template.xml | sed -e s/DDDD/$3/g - > /etc/apache2/conf.d/vhost.xml/$1.xml
sed -e s/LLLL/$1/g /opt/template/template_$4.xml | sed -e s/DDDD/$3/g - > /etc/apache2/conf.d/vhost.xml/$1.xml
Version Date Modified Size Author Changes ... Change note
5 14-Apr-2010 14:30 1.868 kB RaffaelePedrini to previous
4 14-Apr-2010 14:30 1.868 kB RaffaelePedrini to previous | to last
3 14-Apr-2010 14:30 1.836 kB RaffaelePedrini to previous | to last
2 14-Apr-2010 14:30 1.499 kB RaffaelePedrini to previous | to last
1 14-Apr-2010 14:30 1.472 kB RaffaelePedrini to last
« This page (revision-5) was last changed on 14-Apr-2010 14:30 by RaffaelePedrini