php3-list | 2000051
Date: 05/05/00
- Next message: A Robertson: "RE: [PHP3] BEST LINUX...???"
- Previous message: Martin Edelius: "Re: [PHP3] neat URLs using ForceType directive"
- In reply to: Michael Holm: "[PHP3] phpMyAdmin security questions"
- Next in thread: Maxwell Hung: "Re: [PHP3] phpMyAdmin security questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you have access to the httpd.conf or .htaccess, you can
do this:
<Directory full/path/to/phpmyadmin>
Order deny,allow
Deny from all
Allow from your.ip.goes.here
</Directory>
At 16:18 4.5.2000 -0500, Michael Holm wrote the following:
--------------------------------------------------------------
>Greetings,
>
>I'm considering setting up phpMyAdmin to manage a database on my linux server, but am unsure about how be certain that it is secure. I have read many articles, etc about using http authentication with lists and against a database, and I have setup authentication against a single file. I am still a bit confused about how to be sure that the entire directory that contains phpMyAdmin is secure.
>
>Can someone explain how to create a secure enviroment for phpMyAdmin? I'd like to do the authentication against the db, if possible.
>
>thank for any help,
>
>michael
>
>
>
>
>Michael Holm
>J.M. Holm & Company
>2843 W. Leland Ave.
>Chicago IL 60625
>312.953.9032
>michael.holm <email protected>
>
>
>--
>PHP 3 Mailing List <http://www.php.net/>
>To unsubscribe, send an empty message to php3-unsubscribe <email protected>
>To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
>To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
>To contact the list administrators, e-mail: php-list-admin <email protected>
>
------end of quote------
____________________________________________________________
Cynic:
A member of a group of ancient Greek philosophers who taught
that virtue constitutes happiness and that self control is
the essential part of virtue.
cynic <email protected>
ICQ: 2808 2505
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: A Robertson: "RE: [PHP3] BEST LINUX...???"
- Previous message: Martin Edelius: "Re: [PHP3] neat URLs using ForceType directive"
- In reply to: Michael Holm: "[PHP3] phpMyAdmin security questions"
- Next in thread: Maxwell Hung: "Re: [PHP3] phpMyAdmin security questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

