The uploaded file
Apache-Test-1.10.tar.gz
has entered CPAN as
file: $CPAN/authors/id/S/ST/STAS/Apache-Test-1.10.tar.gz
size: 115335 bytes
md5: 30f18e799181dbb83b6ac6f88304e71b
Changes since 1.09:
Quote and escape the executables in the shell calls [Ken Coar, Stas]
Quote and escape f
Chris Faust wrote:
> That helps Tom, I wasn't even sure if it was "PerlSetVar" that I needed to
> do.
>
> Beyond that, how do I get that from within script? If I'm going to use
> something in my script to read in the conf file then how do I know which
> config file I want?
>
> Using your exampl
That helps Tom, I wasn't even sure if it was "PerlSetVar" that I needed to
do.
Beyond that, how do I get that from within script? If I'm going to use
something in my script to read in the conf file then how do I know which
config file I want?
Using your example is there some
"$r->get_vhost_settin
Why are you not using config files and only set the path to this file
like this.
PerlSetVar my_cnf /etc/vhostconfs/80.cnf
PerlSetVar my_cnf /etc/vhostconfs/81.cnf
80.cnf
-8<-
HTML_TEMPLATE_ROOT = "/websites/80/templates"
->8-
You could read the config-file when y
Hello,
I'm having a hard time figuring out a approach to
what I thought would be a simple thing, but after reading a bit through the
docs I'm more confused now and was hoping to get some
advise.
What I want to do is have a single mp2 script
service multiple virtual hosts, in order to do