Hello there Bobby,
Thanks for taking your time to answer. Well... that's a nice advance on solving the problem, but i still need to follow the guidelines that the boss (G.O.D) =) has given me so still would want to use NT security. I'll push hard towards using db user validation... but until then i'll see what i could do.
Since you've taken the time to answer my question, i'll give you the hint you're looking for on reverse proxying.
I found out it was a mess to take that up and working since i didn't know much about e-smith architecture. I did this on my e-smith box:
1.- Create the following directory :
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
#This is a new template you'll use for "expanding" the web server functionallity
2.- Create the following file on the directory you created:
76ProxyPass00
## The number of the file (76) i understand could be
## whichever between a range now i don't remember,
## but still you could use 76 and it'll be fine if you don't repeat it.
3.- Edit that file with the following lines:
ProxyPass
ProxyPassReverse
##for instance:
##
##ProxyPass / http://10.10.174.42
##ProxyPassReverse / http://10.10.174.42
####would redirect any http traffic from the web root of your external web server to ##the web root of your internal web server 10.10.174.42
##If you'd like to redirect to any other web servers just keep on adding lines to that ##file with the ProxyPass and ProxyPassReverse directives.
4.- Now that you have the configuration file set up it's time to make it work:
The way to make it work is to "expand" (that is the term e-smith uses) the template you've just created
type on the prompt:
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
That command should have "integrated" the ProxyPassing to the Apache functionallity.
5.- Finally it's time to restart the web server:
/etc/rc.d/init.d/httpd-e-smith restart
------------------------------------------------------
And that's it!
Tell me if it worked for you, ok?
Anyway, a much more complete explanation could be found
on
http://www.mail-archive.com/devinfo%40lists.e-smith.org/just look for "ProxyPass" and you'll get lots of information.
Hope that helped you out. By the way, if you find any other workaround (sorry for being rather pushy) to my problem, tell me, ok?
See you my friend
Regards
Hugo