I tried to configure LAMP on Ubuntu 12.04 following this guide (http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support...). But when I point to localhost/phpmyadmin/index.php in the browser, it just downloads the index.php file to my downloads folder.
As mentioned in the guide, I made a info.php file and its working properly. How can I fix this error?
Hi
I'm trying to follow the guide for setting up phpMYAdmin with apache2. The guide says the following:
Quote:
To set up under Apache all you need to do is include the following line in /etc/apache2/apache2.conf.
Include /etc/phpmyadmin/apache.conf
My question is, where are you supposed to insert that line?
I know that there are scads of articles on the web regarding remotely accessing phpMyAdmin, but none of the articles I see have worked (not even this).
I would like to configure Apache to allow access to phpMyAdmin when it comes from certain IP addresses.
Im seeing this error while trying to open phpmyadmin (http://127.0.0.1/phpmyadmin) :
`New XAMPP security concept:
Access to the requested object is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
If you think this is a server error, please contact the webmaster.
Error 403
xser.com
Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7`
Where
Hallo,
I have changed apache to run as local user, changing in the file
Code:
/etc/httpd/conf/httpd.conf
the entries:
Code:
User xxx
Group xxx
The following address:
http://localhost/phpmyadmin/
Kept giving me the error:
Code:
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properl
I have installed Centos 5.x, Apache 2.2, PHP 5.3 and MySQL 5.5. I also installed phpMyAdmin. I am able to access phpMyAdmin through the browser without any issues. However, when I create a simple index.php with phpinfo() function in the default directory, that page is served without php parsing.
As we all know, phpMyAdmin is a php application.
this is what I get back when I try to login to Http:\\localhost/phpmyadminNot FoundThe requested URL /phpmyadmin was not found on this server.Apache/2.2.15 (Cent... [by phreak]
I messed up my phpmyadmin, I haven't logged in, in phpmyadmin, in a while, and as a result i forgot my password, so i purged it like so: sudo apt-get purge phpmyadmin.
I did get some error messages asking for my password but i forgot that, so i just pressed ignore, after that i installed phpmyadmin again like so: sudo apt-get install phpmyadmin. This time i wont be forgetting my password.
i mannually installed phpMyAdmin according to this doc:quick install.but i keep getting the 403 error, i can successfully get into other folders in the root dir, how can i sovle this?
here is my config.inc.php:
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual configuration.