Frontpage finally done


In my Last post I refer that I have install Frontpage extension for Apache. It looks like that I have complete all the things that are required, but when I try to “Extend” a Virtual Host on my apache server it fails, till later in the day I found the correct syntax to do the required…

To install Frontpage on Virtual host this works for me

./owsadm.exe -o install -t apache-2.0 -p 80 -xu testuser -xg testgroup -u testuser -p somepassword -m testuser.com -s /etc/httpd/conf/httpd.conf

To uninstall Frontpage from Virtual Host

./owsadm.exe -o uninstall -t apache-2.0 -p 80 -xu testuser -xg testgroup -u testuser -p somepassword -m testuser.com -s /etc/httpd/conf/httpd.conf

To fully uninstall I use this

./owsadm.exe -o fulluninstall -t apache-2.0 -p 80 -xu testuser -xg testgroup -u testuser -p somepassword -m testuser.com -s /etc/httpd/conf/httpd.conf

hope that will help someone…

Sumit Gupta