PassMark Logo
Home » Forum

Problem with longer path?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Schluej
    Junior Member
    • Jul 2014
    • 19

    #1

    Problem with longer path?

    Hello,
    if the users start the FlyingAnt server from a longer path like "F:\Alle\Daten für Technikerhandbuch\Techniker_Handbuch_2009" the search page shows (search_win32.cgi) "500 Cannot exec CGI".
    Normal pages are working.

    The zoom CGI is in the following sub dir "thb2009tl\zoom".
    If you map the first path to a drive letter every thing is working...

    Reagrds

    Schluej
  • Tim (Wrensoft)
    Administrator
    • May 2014
    • 13

    #2
    Firstly did you update the flyingant.conf file so that the search page points to the right file, eg

    Code:
    aliases /Alle/DatenfurTechnikerhandbuch/Techniker_Handbuch_2009/thb2009tl/zoom/search.cgi=/Alle/DatenfurTechnikerhandbuch/Techniker_Handbuch_2009/thb2009tl/zoom/search_win32.cgi,
    Also the space characters and "ü" are not handled well by either the config script or the actual web server itself, I couldn't find a way of successfully escaping the space characters in the config file but I had no problems running it once they had been removed.

    Comment

    Working...