I'm putting mysql on a separate machine from asterisk and vicidial.
Asterisk is working. I followed the instructions for astgui 2.04. If i connect to
http://192.168.1.5/vicidial/ (my asterisk/astgui machine) i can see the admin.php script, but if i click on it nothing happens. it's just a blank screen. I did the addType in httpd.conf as well as the index.php thing and the Loadmodule for perl (it autoloads anyway).
I also edited dbconnect.php in both places, as well as astguiclient.conf. I tested the cron loging account for mysql and i can connect to the asterisk db i created.
Any thoughts?
edit: i'm also going to move the apache to the sql machine, but i want to deal with one problem at a time so i'm running apache on the same machine as asterisk right now.