Linux / UNIX Tech Support Forum
This is a discussion on phpmyadmin - warning problem within the Web servers forums, part of the Mastering Servers category; Hi folks, Ubuntu 8.04 Apache2 phymyadmin On running; # apache2ctl -t Code: [Sat Apr 25 07:57:02 2009] [warn] The Alias ...
|
|||||||
| Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi folks,
Ubuntu 8.04 Apache2 phymyadmin On running; # apache2ctl -t Code:
[Sat Apr 25 07:57:02 2009] [warn] The Alias directive in /etc/apache2/sites-enabled/400-phpmyadmin at line 3 will probably never match because it overlaps an earlier Alias. Syntax OK # /etc/init.d/apache2 reload Code:
* Reloading web server config apache2 [Sat Apr 25 07:57:11 2009] [warn] The Alias directive in /etc/apache2/sites-enabled/400-phpmyadmin at line 3 will probably never match because it overlaps an earlier Alias.
[ OK ]
# cat /etc/apache2/sites-enabled/400-phpmyadmin Code:
# phpMyAdmin default Apache configuration
Alias /phpmyadmin /usr/share/phpmyadmin
<Directory /usr/share/phpmyadmin>
Options Indexes FollowSymLinks
DirectoryIndex index.php
# Authorize for setup
<Files setup.php>
# For Apache 1.3 and 2.0
<IfModule mod_auth.c>
AuthType Basic
AuthName "phpMyAdmin Setup"
AuthUserFile /etc/phpmyadmin/htpasswd.setup
</IfModule>
# For Apache 2.2
<IfModule mod_authn_file.c>
AuthType Basic
AuthName "phpMyAdmin Setup"
AuthUserFile /etc/phpmyadmin/htpasswd.setup
</IfModule>
Require valid-user
</Files>
<IfModule mod_php4.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_value include_path .
</IfModule>
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_value include_path .
</IfModule>
</Directory>
http://domain.com/phpmyadmin can start the login page and login. Please advise where shall I check? How to fix the warning? TIA B.R. satimis |
| Sponsored Links | ||
|
|
|
|||
|
hi, with debian 5 I got this error when I inculde the directive for phpmyadmin in apache2.conf.
I removed the directive because It is already enabled in the configuration file. Now for me, the phpmyadmin works well Ram |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHPMyAdmin Problems | JoeDively | Coding in General | 0 | 21-09-2007 09:30 PM |
| phpmyadmin question | paul555 | Databases servers | 2 | 13-07-2007 08:27 AM |
| PhpmyAdmin-Can browse/search some tables, but not others | blinton25 | Databases servers | 1 | 08-06-2007 11:28 PM |
| Fix sprintf warning | Rick | Coding in General | 4 | 03-07-2006 12:00 AM |
| gtk warning cannot open display gnome | Linux software | 1 | 14-03-2006 12:50 PM | |