• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

[Plesk 7.5] cgi-bin issuse with "alien" files

S

stratofan

Guest
Hello there,

having trouble to call *.css and *.png files from within the cgi-bin dir. Everytime i call them, the server gets me an 500 because he wants to execute them.
How can i "fix" this problem.. maybe by altering the vhosts.conf

thx.

stratofan
 
i think it isn't a problem of the scripts paths, because the files are wrong interpreted by apache.

In the script the paths are relative, because they are url's to images used in the html output of the script.

but if u call for example: http://www.myserver.de/cgi-bin/gif.gif it gives an 500 error instead of displaying the image.
 
the permission of the graphic files are on 644 but he's still giving me the 500... :-( some ideas?
 
still needing a solution for the problem.. any suggestions?
 
dont use cgi-bin for images

Originally posted by stratofan
i think it isn't a problem of the scripts paths, because the files are wrong interpreted by apache.

In the script the paths are relative, because they are url's to images used in the html output of the script.

but if u call for example: http://www.myserver.de/cgi-bin/gif.gif it gives an 500 error instead of displaying the image.

I dont suggest puting images on the cgi bin folder. try put the images outside the cgi-bin folder and give them a full path or a relative to your document. see if that works.
 
that works fine of course, but in this case i have an other problem: the scripts uses includes the images and the css in a html output, that allone wouldn't be a problem, if the script wouldn't include the paths in some complex if-clauses it would be to hard to change them all.
 
Back
Top