custom fields usable in httpd.conf as replacable params

5 posts / 0 new
Last post
#1 Mon, 04/17/2006 - 23:09
GeorgeVieira

custom fields usable in httpd.conf as replacable params

I'm using jRun unfortunately and need to pass in some parameters like proxy ports it's using etc.

I was hoping Custom Fields could handle that for me but it appears to be just saved field data per domain.

Is there a way to take input on creating new domains and setting them in configuartions like ${DOM} ${HOME} etc.?

I want to create a custom field like ${PROXYPORT} and add this to my httpd.conf, which i tried and (wishful thinking) it didn't support it.

Wed, 04/19/2006 - 01:31
Joe
Joe's picture

Hey George,

You're not alone in wanting this kind of capability. And you're not alone in thinking, at first glance, that custom fields would do it. Custom Fields were implemented for a specific purpose quite a while back, which didn't require the fields to become variables. That's probably not the way it should have gone, but I don't know that it's safe to change the semantics now...there ought to be a way to do what you want, however. It would make Server Templates vastly more powerful and flexible.

I'll file a wish in the bug-tracker and we'll see if Jamie can see an easy/safe way to make this possible. I think it would be a very useful trick.

--

Check out the forum guidelines!

Wed, 04/19/2006 - 01:35
Joe
Joe's picture

And here's the wish in the tracker, so you can keep an eye on it:

http://www.virtualmin.com/bug-tracker/bug?bug%5fnumber=366

--

Check out the forum guidelines!

Wed, 04/19/2006 - 01:43
Joe
Joe's picture

This is already possible using custom fields. In a template, they can be referenced as FIELD_XXX where XXX is the custom field name, and in pre/post scripts they can be found in the VIRTUALSERVER_FIELD_XXX environment variables..

--

Check out the forum guidelines!

Thu, 04/20/2006 - 03:53
ChrisBlackwell

What about boolean fields?

I'd like to be able to create a section in my vhost conf that can be included or excluded based on the value of a custom field (for rudimentary coldfusion support)

This would require some sort of if-field/elseif-field/else syntax, like the ones included for the built in variables.

I've been hoping for something like this for a while now :)

Chris

Topic locked