I have having issues getting phpmyadmin up and running. I have done everything according to the FAQ issued when installing phpmyadmin. But it still does not work. I have been searching the forum for a solution. But I have not found one yet.
The current phpmyadmin apache24 setting in httpd.conf:
Here are the file permission on the folder and files.
They are set by the system. If they are wrong. I do not know why that is. But the default testing HTML file works without issue and does not give a '403 forbidden' error. Other settings are currently default. If there is anything in httpd.conf or some other configuration file that I am missing. It would be nice to know what it is so I can fix it.
I am moving this server from Gentoo Linux. So this needs a bit different working.
The version of FreeBSD that I am using is this one.
Thanks for the help.
The current phpmyadmin apache24 setting in httpd.conf:
Code:
Alias /phpmyadmin "/usr/local/www/phpMyAdmin/"
<Directory "/usr/local/www/phpMyAdmin/">
Options none
AllowOverride Limit
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .192.168.1.*
</Directory>
Here are the file permission on the folder and files.
Code:
ls -l
total 8
drwxr-xr-x 6 root wheel 512 Apr 12 19:20 apache24
drwxr-xr-x 8 root wheel 3072 Apr 13 00:15 phpMyAdmin
They are set by the system. If they are wrong. I do not know why that is. But the default testing HTML file works without issue and does not give a '403 forbidden' error. Other settings are currently default. If there is anything in httpd.conf or some other configuration file that I am missing. It would be nice to know what it is so I can fix it.
I am moving this server from Gentoo Linux. So this needs a bit different working.
The version of FreeBSD that I am using is this one.
Code:
uname -a
FreeBSD Mark-666 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Thanks for the help.