kairouji

Q: Access http://server/FinalCutServer not work , wrong on the apache link

Access http://server/FinalCutServer not work , how can correct the symbol path

 

on apache the Final Cut Server path is this 

 

 

<IfModule mod_rewrite.c>

  RewriteCond %{REQUEST_METHOD} ^TRACE

  RewriteEngine On

  RewriteRule .* - [F]

  RewriteRule ^/FinalCutServer$ /~fcsvr/php/webstart/index.php [NC,L]

                RewriteRule ^/FinalCutServer.jnlp$ /~fcsvr/php/webstart/jnlp.php [NC,L]

</IfModule>

 

In server path

 

/Library/Application Support/Final Cut Server/Final Cut Server.bundle/Contents/Resources/php/webstart/jnlp.php

 

Symbol Link

~fcsvr

/Library/Application Support/Final Cut Server

Final Cut Server, Mac OS X (10.7)

Posted on Jul 22, 2011 2:57 AM

Close

Q: Access http://server/FinalCutServer not work , wrong on the apache link

  • All replies
  • Helpful answers

  • by orichter,

    orichter orichter Jul 22, 2011 8:17 AM in response to kairouji
    Level 1 (0 points)
    Jul 22, 2011 8:17 AM in response to kairouji

    http://support.apple.com/kb/TS1610?viewlocale=en_US

    Für Final Cut Server 1.5.1 oder neuer:

    <IfModule mod_rewrite.c>
        RewriteCond %{REQUEST_METHOD} ^TRACE
        RewriteEngine On
        RewriteRule .* - [F]
        RewriteRule ^/FinalCutServer$ /~fcsvr/Sites/webstart/index.php [NC,L]
        RewriteRule ^/FinalCutServer/FinalCutServer_mac.jnlp$ /~fcsvr/Sites/webstart/macJnlp.php [NC,L]
        RewriteRule ^/FinalCutServer/FinalCutServer_windows.jnlp$ /~fcsvr/Sites/webstart/windowsJnlp.php [NC,L]
        RewriteRule ^/FinalCutServer/FinalCutServer_other.jnlp$ /~fcsvr/Sites/webstart/jnlp.php [NC,L]
    </IfModule>

     

    this worked for me

     

     

    but my problem is that FCSVR does not uses the users created in Lion Server (cant login)

    (somebody said something about Sandbox)

  • by kairouji,

    kairouji kairouji Jul 22, 2011 10:08 PM in response to orichter
    Level 1 (0 points)
    Jul 22, 2011 10:08 PM in response to orichter

    Thank's reply but this one can not help, I try before.

     

    I find the answer on http://support.apple.com/kb/HT3836

     

    the php short tag problem