Hi, I would like to know ( Tutorial ), how I can install a Frontpage Extension on Linux Red Hat with Apache 2.0.48 with mod_ssl 2.0.48 without reinstall apache. I am asking this, because I have a website made in Frontpage 2002 and I would like to put it in Linux. In that server I have 3 network cards, which one correspond to 1 website. In httpd I have put one website "primary" and the others like Virtual Hosts. I aprecciate any help please. Best Regards, João Sousa
See www.rtr.com. rtr make and maintain the extensions for Unix. -- Ron Symonds - Microsoft MVP (FrontPage) Reply only to group - emails will be deleted unread. FrontPage Support: http://www.frontpagemvps.com/ "Joo Sousa" wrote in message news:32AEE68B-43C1-4699-9D37-69756F80B149@microsoft.com... > Hi, > > I would like to know ( Tutorial ), how I can install a Frontpage > Extension > on Linux Red Hat with Apache 2.0.48 with mod_ssl 2.0.48 without > reinstall > apache. > > I am asking this, because I have a website made in Frontpage 2002 > and I > would like to put it in Linux. In that server I have 3 network > cards, which > one correspond to 1 website. In httpd I have put one website > "primary" and > the others like Virtual Hosts. > > I aprecciate any help please. > > Best Regards, > > Joo Sousa >
Hi have another questions: - How do I see if Frontpage Server Extension is installed and configured in my Apache Server? - What is the advantage of installing Frontage Server Extension Resources Kit ? - How do I install it? - How do I configured the Virtual Hosts with Frontage Server Extension ? Best Regards "Ronx" wrote: > See www.rtr.com. rtr make and maintain the extensions for Unix. > -- > Ron Symonds - Microsoft MVP (FrontPage) > Reply only to group - emails will be deleted unread. > FrontPage Support: http://www.frontpagemvps.com/ > > "João Sousa" wrote in message > news:32AEE68B-43C1-4699-9D37-69756F80B149@microsoft.com... > > Hi, > > > > I would like to know ( Tutorial ), how I can install a Frontpage > > Extension > > on Linux Red Hat with Apache 2.0.48 with mod_ssl 2.0.48 without > > reinstall > > apache. > > > > I am asking this, because I have a website made in Frontpage 2002 > > and I > > would like to put it in Linux. In that server I have 3 network > > cards, which > > one correspond to 1 website. In httpd I have put one website > > "primary" and > > the others like Virtual Hosts. > > > > I aprecciate any help please. > > > > Best Regards, > > > > João Sousa > > > > >
João Sousa wrote: > Hi have another questions: > > - How do I see if Frontpage Server Extension is installed and configured in > my Apache Server? Do you have a /usr/local/frontpage directory Do you have a cnf file for each web you have enabled (/usr/local/frontpage/we80.cnf or /usr/local/frontpage/virtualweb:80.cnf)? Do you have mod_frontpage.so? Is mod_frontpage.so defined in your httpd.conf (loadmodule frontpage_module modules/mod_frontpage.so)? > - What is the advantage of installing Frontage Server Extension Resources > Kit ? > - How do I install it? download fp50.linux.tar.gz from http://www.rtr.com/fpsupport/fp2002sr1_download.htm download installation script from http://www.rtr.com/fpsupport/fp2002sr1_download.htm unzip installation script run the script - it will create /usr/local/frontpage/version5.0 it will create the mod_frontpage.so for your apache it will install mod_frontpage.so for your apache it will ask you if you want to enable a root web it will ask you if you want to enable a virtual web. > - How do I configured the Virtual Hosts with Frontage Server Extension ? you have to have your virtual hosts defined within your Apache httpd.conf file then you can use the installation script (fp_install.sh) > > Best Regards > Review the FAQ (http://www.rtr.com/fpsupport/faq2002.htm) for additional information.