> I do access phpmyadmin from my packetfence server using the address > http://localhost.localdomain/phpmyadmin/ > > I did exactly as you mentioned. Then I restarted just httpd and mysqld > and I was able to access phpmyadmin. > > Once I started packetfence, I was able to access the login page (like > before). But once I login, I get redirected to a page with the warning " > sorry Your computer was not found in the PacketFence database. Please > reboot to solve this issue" > > Any ideas?
Anything under the :80, :443 virtualhosts are meant to be accessible from the users in front of PacketFence. I would advise against exposing phpmyadmin there. Instead of doing a RewriteRule in these virtualhosts, I would suggest using an Alias in the :1443 (admin) virtualhost. Something like this should work if you installed phpmyadmin through yum: Alias /phpmyadmin/ /usr/share/phpmyadmin/ Cheers! -- Olivier Bilodeau [email protected] :: +1.514.447.4918 *115 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Packetfence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
