POV-Ray : Newsgroups : povray.off-topic : Just ask Google : Re: Just ask Google Server Time
29 Jul 2024 08:12:01 EDT (-0400)
  Re: Just ask Google  
From: Francois Labreque
Date: 18 Jul 2012 10:28:36
Message: <5006c814$1@news.povray.org>
Le 2012-07-17 10:34, Invisible a écrit :
> Typically the host sets up a special folder, and any files within it are
> considered to be CGI scripts in whatever language the server is
> hard-coded to accept. (Or /maybe/ based on the filename.) Presumably
> you'd have to find a host that allows executable binaries...

On Apache, it _is_ done by filename.  Since the host has to "chmod" the 
files to make them executable (on *NIX), it probably automagically does 
this on a specific set of file extensions.  so you need to find out what 
extensions are supported.

I am not telling you to do this, but you could theoretically upload an 
executable binary called andy.pl

>
> (And yes, you'd need to know whether the host runs Windows or Linux, in
> order to compile the correct binary.)

Or BSD, or Solaris, or AIX... and the CPU architecture.

-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   gmail.com     */}camera{orthographic location<6,1.25,-6>look_at a }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.