Robin Bowes wrote:
Michael DeHaan wrote:
My solution was to modify my mod_python URLs from
ks=http://foo.example.com/cblr/srv?op=ks&system=foo
To also support and use:
ks=http://foo.example.com/cblr/srv/op/ks/system/foo
Is that done in the cobbler code or using mod_rewrite?
R.
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
Cobbler's code. No Apache configuration directives are required.
The service handler also supports regular query strings but know hows to
translate the "/" form if they see that instead.
Cobbler's various generators also generate the "/" form of the URLs.
--Michael
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools