XAMPP: Stopping Apache with SSL...

Problems with the Linux version of XAMPP, questions, comments, and anything related.

XAMPP: Stopping Apache with SSL...

Postby sudheerphp » 29. January 2013 10:29

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.
sudheerphp
 
Posts: 7
Joined: 29. January 2013 10:24
Operating System: ubantu

Re: XAMPP: Stopping Apache with SSL...

Postby Nobbie » 29. January 2013 13:37

I cannot see any error.
Nobbie
 
Posts: 13170
Joined: 09. March 2008 13:04

Re: XAMPP: Stopping Apache with SSL...

Postby sudheerphp » 29. January 2013 13:47

when i am trying to start the server
http://localhost/
it con't be connected.
how can i solve this.

Thanks in adv..
sudheerphp
 
Posts: 7
Joined: 29. January 2013 10:24
Operating System: ubantu

Re: XAMPP: Stopping Apache with SSL...

Postby Nobbie » 29. January 2013 15:51

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?
Nobbie
 
Posts: 13170
Joined: 09. March 2008 13:04

Re: XAMPP: Stopping Apache with SSL...

Postby sudheerphp » 31. January 2013 06:13

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..
sudheerphp
 
Posts: 7
Joined: 29. January 2013 10:24
Operating System: ubantu


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 30 guests