Re: [Phpmyadmin-devel] Two problems...

I mean the SetEnv Apache directive, not the putenv() PHP function.
Ouch, sorry... as usually I misread the message :o But I'm not sure many ISP allow their user to play with such a directive... Moreover I'm not sure "all" other server soft. know this directive. Loïc ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif

On Thu, 11 Oct 2001, Loïc wrote:
I mean the SetEnv Apache directive, not the putenv() PHP function.
Ouch, sorry... as usually I misread the message :o But I'm not sure many ISP allow their user to play with such a directive... Moreover I'm not sure "all" other server soft. know this directive.
It won't necessarily be used by the users, but by the ISPs techs instead so that they can have one copy of pMA and instead have a config_<hostname>.inc.php3 per virtual host. And you're right about other web server software not under standing Apache directives ;) I'm fairly certain, however, that they have methods for setting environment variables. And if not, then they'll have to use multiple copies of pMA as they do now, so there's nothing to lose by implementing that functionality. -- Ignacio Vazquez-Abrams <ignacio@openservices.net> "As far as I can tell / It doesn't matter who you are / If you can believe there's something worth fighting for." - "Parade", Garbage

On Thu, 11 Oct 2001, Ignacio Vazquez-Abrams wrote:
It won't necessarily be used by the users, but by the ISPs techs instead so that they can have one copy of pMA and instead have a config_<hostname>.inc.php3 per virtual host.
And you're right about other web server software not under standing Apache directives ;) I'm fairly certain, however, that they have methods for setting environment variables. And if not, then they'll have to use multiple copies of pMA as they do now, so there's nothing to lose by implementing that functionality.
Here, this patch should implement this functionality. Feel free to poke, prod, and otherwise destory it. How it works is that, well, it's short enough that I shouldn't need to tell you ;) In order to implement the multiconfig functionality, the sysadmin has to copy config_single.inc.php3 to config_<whatever>.inc.php3 and then set the environment variable PMAMULTICONFIG for the virtual host to <whatever>. -- Ignacio Vazquez-Abrams <ignacio@openservices.net> "As far as I can tell / It doesn't matter who you are / If you can believe there's something worth fighting for." - "Parade", Garbage
participants (2)
-
Ignacio Vazquez-Abrams
-
Loïc