I have successfully installed XAMPP 1.5.3 following this guide on Ubuntu 12.04 and it started with no errors.
$ sudo /opt/lampp/lampp start
Starting XAMPP for Linux 1.5.3a...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.But when I open or in Firefox I get the Unable to connect error.
After I turned out to be unsuccessful, I changed the port in httpd.conf as described here from 80 to 81 and attempted to open and , but I got the same result.
Edit
The output of netstat -tlnp:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 23369/mysqld
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 23352/proftpd: (acc
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 20196/dnsmasq
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 929/cupsd
tcp6 0 0 ::1:631 :::* LISTEN 929/cupsd
tcp6 0 0 ::1:44166 :::* LISTEN 23848/java 5 2 Answers
According to the output of netstat, the Apache webserver fails to open the listening port. You should download the newest version of XAMPP and follow the instructions on the site.
If XAMPP is ran with default configuration, the output should look something like this:
whisperity@localdomain:~$ sudo netstat -tlnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 5235/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 5701/httpd
tcp6 0 0 :::21 :::* LISTEN 22965/proftpd: (acc 3 first show ur c:/windows/prefetch find the file httpd.exe missing download to putit prefetch folder then msvcr100.dll file also missing in system32 folder so this also download to putit installing wamp or xammp server u will get dialog box firebox want to default browser click no.Then browse window shows find explorer.exe click then press open button on that window.then next and finsh. work for fine......... goodluck.
1