ISPConfig FP2002

Discussion in 'General' started by t.roijers, Feb 12, 2006.

  1. t.roijers

    t.roijers Member

    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!.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Yes, /home/admispconfig/ispconfig/ispconfig.log.
     
  3. t.roijers

    t.roijers Member

    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
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Do you see Frontpage directives for the web site in question in Vhosts_ispconfig.conf?
     
  5. t.roijers

    t.roijers Member

    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.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Are there copies of the Vhosts_ispconfig.conf file in the same directory with a date appended to the name?
     
  7. t.roijers

    t.roijers Member

    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.
    #
     
  8. falko

    falko Super Moderator ISPConfig Developer

    Copy it to /etc/apache2.
     
  9. t.roijers

    t.roijers Member

    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?
     
  10. t.roijers

    t.roijers Member

    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.
     
  11. t.roijers

    t.roijers Member

    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
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    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
     
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    Have a look at the file:

    /root/ispconfig/scripts/lib/config.lib.php

    around line 710
     

Share This Page