sacrest.blogg.se

Phpmyadmin nginx 404 error
Phpmyadmin nginx 404 error





  1. PHPMYADMIN NGINX 404 ERROR INSTALL
  2. PHPMYADMIN NGINX 404 ERROR SOFTWARE
  3. PHPMYADMIN NGINX 404 ERROR PASSWORD

PHPMYADMIN NGINX 404 ERROR INSTALL

Install phpmyadmin: `sudo apt-get install php5-mysql` Install php modules: sudo apt-get install php-pear php5-gd php5-xsl curl libcurl3 libcurl3-dev php5-curlĬonnect apache 2 and mysql together: sudo apt-get install libapache2-mod-auth-mysql Testing it: create the file php_info.php in /var/www/ Test it: localhost (You must see "It works!" etc) Install apache 2: sudo apt-get install apache2

phpmyadmin nginx 404 error

PHPMYADMIN NGINX 404 ERROR PASSWORD

Here the installer will ask the mysql-server root password Install mysql server: sudo apt-get install mysql-server Try to put in your /etc/apache2/sites-available/default the following linesĪnd check that the /var/www folders owner is www-data

phpmyadmin nginx 404 error

Maybe it is an apache permission problem. Lrwxrwxrwx 1 root root 28 Jun 9 17:28 nf ->. rw-r-r- 1 root root 143 other-vhosts-access-log rw-r-r- 1 root root 3.3K localized-error-pages Lrwxrwxrwx 1 root root 45 Jun 7 21:14 nf -> /etc/javascript-common/nf See the broken link symbol in ls -lh /etc/apache2/conf.d I renamed nf link and ran sudo ln -s /etc/phpmyadmin/nf /etc/apache2/conf.d/nf The Apache error log may have more information. On restarting the apache2 service I get the following in Terminal sudo service apache2 restartĪpache2: Syntax error on line 260 of /etc/apache2/nf: Could not open configuration file /etc/apache2/conf.d/nf: No such file or directory rw-r-r- 1 www-data www-data 0 Jun 7 21:04 test.php~ rw-r-r- 1 www-data www-data 177 Jun 7 20:30 index.html Lrwxrwxrwx 1 root root 4 Jun 9 16:00 run -> /runĭrwxr-xr-x 10 root root 4.0K Jun 8 19:41 spoolĭrwxrwxrwt 4 root root 4.0K Jun 9 16:25 tmpĭrwxr-xr-x 2 www-data www-data 4.0K Jun 7 21:04 www Lrwxrwxrwx 1 root root 9 Jun 9 16:00 lock -> /run/lockĭrwxr-xr-x 20 root root 4.0K Jun 9 16:01 logĭrwxrwsr-x 2 root mail 4.0K Apr 24 18:01 mailĭrwxrwsrwt 2 root whoopsie 4.0K Apr 24 18:05 metricsĭrwxr-xr-x 2 root root 4.0K Apr 24 18:01 opt Is there something I need to install which I haven't or is there something I can do to fix the 404 & 403 errors? Editĭrwxr-xr-x 2 root root 4.0K Jun 9 12:16 backupsĭrwxr-xr-x 21 root root 4.0K Jun 9 13:28 cacheĭrwxrwsrwt 2 root whoopsie 4.0K Jun 9 16:01 crashĭrwxr-xr-x 73 root root 4.0K Jun 8 19:24 libĭrwxrwsr-x 2 root staff 4.0K Apr 19 10:03 local The folder /etc/phpmyadmin has the following content: When installing phpMyAdmin, I was not asked any questions, which I found interesting as on previous installs, I have been asked to choose a server. Fast webserver with minimal memory footprint (lighttpd).

phpmyadmin nginx 404 error

  • Base support for JavaScript library packages (javascript-common).
  • Apache HTTP Server metapackage (apache2).
  • I created a file in /var/www called test.php with one line in it when I try to access it through my browser, I get 403 Forbidden If I then type in localhost/phpmyadmin or localhost/phpmyadmin/index.php the page returns a 404 error page, file not found.

    PHPMYADMIN NGINX 404 ERROR SOFTWARE

    The web server software is running but no content has been added, yet. This is the default web page for this server. When I enter localhost in my browser the following is displayed: It works! I have installed php5 and phpMyAdmin from the Ubuntu Software Centre on a fresh install of Ubuntu 13.04.







    Phpmyadmin nginx 404 error