>> Build midgard from source. Around line 360 in midgard.c you will find >> this: >> >> mysql_real_connect(mgd->mysql, host, >> user, password, database, 0, NULL, 0); >> >> arg 6 (0) is for a non-default port, arg 7 (NULL) for a non-default >> socket. > Hi and thanks! But would it not make sense to have this configurable > from apache conf like db and password?
MidgardDatabase directive may be used with host name MidgardDatabase hostname:db user password For port "forwarding" you may use stunell or some iptables rules. > Anyway Im going to try and > replace current 1.5 on rh9 with new 1.6 beta which should(?) work under > apache 2.0, having old apache breaks dependencies. Ill try to add a > parameter for it there, if i manage Ill send patch or something.. real > strange it is missing. Beta works with Apache2 , but only when you use cache directives for Apache2' defined hosts. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
