• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

[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