hello everyone. i am running asterisk 11, freepbx 2.11 in a debian server. i have installed it from the guide at the wiki and i am working with it for more than a year. I am trying to install avantfax so i could send and receive faxes directly from my machine but i am running into a big issue. once the installation of avantfax finishes successfully i am loosing the gui of freepbx and only avantfax is up and running as a gui. on a reboot i loose both of them and i do not know what to do.
any ideas anyone please?
start with
grep -ri avantfax /etc/apache2/
remove that whole stanza, restart apache2 and you should be able to get there at http(s)://ipaddress/avantfax freepbx at /admin and ucp at /ucp
hi. i did a
root@pbx: ~ $ grep -ri avantfax /etc/apache2/
/etc/apache2/sites-enabled/000-default: DocumentRoot /var/www/html/avantfax
/etc/apache2/sites-enabled/000-default: ServerName avantfax
/etc/apache2/sites-enabled/000-default: ErrorLog logs/avantfax-error_log
/etc/apache2/sites-enabled/000-default: CustomLog logs/avantfax-access_log common
root@pbx: ~ $ /etc/init.d/apache2 restart
and then i tried to fire at the browser
http://IP/admin or http://IP/avantfax without any success.
what do i have to do, please?
Did you try removing that stanza yet?
It’s probably better to modify the install script so it doesn’t mess with that file in the first place.
i did the grep -ri avantfax /etc/apache2/ and now i am able to access http://ip/avantfax only. Nothing for freepbx, though
Man grep
You need to restore that file to what it was originally you changed your documentroot
sorry i have lost you. i would appreciate all the help, please.