package pdfweb::config; # The home directory of the user going to be running the CGI scripts. # (Required if OOo is to find its configuration files etc.) our $homedir = "/home/cassarossa/itk/sesse/sesse-pdf/"; # Display of a running X server (OOo needs one to work -- Xvfb will do nicely). our $xserver = ":25"; # Directory for PDF output. our $outputdir = "/home/cassarossa/itk/sesse/public_html/pdf/output"; 1;