all instalation is ok, but xammp not view in browser

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

all instalation is ok, but xammp not view in browser

Postby rides » 26. June 2012 20:54

I install xampp in Centos 6.2.
Until yesterday everything was running ok.
Today xammp is not run in browser.
I check the errors. nothing
apache test is ok.
mysql test is ok.
php test is ok.
I do not know what to do to resolve this.

Anything that is in the directory "/opt/lampp/htdocs/" run.

if I run from linux command mode, no errors.

I testing con Explorer 9 and Mozilla (Waterfox).

The error in the broser "Not Found
The requested URL /xampp/index.php was not found on this server.
Apache/2.2.15 (CentOS) Server at XXXXXXX Port 80"

Please, helpme.
Regards.
rides
 
Posts: 2
Joined: 26. June 2012 20:33
Operating System: Centos 6.2

Re: all instalation is ok, but xammp not view in browser

Postby JonB » 27. June 2012 14:17

The error in the broser "Not Found
The requested URL /xampp/index.php was not found on this server.
Apache/2.2.15 (CentOS) Server at XXXXXXX Port 80"

It sounds like you have a connection or firewall issue.

What you should do is repeat the test, noting the originating IP.

If you get the same error message, look in your access log for the 'GET' (requests) that correspond to the test (unless you are using a proxy) the Requesting IP should be the same.

IF you do not find any GET's that match your requests, the request never reached the server. Therefore you having a routing, connection or firewall problem.

IF you do find matching GET's then there should be errors logged in the Apache error log.

If its a routing/connection error, you should use traceroute to determine what the problem is.

http://linux.about.com/library/cmd/blcm ... eroute.htm

on Windows the command is 'tracert'

http://kb.iu.edu/data/aihy.html

Good luck
8)
User avatar
JonB
AF Moderator
 
Posts: 3210
Joined: 12. April 2010 16:41
Location: Land of the Blazing Sun
Operating System: Windows XP/7 - Fedora 15 1.7.7

Re: all instalation is ok, but xammp not view in browser

Postby rides » 27. June 2012 14:34

JonB, thanks for answer.

In my Centos i have iptables is it down.

Yesterday modify the settings (DocumentRoot) to force apache
Now upload the xampp page, but does not display the menu. (database tools, etc.).

Question, to install xampp, you must first install apache, mysql, etc..
or is not needed.

Regards
rides
 
Posts: 2
Joined: 26. June 2012 20:33
Operating System: Centos 6.2

Re: all instalation is ok, but xammp not view in browser

Postby JonB » 27. June 2012 19:48

Yesterday modify the settings (DocumentRoot) to force apache


Modified what settings?

Question, to install xampp, you must first install apache, mysql, etc..
or is not needed.


XAMMP/LAMPP is not a LAMP stack, it is a bash script + all the executables (programmes, libraries and configurations) needed to run Apache MySQL, PHP, Perl, ProFTPd, and webalizer. You should not need anything that does not come inside the /lampp folder on a standard Linux installation.


In my Centos i have iptables is it down.

Do you mean that iptables is 'disabled' at this time?

Did you look in the access_log as I suggested? /opt/lampp/logs/access_log

The first column is the requesting IP. In this case, since its a test VM, all the requests have come from 127.0.0.1 (a browser on the VM) but in your case there should be requests from the IP of the other machines:

Code: Select all
127.0.0.1 - - [08/May/2012:17:23:59 -0400] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [08/May/2012:17:23:59 -0400] "GET /xampp/ HTTP/1.1" 302 -
127.0.0.1 - - [08/May/2012:17:23:59 -0400] "GET /xampp/splash.php HTTP/1.1" 200 1321
127.0.0.1 - - [08/May/2012:17:23:59 -0400] "GET /xampp/xampp.css HTTP/1.1" 200 3991
127.0.0.1 - - [08/May/2012:17:23:59 -0400] "GET /xampp/img/xampp-logo.jpg HTTP/1.1" 200 19738
127.0.0.1 - - [08/May/2012:17:23:59 -0400] "GET /xampp/img/blank.gif HTTP/1.1" 200 43
127.0.0.1 - - [08/May/2012:17:23:59 -0400] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [08/May/2012:17:24:06 -0400] "GET /xampp/lang.php?en HTTP/1.1" 302 -
127.0.0.1 - - [08/May/2012:17:24:06 -0400] "GET /xampp/index.php HTTP/1.1" 200 588
127.0.0.1 - - [08/May/2012:17:24:06 -0400] "GET /xampp/head.php HTTP/1.1" 200 1362
127.0.0.1 - - [08/May/2012:17:24:06 -0400] "GET /xampp/navi.php HTTP/1.1" 200 2290
127.0.0.1 - - [08/May/2012:17:24:06 -0400] "GET /xampp/img/head-for.gif HTTP/1.1" 200 791
127.0.0.1 - - [08/May/2012:17:24:06 -0400] "GET /xampp/start.php HTTP/1.1" 200 786
127.0.0.1 - - [08/May/2012:17:24:06 -0400] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 200 4878
127.0.0.1 - - [08/May/2012:17:24:07 -0400] "GET /xampp/img/head-linux.gif HTTP/1.1" 200 1002
127.0.0.1 - - [08/May/2012:17:24:07 -0400] "GET /xampp/xampp.js HTTP/1.1" 200 463
127.0.0.1 - - [08/May/2012:17:24:07 -0400] "GET /xampp/img/apachefriends.gif HTTP/1.1" 200 979
127.0.0.1 - - [08/May/2012:17:24:07 -0400] "GET /xampp/img/strichel.gif HTTP/1.1" 200 61
127.0.0.1 - - [08/May/2012:17:24:12 -0400] "GET /xampp/iart.php HTTP/1.1" 200 823
127.0.0.1 - - [08/May/2012:17:24:12 -0400] "GET /xampp/iart.php?img=1&text=ceci+n+est+pas+un+ami+d+apache HTTP/1.1" 200 10611
127.0.0.1 - - [08/May/2012:17:24:23 -0400] "GET /xampp/guestbook-en.pl HTTP/1.1" 200 1645
127.0.0.1 - - [08/May/2012:17:24:24 -0400] "GET /xampp/xampp.css HTTP/1.1" 304 -
127.0.0.1 - - [08/May/2012:17:24:24 -0400] "GET /xampp/img/blank.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/May/2012:17:24:29 -0400] "GET /xampp/biorhythm.php HTTP/1.1" 200 692
127.0.0.1 - - [08/May/2012:17:24:42 -0400] "GET /xampp/biorhythm.php?birthdate=09%2F20%2F1948&showpng=1 HTTP/1.1" 200 432
127.0.0.1 - - [08/May/2012:17:24:42 -0400] "GET /xampp/biorhythm.php?birthdate=09%2F20%2F1948 HTTP/1.1" 200 9851
127.0.0.1 - - [08/May/2012:17:25:21 -0400] "GET /xampp/php.php HTTP/1.0" 200 2
127.0.0.1 - - [08/May/2012:17:25:21 -0400] "GET /xampp/mysql.php HTTP/1.0" 200 2
127.0.0.1 - - [08/May/2012:17:25:21 -0400] "GET /xampp/cgi.cgi HTTP/1.0" 200 3
127.0.0.1 - - [08/May/2012:17:25:21 -0400] "GET /xampp/ssi.shtml HTTP/1.0" 200 4
127.0.0.1 - - [08/May/2012:17:25:21 -0400] "GET /xampp/perl.pl HTTP/1.0" 200 2
127.0.0.1 - - [08/May/2012:17:25:21 -0400] "GET /xampp/status.php HTTP/1.1" 200 3870
127.0.0.1 - - [08/May/2012:17:25:21 -0400] "GET /xampp/xampp.css HTTP/1.1" 304 -
127.0.0.1 - - [08/May/2012:17:25:21 -0400] "GET /xampp/img/blank.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/May/2012:17:25:22 -0400] "GET /xampp/img/strichel.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/May/2012:17:25:30 -0400] "GET /xampp/manuals.php HTTP/1.1" 200 1353
127.0.0.1 - - [08/May/2012:17:25:43 -0400] "GET /xampp/components.php HTTP/1.1" 200 2118
127.0.0.1 - - [08/May/2012:17:25:49 -0400] "GET /xampp/cds.php HTTP/1.1" 200 2728
127.0.0.1 - - [08/May/2012:17:25:49 -0400] "GET /xampp/xampp.css HTTP/1.1" 304 -
127.0.0.1 - - [08/May/2012:17:25:49 -0400] "GET /xampp/img/blank.gif HTTP/1.1" 304 -
127.0.0.1 - - [16/May/2012:13:09:31 -0400] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [16/May/2012:13:09:32 -0400] "GET /xampp/ HTTP/1.1" 200 588
127.0.0.1 - - [16/May/2012:13:09:32 -0400] "GET /xampp/head.php HTTP/1.1" 200 1362
127.0.0.1 - - [16/May/2012:13:09:32 -0400] "GET /xampp/navi.php HTTP/1.1" 200 2290
127.0.0.1 - - [16/May/2012:13:09:32 -0400] "GET /xampp/start.php HTTP/1.1" 200 786
127.0.0.1 - - [16/May/2012:13:09:32 -0400] "GET /xampp/xampp.css HTTP/1.1" 200 3991
127.0.0.1 - - [16/May/2012:13:09:32 -0400] "GET /xampp/img/blank.gif HTTP/1.1" 200 43
127.0.0.1 - - [16/May/2012:13:09:32 -0400] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 200 4878
127.0.0.1 - - [16/May/2012:13:09:32 -0400] "GET /xampp/img/head-for.gif HTTP/1.1" 200 791
127.0.0.1 - - [16/May/2012:13:09:32 -0400] "GET /xampp/img/head-linux.gif HTTP/1.1" 200 1002
127.0.0.1 - - [16/May/2012:13:09:32 -0400] "GET /xampp/xampp.js HTTP/1.1" 200 463
127.0.0.1 - - [16/May/2012:13:09:33 -0400] "GET /xampp/img/strichel.gif HTTP/1.1" 200 61
127.0.0.1 - - [16/May/2012:13:09:33 -0400] "GET /xampp/img/apachefriends.gif HTTP/1.1" 200 979
127.0.0.1 - - [16/May/2012:13:09:33 -0400] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [16/May/2012:13:09:40 -0400] "GET /xampp/biorhythm.php HTTP/1.1" 200 692
127.0.0.1 - - [16/May/2012:13:09:52 -0400] "GET /xampp/biorhythm.php?birthdate=09%2F20%2F1948&showpng=1 HTTP/1.1" 200 432
127.0.0.1 - - [16/May/2012:13:09:52 -0400] "GET /xampp/biorhythm.php?birthdate=09%2F20%2F1948 HTTP/1.1" 200 9639
127.0.0.1 - - [16/May/2012:13:10:11 -0400] "GET /xampp/phpinfo.php HTTP/1.1" 200 85145
127.0.0.1 - - [16/May/2012:13:10:12 -0400] "GET /xampp/phpinfo.php?=PHPE9568F34-D428-11d2-A769-00AA001ACF42 HTTP/1.1" 200 2524
127.0.0.1 - - [16/May/2012:13:10:12 -0400] "GET /xampp/phpinfo.php?=PHPE9568F35-D428-11d2-A769-00AA001ACF42 HTTP/1.1" 200 2146
127.0.0.1 - - [16/May/2012:13:10:14 -0400] "GET /xampp/phonebook.php HTTP/1.1" 200 2804
127.0.0.1 - - [16/May/2012:13:10:18 -0400] "GET /xampp/iart.php HTTP/1.1" 200 823
127.0.0.1 - - [16/May/2012:13:10:18 -0400] "GET /xampp/iart.php?img=1&text=ceci+n+est+pas+un+ami+d+apache HTTP/1.1" 200 8322
127.0.0.1 - - [16/May/2012:13:10:22 -0400] "GET /xampp/iart.php?text=ceci+n+est+pas+un+ami+d+apache HTTP/1.1" 200 823
127.0.0.1 - - [16/May/2012:13:10:22 -0400] "GET /xampp/iart.php?img=1&text=ceci+n+est+pas+un+ami+d+apache HTTP/1.1" 200 10107
127.0.0.1 - - [16/May/2012:13:10:27 -0400] "GET /xampp/guestbook-en.pl HTTP/1.1" 200 1645
127.0.0.1 - - [16/May/2012:13:10:33 -0400] "GET /xampp/cds.php HTTP/1.1" 200 2728
127.0.0.1 - - [16/May/2012:13:10:42 -0400] "GET /xampp/components.php HTTP/1.1" 200 2118
127.0.0.1 - - [16/May/2012:14:01:35 -0400] "GET /xampp/ HTTP/1.1" 200 588
127.0.0.1 - - [16/May/2012:14:01:36 -0400] "GET /xampp/head.php HTTP/1.1" 200 1362
127.0.0.1 - - [16/May/2012:14:01:36 -0400] "GET /xampp/navi.php HTTP/1.1" 200 2290
127.0.0.1 - - [16/May/2012:14:21:36 -0400] "GET /cgi-bin/graph.pl HTTP/1.1" 403 1111
127.0.0.1 - - [16/May/2012:14:22:16 -0400] "GET /cgi-bin/graph.pl HTTP/1.1" 403 1111
127.0.0.1 - - [16/May/2012:14:25:46 -0400] "GET /cgi-bin/printenv HTTP/1.1" 200 1190
127.0.0.1 - - [16/May/2012:14:26:03 -0400] "GET /cgi-bin/graph.cgi HTTP/1.1" 500 1157
127.0.0.1 - - [16/May/2012:14:27:56 -0400] "GET /cgi-bin/test/graph.pl HTTP/1.1" 403 1111
127.0.0.1 - - [16/May/2012:14:28:02 -0400] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [16/May/2012:14:28:02 -0400] "GET /xampp/ HTTP/1.1" 200 588
127.0.0.1 - - [16/May/2012:14:28:03 -0400] "GET /xampp/head.php HTTP/1.1" 200 1362
127.0.0.1 - - [16/May/2012:14:28:03 -0400] "GET /xampp/start.php HTTP/1.1" 200 786
127.0.0.1 - - [16/May/2012:14:28:03 -0400] "GET /xampp/navi.php HTTP/1.1" 200 2290
127.0.0.1 - - [16/May/2012:14:28:03 -0400] "GET /xampp/xampp.css HTTP/1.1" 304 -
127.0.0.1 - - [16/May/2012:14:28:03 -0400] "GET /xampp/img/blank.gif HTTP/1.1" 304 -
127.0.0.1 - - [16/May/2012:14:28:03 -0400] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 304 -
127.0.0.1 - - [16/May/2012:14:28:03 -0400] "GET /xampp/img/head-for.gif HTTP/1.1" 304 -
127.0.0.1 - - [16/May/2012:14:28:03 -0400] "GET /xampp/img/head-linux.gif HTTP/1.1" 304 -
127.0.0.1 - - [16/May/2012:14:28:03 -0400] "GET /xampp/img/apachefriends.gif HTTP/1.1" 304 -
127.0.0.1 - - [16/May/2012:14:28:03 -0400] "GET /xampp/xampp.js HTTP/1.1" 304 -
127.0.0.1 - - [16/May/2012:14:28:03 -0400] "GET /xampp/img/strichel.gif HTTP/1.1" 304 -
127.0.0.1 - - [16/May/2012:14:28:09 -0400] "GET /xampp/guestbook-en.pl HTTP/1.1" 200 1645
127.0.0.1 - - [16/May/2012:14:30:59 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 1461
127.0.0.1 - - [16/May/2012:14:52:10 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 1461
127.0.0.1 - - [16/May/2012:14:52:14 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 1461
127.0.0.1 - - [16/May/2012:15:00:11 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 1461
127.0.0.1 - - [16/May/2012:15:00:12 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 1461
127.0.0.1 - - [16/May/2012:15:00:14 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 1461
127.0.0.1 - - [16/May/2012:15:09:40 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 2312
127.0.0.1 - - [16/May/2012:15:12:37 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 2233
127.0.0.1 - - [16/May/2012:15:22:07 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 2233
127.0.0.1 - - [16/May/2012:15:22:17 -0400] "GET /xampp/fills.pl HTTP/1.1" 500 1575
127.0.0.1 - - [16/May/2012:15:30:12 -0400] "GET /xampp/ HTTP/1.1" 200 588
127.0.0.1 - - [16/May/2012:15:30:15 -0400] "GET /xampp/head.php HTTP/1.1" 200 1362
127.0.0.1 - - [16/May/2012:15:30:15 -0400] "GET /xampp/navi.php HTTP/1.1" 200 2290
127.0.0.1 - - [16/May/2012:15:33:42 -0400] "GET /xampp/fills.pl HTTP/1.1" 500 1575
127.0.0.1 - - [16/May/2012:15:36:53 -0400] "GET /cgi-bin/graph.pl HTTP/1.1" 403 1111
127.0.0.1 - - [16/May/2012:15:37:09 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 2233
127.0.0.1 - - [16/May/2012:15:41:32 -0400] "GET /xampp/ HTTP/1.1" 200 588
127.0.0.1 - - [16/May/2012:15:41:34 -0400] "GET /xampp/head.php HTTP/1.1" 200 1362
127.0.0.1 - - [16/May/2012:15:41:34 -0400] "GET /xampp/navi.php HTTP/1.1" 200 2290
127.0.0.1 - - [16/May/2012:16:53:25 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 2233
127.0.0.1 - - [16/May/2012:16:54:02 -0400] "GET /xampp/fills.pl HTTP/1.1" 500 1302
127.0.0.1 - - [16/May/2012:17:04:20 -0400] "GET /xampp/fills.pl HTTP/1.1" 500 1547
127.0.0.1 - - [16/May/2012:17:15:11 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 1313
127.0.0.1 - - [18/May/2012:10:55:14 -0400] "GET /xampp/fills.pl HTTP/1.1" 500 1547
127.0.0.1 - - [18/May/2012:10:55:44 -0400] "GET /cgi-bin/graph.pl HTTP/1.1" 403 1111
127.0.0.1 - - [18/May/2012:10:56:04 -0400] "GET /xampp/graph.pl HTTP/1.1" 500 2234
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp HTTP/1.1" 301 404
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/ HTTP/1.1" 200 588
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/head.php HTTP/1.1" 200 1362
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/navi.php HTTP/1.1" 200 2290
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/start.php HTTP/1.1" 200 786
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/xampp.css HTTP/1.1" 304 -
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/img/blank.gif HTTP/1.1" 304 -
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/img/head-for.gif HTTP/1.1" 304 -
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 304 -
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/img/head-linux.gif HTTP/1.1" 304 -
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/xampp.js HTTP/1.1" 304 -
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/img/apachefriends.gif HTTP/1.1" 304 -
127.0.0.1 - - [03/Jun/2012:10:01:20 -0400] "GET /xampp/img/strichel.gif HTTP/1.1" 304 -
127.0.0.1 - - [03/Jun/2012:10:02:20 -0400] "GET /xampp/php.php HTTP/1.0" 200 2
127.0.0.1 - - [03/Jun/2012:10:02:20 -0400] "GET /xampp/mysql.php HTTP/1.0" 200 2
127.0.0.1 - - [03/Jun/2012:10:02:20 -0400] "GET /xampp/cgi.cgi HTTP/1.0" 200 3
127.0.0.1 - - [03/Jun/2012:10:02:21 -0400] "GET /xampp/ssi.shtml HTTP/1.0" 200 4
127.0.0.1 - - [03/Jun/2012:10:02:21 -0400] "GET /xampp/perl.pl HTTP/1.0" 200 2
127.0.0.1 - - [03/Jun/2012:10:02:20 -0400] "GET /xampp/status.php HTTP/1.1" 200 3870
127.0.0.1 - - [03/Jun/2012:10:02:44 -0400] "GET /xampp/components.php HTTP/1.1" 200 2118
127.0.0.1 - - [03/Jun/2012:10:02:50 -0400] "GET /xampp/cds.php HTTP/1.1" 200 2728
127.0.0.1 - - [03/Jun/2012:10:03:03 -0400] "GET /xampp/guestbook-en.pl HTTP/1.1" 200 1645


If there are no GETS with the IP of the other machine, your server is not getting the requests - you have a network or routing problem.

Good Luck
8)
User avatar
JonB
AF Moderator
 
Posts: 3210
Joined: 12. April 2010 16:41
Location: Land of the Blazing Sun
Operating System: Windows XP/7 - Fedora 15 1.7.7


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 47 guests