LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   apache .pl - files problem (https://www.linuxquestions.org/questions/linux-server-73/apache-pl-files-problem-800969/)

saavik 04-09-2010 03:35 AM

apache .pl - files problem
 
Hello!

I got a strange Apache problem:

We have OTRS running on Apache and the pl-Files sometimes do not what to show, but are offered to download, as if the pl-Module does not interpret the pl-files.

What can that be ?

As 95% of the time OTRS and it`s pl-Files work fine, I can not imagine any config error.

Must be some sort of bug ?

When the file is offered to download, you can klick abort an the press F5 and the page will show up correctly.

business_kid 04-09-2010 04:47 AM

Sounds like it's checking for updates every time. I bet there's a setting or variable to control that

"PISS_OFF_UPDATING=true" program

saavik 04-09-2010 07:24 AM

are you kidding ?

What would that be ?

pl-updates ?

saavik 04-10-2010 02:03 AM

seems to be a problem with firefox.

User Window$ solved that problem, so i am going to test mozilla on linux...

business_kid 04-10-2010 12:03 PM

Quote:

Originally Posted by saavik (Post 3929810)
are you kidding ?

Well, heavily tongue in cheek :-).
Quote:

Originally Posted by saavik (Post 3929810)
What would that be ?
pl-updates ?

Let me put it the way I should have the first time. Some perl scripts seem to check for the latest version of themselves, and there will be code in them to do this. If they find a later version, they update and tell themselves not to bother checking again. It's that option or environment variable you want, more probably

perl_script --no-update

but perl_script --help might just give it to you if you are lucky.

saavik 04-10-2010 01:09 PM

Ok, now i can follow you !

Well, as it does not happen with the window$ version of firefox I think it has nothing to do with pl ?!

What do you think ?

( never the less I will give your idea a try, as i really do not want to install win ;-) )

business_kid 04-11-2010 04:18 AM

On a scale of 1-10, perl scripts updating themselves are a small niusance. All you need to do is automate that, or no updates, or anything. windows does exactly what it likes without asking you, so that isn't a fair comparison, although it might be a business alternative. The update thing shouold not happen more than once a day.


All times are GMT -5. The time now is 11:56 PM.