Page 1 of 1

XAMPP: Stopping Apache with SSL...

PostPosted: 29. January 2013 10:29
by sudheerphp
Hi to all ,
i am new to XAMPP,
actually i just install the xampp server,it is showing some different error I.e;

root@Phanindra-DHSI:/home# /opt/lampp/lampp start
Starting XAMPP for Linux 1.8.1...
XAMPP: Starting Apache with SSL ...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
root@Phanindra-DHSI:/home#

how can i fix it,can you any one help me out..

Thanks in advance.

Re: XAMPP: Stopping Apache with SSL...

PostPosted: 29. January 2013 13:37
by Nobbie
I cannot see any error.

Re: XAMPP: Stopping Apache with SSL...

PostPosted: 29. January 2013 13:47
by sudheerphp
when i am trying to start the server
http://localhost/
it con't be connected.
how can i solve this.

Thanks in adv..

Re: XAMPP: Stopping Apache with SSL...

PostPosted: 29. January 2013 15:51
by Nobbie
a) Pleasy supply fully qualified error message here

b) do you have a valid entry for localhost in /etc/hosts?

c) what happens if you try http://127.0.0.1 instead?

d) what distribution of Linux are you using?

Re: XAMPP: Stopping Apache with SSL...

PostPosted: 31. January 2013 06:13
by sudheerphp
Hi nobbie,
1) when i am trying to access http://localhost/ or http://127.0.0.1
one file is downloaded , that file contains the following code
i.e; index.php file
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/xampp/');
exit;
?>
Something is wrong with the XAMPP installation :-(

2) i have valid entry to hosts and i remove # symbole beside 127.0.0.1
3)index.php file is downloaded
4) actually i am using ubuntu 12.04
xampp 1.8.1
i am waiting for your kind reply.
Thanks in adv..