[WBEL-users] phpmyadmin

Johnny Hughes mailing-lists@hughesjr.com
Tue, 06 Jul 2004 05:38:33 -0500


--=-B3mpXmXI4mRkqviMYgD/
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Tue, 2004-07-06 at 02:28, Andy Rabagliati wrote:


> I added this to my httpd.conf :-
> 
> ############################################
> Alias /phpmyadmin/ /usr/share/phpMyAdmin/
> 
> <Directory "/usr/share/phpMyAdmin/">
>     AllowOverride None
>     Options None
>     Order allow,deny
>     Allow from all
> </Directory>
> ############################################

There is a file called /etc/httpd/conf.d/phpMyAdmin.conf that already
contains the line:

Alias /phpMyAdmin /usr/share/phpMyAdmin

You might want to remove the the info directly from the httpd.conf file
and put it in /etc/httpd/conf.d/phpMyAdmin.conf ... or remove the file
/etc/httpd/conf.d/phpMyAdmin.conf if you are going to leave the info in
httpd.conf directly.


Johnny Hughes
HughesJR.com

--=-B3mpXmXI4mRkqviMYgD/
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
On Tue, 2004-07-06 at 02:28, Andy Rabagliati wrote:<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>I added this to my httpd.conf :-

############################################
Alias /phpmyadmin/ /usr/share/phpMyAdmin/

&lt;Directory &quot;/usr/share/phpMyAdmin/&quot;&gt;
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
&lt;/Directory&gt;
############################################</I></FONT></PRE>
</BLOCKQUOTE>
There is a file called /etc/httpd/conf.d/phpMyAdmin.conf that already contains the line:<BR>
<BR>
Alias /phpMyAdmin /usr/share/phpMyAdmin<BR>
<BR>
You might want to remove the the info directly from the httpd.conf file and put it in /etc/httpd/conf.d/phpMyAdmin.conf ... or remove the file /etc/httpd/conf.d/phpMyAdmin.conf if you are going to leave the info in httpd.conf directly.<BR>
<BR>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Johnny Hughes<BR>
<A HREF="http://www.hughesjr.com"><U>HughesJR.com</U></A>
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>

--=-B3mpXmXI4mRkqviMYgD/--