Hello, I have installed the frontpage extentions on apache 2.0.54 and the install completed with success. I also activated the fronpage extentions in ISPconfig control panel and selected frontpage extentions for the website. Path /usr/local/frontpage/version5.0/bin/owsadm.exe is correct!. Still ISPConfig isn't writing the frontpage extentions to the website for wich i activated it. Is there a logfile where i can check something, because now i'm stuck!.
Found it.. but i only see an entry when i want to remove the extentions. It failed because there's no frontpage extention installed for this web. When i select frontpage extentions for this web i don't see a entry in de ispconfig.log
Vhosts_ispconfig.conf Hi, This is what is see with frontpage extentions selected. I see the same without ## FP-WEB when i remove the frontpage extentions from the web in Ispconfig. ServerAdmin [email protected] DocumentRoot /var/www/web9/web ServerAlias hobeinstraat.nl DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm ErrorLog /var/www/web9/log/error.log Alias /error/ "/var/www/web9/web/error/" ErrorDocument 400 /error/invalidSyntax.html ErrorDocument 401 /error/authorizationRequired.html ErrorDocument 403 /error/forbidden.html ErrorDocument 404 /error/fileNotFound.html ErrorDocument 405 /error/methodNotAllowed.html ErrorDocument 500 /error/internalServerError.html ErrorDocument 503 /error/overloaded.html AliasMatch ^/~([^/]+)(/(.*))? /var/www/web9/user/$1/web/$3 AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web9/user/$1/web/$3 <Directory /var/www/web9/web> ## FP-WEB AllowOverRide All </Directory> </VirtualHost> Thanx so far.
Are there copies of the Vhosts_ispconfig.conf file in the same directory with a date appended to the name?
No there are no Vhosts_ispconfig.conf with a date... there is one extra with a ~ at the end.. I found some more information in ispconfig.conf: 13.02.2006 - 21:05:13 => WARN - /root/ispconfig/scripts/lib/config.lib.php, Line 1580: WARNING: could not /usr/local/frontpage/version5.0/bin/owsadm.exe -o install -u admin -pw password -p 80 -m www.hobeinstraat.nl -s /etc/apache2/vhosts/Vhosts_ispconfig.conf -xu web10_t.roijers -xg web10 &> /dev/null 13.02.2006 - 21:05:13 => WARN - /root/ispconfig/scripts/lib/config.lib.php, Line 1581: WARNING: could not /usr/local/frontpage/version5.0/bin/owsadm.exe -o users -c changepassword -u admin -pw password -p 80 -m www.hobeinstraat.nl -s /etc/apache2/vhosts/Vhosts_ispconfig.conf &> /dev/null When is try to do this from the console i get: Error: Cannot open "srm.conf": no such file or folder. So i searched and copied srm.conf to /usr/local/frontpage/version5.0/bin and /etc/apache2/vhosts But it doesn't help www:~/ispconfig/httpd/conf # ## ## srm.conf -- Apache HTTP server configuration file ## # # This is the default file for the ResourceConfig directive in httpd.conf. # It is processed after httpd.conf but before access.conf. # # To avoid confusion, it is recommended that you put all of your # Apache server directives into the httpd.conf file and leave this # one essentially empty. #
srm.conf same error: www:/etc/apache2 # /usr/local/frontpage/version5.0/owsadm.exe -o install -u admin -pw password -p 80 -m www.hobeinstraat.nl -s /etc/apache2/vhosts/Vhosts_ispconfig.conf -xu web10_t.roijers -xg web10 Error: Cannot open "srm.conf": no such file or folder. www:/etc/apache2 # erhmmmmm got any new suggestions?
Weird!?! When i execute the next command: www:/home/admispconfig/ispconfig # /usr/local/frontpage/version5.0/bin/owsadm.exe -o uninstall -p 80 -m www.hobeinstraat.nl Starting uninstall, port: 80. Error: The FrontPage Server Extensions are not installed on 'www.hobeinstraat.nl:80'. -------------------------- It doesn't complain 'bout srm.conf..... But, this is not my concern cause i just like to INSTALL the FP Ext.
YIHAAA got it working.... (I mean FP2002 Extentions) Just found the answer!!! The correct line should be: /usr/local/frontpage/version5.0/bin/owsadm.exe -o install -t apache-2.0 -p 80 -s /etc/apache2/vhosts/Vhosts_ispconfig.conf -u admin -pw password -xu web10_t.roijers -xg web10 -m www.hobeinstraat.nl Now i just like to know wich script to adjust so Ispconfig does it for me the next time.... Thanx so far, Tim Roijers
I found some links about frontpage and srm.conf. Frontpage seems to have problems to read some apache directives when they are in "". http://support.microsoft.com/?scid=kb;en-us;202198&x=15&y=11 I also found this: Pre-Installation for Front Page Extensions From: http://www.e-gineer.com/v1/instructions/install-frontpage-extensions-for-apache-on-linux.htm