FOP only password in Purple

Joined
Oct 5, 2010
Messages
188
Reaction score
38
I've created a FOP Access user name & password for panel in Purple, it doesn't work. When I change my wwwadmin password users still have access to freepbx GUI by sliding the admin tab... which I know is inviting trouble. I've searched the forum and the web and have tried different solutions with no success. Is there a way to give access to FOP without opening up everything else?
 
Have a look at /etc/pbx/httpdconf/pbx.conf .

I had the same problem and just commented out the information for /var/www/html/panel.

This is on the forum - somewhere - I've seen it! :wink5:
 
I was configuring that file... just looking at it from the wrong direction... trying to configure a new user name just for FOP, when it was easy enough to just remove wwwadmin from admin permissions in /etc/pbx/httpdconf/pbx.conf

Code:
#Password proctect /var/www/html/admin
<Directory /var/www/html/admin>
AuthType Basic
AuthName "Restricted Admin Area"
AuthUserFile /usr/local/apache/passwd/wwwpasswd
Require user [COLOR="Red"]wwwadmin[/COLOR] maint
</Directory>

Just one of those things that would probably be allot easier if I hadn't been pulling cable for 15 hours before I started working on it... thanks for your help.
 

Members online

No members online now.

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top