[gentoo-user] Re: phpMyAdmin

2007-08-21 Thread Thufir
Adding Apache2 to ufed, then unmerging and re-emerging fixed it. Thanks to all for the help :) -Thufir -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: phpMyAdmin

2007-08-21 Thread Thufir
O. Thanks guys. -Thufir -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Re: phpMyAdmin

2007-08-21 Thread Neil Bothwick
On Tue, 21 Aug 2007 15:58:29 + (UTC), Thufir wrote: > [ebuild N] dev-lang/php-5.2.2-r1 USE="... -apache2 ..." There's the answer, if you want PHP to work with apache, you have to set the apache USE flag for it. -- Neil Bothwick "RAM DISK is NOT an installation procedure!" signatur

[gentoo-user] Re: phpMyAdmin

2007-08-21 Thread Thufir
Perhaps I didn't emerge things in the correct sequence, so: localhost ~ # localhost ~ # date Tue Aug 21 08:54:41 PDT 2007 localhost ~ # localhost ~ # emerge phpmyadmin apache --ask These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N] dev-db/m

[gentoo-user] Re: phpMyAdmin

2007-08-21 Thread Thufir
On Tue, 21 Aug 2007 12:48:48 +0200, Hans-Werner Hilse wrote: > Hi, > > On Tue, 21 Aug 2007 06:09:48 + (UTC) Thufir <[EMAIL PROTECTED]> > wrote: > >> > Did you read my earlier post? >> > >> > rewrite that line to APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5" and >> > restart apache. >> >> Pardon,

Re: [gentoo-user] Re: phpMyAdmin

2007-08-21 Thread Hans-Werner Hilse
Hi, On Tue, 21 Aug 2007 06:09:48 + (UTC) Thufir <[EMAIL PROTECTED]> wrote: > > Did you read my earlier post? > > > > rewrite that line to APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5" and > > restart apache. > > Pardon, I may have been distracted, but I think I changed that entry > several times

Re: [gentoo-user] Re: phpMyAdmin

2007-08-20 Thread Cipher van Byte
Dnia 2007-08-21, o godz. 06:09:48 Thufir <[EMAIL PROTECTED]> napisał(a): > On Fri, 17 Aug 2007 12:58:16 +0200, Hans-Werner Hilse wrote: > > > Did you read my earlier post? > > > > rewrite that line to APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5" and restart > > apache. > > > Pardon, I may have been

[gentoo-user] Re: phpMyAdmin

2007-08-20 Thread Thufir
On Fri, 17 Aug 2007 12:58:16 +0200, Hans-Werner Hilse wrote: > Did you read my earlier post? > > rewrite that line to APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5" and restart > apache. Pardon, I may have been distracted, but I think I changed that entry several times. I tried a couple variations,

Re: [gentoo-user] Re: phpMyAdmin

2007-08-17 Thread Hans-Werner Hilse
Hi, On Fri, 17 Aug 2007 06:45:28 + (UTC) Thufir <[EMAIL PROTECTED]> wrote: > Here's some more data, if it helps: > [...] > localhost ~ # cat /etc/conf.d/apache2 > [...] > APACHE2_OPTS="-D DEFAULT_VHOST" > #APACHE2_OPTS="-D PHP5.2.2" Did you read my earlier post? rewrite that line to APACHE

[gentoo-user] Re: phpMyAdmin

2007-08-16 Thread Thufir
On Thu, 16 Aug 2007 12:59:43 +0200, Abraham Marín Pérez wrote: > http://www.gentoo.org/doc/en/apache-troubleshooting.xml#doc_chap2 > > Checking Gentoo docs is not a bad thing ;-) Thanks. Did I hallucinate the phpMyAdmin gentoo document page? In any event, that specific part of the article w

Re: [gentoo-user] Re: phpMyAdmin

2007-08-16 Thread Abraham Marín Pérez
Hans-Werner Hilse escribió: Hi, On Thu, 16 Aug 2007 08:24:10 + (UTC) Thufir <[EMAIL PROTECTED]> wrote: It seems that Apache needs configuration? specifically the documentroot? Is that required? No, in that case you wouldn't even see the directory listing. Your probably just not

Re: [gentoo-user] Re: phpMyAdmin

2007-08-16 Thread Hans-Werner Hilse
Hi, On Thu, 16 Aug 2007 08:24:10 + (UTC) Thufir <[EMAIL PROTECTED]> wrote: > It seems that Apache needs configuration? specifically the > documentroot? Is that required? No, in that case you wouldn't even see the directory listing. Your probably just not running the PHP module. Check your

[gentoo-user] Re: phpMyAdmin

2007-08-16 Thread Thufir
It seems that Apache needs configuration? specifically the documentroot? Is that required? localhost ~ # localhost ~ # localhost ~ # localhost ~ # cat /etc/apache2/vhosts.d/00_default_vhost.conf ### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostname

[gentoo-user] Re: phpMyAdmin

2007-08-16 Thread Thufir
On Wed, 15 Aug 2007 19:55:24 +0200, Hans-Werner Hilse wrote: > If those files you see actually are the phpMyAdmin files: Web server not > properly configured to search for an "index.php"? Or no PHP at all? When I go to I get a directory listing. One of the files