Getting phpMyAdmin to run

Livhu Tshisikule livhu.tshisikule at telkomsa.net
Fri Jul 1 09:37:59 GMT 2005


On Friday 01 July 2005 07:22, Ryan Rempel wrote:
> On 6/30/05, Gerard Seibert <gerard-seibert at suscom.net> wrote:
> > I am unable to get phpMyAdmin to run. I have these entries in the
> > httpd.conf file.
> >
> > <Directory "/usr/local/www/data/beerstud/htdocs">
> >
> > Alias /phpmyadmin/ "/usr/local/www/phpMyAdmin/"
> >
> > #<Directory '/usr/local/www/phpMyAdmin/'>
> > #   AllowOverride None
> > #   Order allow,deny
> > #   Allow from all
> > #</Directory>
> >
> > I have the directory entries commented out now, but I have tried them
> > uncommented, and it made no difference.
> >
> > This is from the apache error log.
> >
> > [client 127.0.0.1] File does not exist:
> > /usr/local/www/data/beerstud/htdocs/phpMyAdmin
> >
> > I receive a 404 error when I try to run command from a browser.
> >
> > I thought that the use of alias would  make apache look in the correct
> > directory for the index.php file. What am I doing incorrectly here?
>

Just a guess, you need DirectoryIndex index.php      directive


> It looks as though you have the Alias directive nested inside the
> <Directory "/usr/local/www/data/beerstud/htdocs> directive, which
> can't really be what you want (the Alias would only apply within the
> that directory, but of course it would never have any occasion to
> apply there).
>
> I think you probably need to move the phpMyAdmin-related directives
> outside of the <Directory "/usr/local/www/data/beerstud/htdocs">
> directive.
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"

-- 
Regards
Livhu Tshisikule
Tel/Fax 012 323 43 66
Cell 083 55 66 838
Alt. E-mail livhu.tshisikule at webmail.co.za
WEB http://dembe.netfirms.com
Dembe Open Source Unix Solutions(DOSUS)
"Mubva hana nzie, nzie dzi khoroni"
"I rema nga lunwe mbevhana mulindi u do vhuya wa dala"



More information about the freebsd-questions mailing list