fop2 problem login

  1. 11 years ago

    Hello, I need some help changing a setting with FOP2 and FreePBX on a PBX in a Flash build. Everytime I click the FOP2 Icon on the FreePBX start page it asks me to first login as admin or wwwadmin before being able to access the FOP2 login. My previous install did not do this. What did I miss and how do I take the first login off?

    Thanks
    Eric

  2. admin

    1 May 2013 Administrator

    Hi Eric,

    What you see is an apache authentication request. It has nothing to do with FOP2 itself, there is no setting in fop2 that will or can prevent an apache authentication to appear if it was setup. You will have to look at your apache configuration and see where is that requirement setup. Here is a link from apache docs:

    https://httpd.apache.org/docs/2.2/howto/auth.html

    You most probably have a

    <Directory /var/www/html>
    AuthType Basic
    etc
    etc
    </Directory>

    Somewhere in apache configuration files.

or Sign Up to reply!