Date: Sun, 20 Nov 2011 18:16:14 +0100 From: Polytropon <freebsd@edvax.de> To: Yordan Petrov <yppetrov@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Compiler Message-ID: <20111120181614.39220bde.freebsd@edvax.de> In-Reply-To: <CAMwVgsDr4bY3=y=H9naW3R%2B6j0n5SsYh39gd1BV-2EKzsL_a9w@mail.gmail.com> References: <CAMwVgsDr4bY3=y=H9naW3R%2B6j0n5SsYh39gd1BV-2EKzsL_a9w@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 20 Nov 2011 18:40:41 +0200, Yordan Petrov wrote: > Hi > How could I compile some cgi files for FreeBSD Depending on the source's programming language, you'd have to use the corresponding compiler. For interpreted CGI files, the web server needs to be configured accordingly. > Is there any online tool ? I'm not aware of one, but you could use scp to transfer the source files to the server, then use ssh to call the compiler needed (e. g. cc), and then put the results into the proper locations. You could automate this process by a Makefile. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111120181614.39220bde.freebsd>