[Ilugc] issue with LAMP server set up

  • From: smal@xxxxxxxxxxx (Mahalingam Subramaniam)
  • Date: Sat Sep 19 01:09:53 2009

please check the pasted information for
The response to http://localhost/ is as follows
It works!
The response to http://localhost/index.htm is as follows
Not Found
The requested URL /index.htm was not found on this server.
The response to http://localhost/index.html is as follows
It works!
The response to http://localhost/index.php is as follows
404Not Found
The requested URL /index.php was not found on this server.
The response to http://localhost/phpinfo.php is as follows
404Not Found
The requested URL /phpinfo.php was not found on this server.
The response to http://127.0.0.1/ is as follows
It works!
The response to http://127.0.0.1/index.htm is as follows
404Not Found
Not Found
The requested URL /index.htm was not found on this server.
 was not found on this server.
The response to http://127.0.0.1/index.html is as follows
It works!
The response to http://127.0.0.1/index.php is as follows
404Not Found
The requested URL /index.php was not found on this server.
The response to http://127.0.0.1/phpinfo.php is as follows
Not Found
The requested URL /phpinfo.php was not found on this server.
The response to http://192.168.13.121/ is as follows
Not Found
The requested URL / was not found on this server.
The response to http://192.168.13.121/index.htm is as follows
<html><body><h1>It works!</h1></body></html>
The response to http://192.168.13.121/index.html is also as follows like above
<html><body><h1>It works!</h1></body></html>
The response to http://192.168.13.121/index.php is also as follows like above
<?php
/**
 * Front controller for setup script
 *
 * @package    phpMyAdmin-setup
 * @author     Piotr Przybylski <piotrprz@xxxxxxxxx>
 * @copyright  Copyright (c) 2008, Piotr Przybylski <piotrprz@xxxxxxxxx>
 * @license    http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
 * @version    $Id: index.php 11975 2008-11-24 09:55:30Z nijel $
 */
/**
 * Core libraries.
 */
require './lib/common.inc.php';
$page = filter_input(INPUT_GET, 'page');
$page = preg_replace('/[^a-z]/', '', $page);
if ($page === '') {
with regards
s.mahalingam

Other related posts: