[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Adding phpMyAdmin to default dirs
- Subject: Re: [cobalt-users] Adding phpMyAdmin to default dirs
- From: Peter Batenburg <peter@xxxxxxxxxx>
- Date: Sat Oct 27 04:49:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hey Thijs,
cd /etc/httpd/conf
pico srm.conf
Down the bottom of this file you will see lines like this:
Alias /cobalt-images/ /usr/admserv/html/.cobalt/images/
If you installed neomail:
### Begin - Added by neomail installer ###
Alias /neomail /home/neomail/html
ScriptAlias /neomail-cgi /home/neomail/cgi-bin
### End - Added by neomail installer ###
So you only have to install phpMyAdmin once. If you use the auth option of
phpMyAdmin, you can let users log into their own database.
Using e.g. www.mydomain.com/mysqladmin/.
Don't forget to restart apache (/etc/rc.d/init.d/httpd restart) after you
changed any .conf.
At 12:07 27-10-2001 +0200, you wrote:
I don't know if anyone's interested, but here goes anyway:
I'd like to try and add phpMyAdmin to all new sites I create. Something like
webalizer does, when you create a new site, you get the /~stats. I'd like to
try and make a /~phpMyAdmin (or any dir for that matter) but I have NO clue
on where to do this. Where to alter the skeleton of a new vsite.
Someone interested in finding this out with me or maybe someone allready
has, and is willing to share?
Comments Welcome
Thijs