Re: Apache running The Gimp



"SebDel" <sdelhay@xxxxxxxxxxxxxx> (S) wrote:

S> Thank you Adam for your quick response.
S> I have spent some time reading about those technologies and it seems
S> that they enable a web server to utilize programs (such as CGI scripts)
S> running on remote machines. But I don't see how this can help me Adam.
S> Could you please give me a little more details? Thanks in advance.

S> Anyway, I think the problem would be solved if I could tell Gimp not to
S> try writing into /var/www/.gimp-2.2/ but in another directory that
S> exists and on which the server has write access.

GIMP puts its stuff in $HOME/.gimp-2.2. So instead of running gimp
directly, run a shell script that sets $HOME to a different directory and
then calls gimp.

--
Piet van Oostrum <piet@xxxxxxxx>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: piet@xxxxxxxxxxxxxx
.



Relevant Pages

  • Re: Security risks in setting public_html to 777?
    ... > I'm running a web server, and I want some CGI scripts to be able to ... You'll only need that if the web server is running as a user ... that - as an example, with Apache, suexec can be used to let the cgi apps ...
    (comp.os.linux.security)
  • Re: unable to open file
    ... Configure your new web server the way the old one was configured ... using File::Spec for this purpose. ... and specified any output file path using that variable. ... The OP should keep in mind that working files produced with CGI scripts ...
    (comp.lang.perl.misc)
  • Re: trying out older (read-only, noexec, mount) security methods
    ... > James Wilkinson: ... > that CGI scripts won't run for the web server. ... > headscratching to realise what had gone wrong, as is the way when the ...
    (Fedora)
  • Re: Parsing strings in CGI scripts
    ... > I'm looking for code to parse a string returned by the web server to a ... E.g my CGI scripts gets the following string ... > Solaris 9, apache, and the ksh from Solaris for the CGI scripts ...
    (comp.unix.shell)