Page 1 of 1

vicidial & apache on one server - asterisk on another se

PostPosted: Tue Aug 08, 2006 4:44 pm
by klumix
1. Hello, I have asterisk set up perfect everything works great.

2. I set up vicidial on same server as asterisk and it works fine.

3. I would like to run vicidial on a separate apache 2.2 server.

4. I set up apache 2.2 mysql, and vicidial on separate freebsd v6 server everything works but vicidial scripts.

5. I get the following error when I try to access vicidial running on the apache 2.2 server:

Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Warning: Unknown: Failed opening '/usr/local/www/apache22/data/astguiclient/admin.php' for inclusion (include_path='.:') in Unknown on line 0

Does anthing know what i need to change to fix this?

PostPosted: Tue Aug 08, 2006 7:10 pm
by klumix
I think what im looking for is , where in the script and what script do i point vicidial to the other server>?

PostPosted: Tue Aug 08, 2006 8:34 pm
by mflorell
There are configuration files for the web pages(dbconnect.php in each directory) and AST_SERVER_conf.pl for the perl scripts that need to be set to the proper database IP address and server IP address.

PostPosted: Wed Aug 09, 2006 9:59 pm
by enjay
dbconnect.php is in:

/path/to/webserver/agc
/path/to/webserver/vicidial
/path/to/webserver/astguiclient

the AST_SERVER_conf.pl is in:

/home/cron/AST_SERVER_conf.pl (assuming you setup from scratch_install).

-enjay