XAMPP is a package consisting of Apache, mySQL, PHP and Perl. These are all distributed as one, making it easy for anyone to 'bootstrap' all the packages on a brand new server. XAMPP packages are currently available for Windows, Linux, OS X and Solaris. For more information see the XAMPP web page ...
0
votes
0answers
20 views
xampp cannot find localhost [migrated]
XAMPP version 1.7.7
Windows 7 Ultimate
For the last two days I have been unable to access localhost/htdocs folder on any browser, after 6 months of problem free use. I have:
removed my antivirus,
...
0
votes
2answers
105 views
Need help to install php gd on ubuntu with lampp (xampp)
I'm running lampp 1.7.1 on lubuntu oneiric.
I need to add extension for php_gd.
I installed php5-gd by
sudo apt-get install php5-gd
Had a look at php.ini and noticed the line
...
1
vote
2answers
55 views
How to install different versions of memcache with different versions of lampp
I need to use different versions of lampp (xampp for linux).
I recently also need to use memcache with any version of lampp I might need to use.
Everything is going right if I use the last lampp ...
0
votes
1answer
44 views
Fatal error: Uncaught exception 'Zend_Cache_Exception' with message > 'cache_dir must be a directory'
After doing my code update. I got this error.
Could you help me figure this one out?
I gave 777 permission to all of the folders.
Thanks in advance!
Fatal error: Uncaught exception ...
0
votes
1answer
72 views
Can't Start Apache [closed]
I can't start the Apache service. My XAMPP is 1.7.7 and I'm using Win 7 Home Premium.
I've tried to check using netstat, the port 80 stated there that used by Address 0.0.0.0 with PID 4, Name System.
...
2
votes
2answers
134 views
Symbolic Link & LAMPP htdocs
I went through these steps in order to make a symlink directory to use outside of lampp htdocs.
$ mkdir test
$ chmod 777 test
//test is now in /home/Dropbox/test/
//I put an index.html with 777 perms ...
0
votes
1answer
31 views
LAMPP Document Root Change
I no longer wish to use /opt/lampp/htdocs/ as my lampp document root. I went into httpd.conf and edited it to reflect this, the new document root:
DocumentRoot "/home/work/Dropbox/Websites/"
...
0
votes
2answers
144 views
Xampp: How to change your Tomcat default user and password?
I have recently installed Xampp, and I am now learning JSP but after copying my .jsp file into the required file and starting Tomcat it won't let me access the manager without a user and password.
...
0
votes
1answer
40 views
Setting up virtual host by editing apache httpd.conf (for Zend framework) opens XAMPP page, not Zend's
Setting up a virtual host apache (for Zend framework application) opens XAMPP homepage, but I need Zend default project home page instead.
Am I doing something wrong?
I made a virtual host as ...
0
votes
1answer
112 views
Virtual hosts not working
So - I cant get my virtual hosts to work.
I'm working on Ubuntu11.10 with xampp install.
I have been trying to find the errors - no success.Maybe you have some pointers what is misconfigured here:
...
0
votes
0answers
83 views
PHP Script On Windows XAMPP Timeout with OpenSSL function call
Each time I run a certain PHP script, I am faced with a "Page Load Error - The connection was reset". I know the script works before the function call with various echo statements but calling:
...
1
vote
0answers
42 views
Can't access development website XAMPP Windows (Tries to redirect to wwww.)
I am having a problem trying to access a development website on a local Windows server. Other sites on the box are fine.
I have an entry in the router to redirect dev.websitename.com to 192.168.1.71 ...
0
votes
2answers
38 views
access-error when trying to set up vhost pointing to my desktop on Win7
i'm trying to set up vhosts in Apache2(XAMPP) on Windows7.
I would like to have an extra domain for a directory on my desktop and each time i try to access that domain in browser, i'm getting an ...
0
votes
0answers
181 views
What APC dll works with Windows x86 32 vc9 PHP 5.3.8 XAMPP version 1.7.7?
I am trying to use XAMPP and APC together on Windows.
I found APC compiled libraries http://downloads.php.net/pierre/ but every time I try a dll from there the Apache server hangs.
I use XAMPP ...
0
votes
1answer
35 views
Reinstalled windows, apache will not start
Had to reinstall most of the stuff on my machine, but I had xampp on a separate drive. I started up the control panel and hit start on the apache service, but it will not start.
Here is the error I ...
0
votes
3answers
111 views
Apache2 (XAMPP) virtual hosts directive does not work (apparently)
I'm having a few problems when setting up IP-based virtual hosts.
First of all I'm using the current XAMPP from apachefriends (XAMPP 1.7.7 with Apache 2.2.21) on Windows 7.
The basic functionality ...
0
votes
1answer
73 views
PHPmailer cant connect with remote SMTP server
I cant connect with remote SMTP server using PHPmailer. I checked in wireshark, that in time when script is trying to connect, no single packet is sent out from my pc.
What can block it? SELinux is ...
1
vote
1answer
47 views
Pointing Sub domain of one website to sub folder of another website
I have a domain example.com pointing to Linux AWS.
I also have demo.example.com which i need to point to /htdocs/c5 of example2.com on Windows Server running XAMPP.
My Findings
Used A record of ...
0
votes
1answer
173 views
Apache wont start with php:ldap
I just installed XAMPP 1.7.7 on Windows Server 2003 r2 and enabled the php_ldap extension in php.ini Now, when starting the service, it hangs on 'starting'
Aditional info: Since XAMPP 1.7.5+ is ...
0
votes
1answer
26 views
Limit directive does not work in .htaccess
I am trying to put a simple .htaccess with "deny from all" in phpmyadmin directory (from the default xampp installation), but it does not make any difference...
The directory is still available ...
-1
votes
3answers
41 views
My browsers aren't rendering PHP files
I started a PHP/MySQL class today and we're using Murach's PHP and MySQL book. We're instructed to use XAMPP for Mac for our server stack, I have it installed and running, but no matter which browser ...
1
vote
0answers
65 views
XAMPP apache localhost - browsers point to the wrong port even after I changed Listen port back to 80
Running Windows 7.
Got a weird problem - I used to use port 8080 for my apache on XAMPP as somehow I couldn't get it to work on 80. I did that by changing the Listen port of ...
0
votes
1answer
36 views
Change MySQL from looking at LocalHost to different IP on local machine
Thanks to this article, I was linked to this article, which, after giving my PC two IPAddresses, was able to have IIS and Apache living happily on the same PC at the same time.
I also added the ...
2
votes
1answer
125 views
What is “php exited with error code 1”?
I'm running a php script through the webserver to execute psexec which in turns executes another php script.
When I run this from the command line normally, everything works fine and there are no ...
0
votes
0answers
30 views
PhpMyAdmin not working when restoring mysql backup on Xampp
I am trying to restore a mysql backup using phpmyadmin on a local xampp installation.
However, when I attempt to do so, the query just hangs forever until it times out.
I noticed that the backup has ...
3
votes
1answer
150 views
mysql does not start properly
Hi I am using XAMPP on Windows XP. Since I changed the version from 1.73 to 1.77 MySQL does not start properly. That means that the status says, it is started, but the safety check says it is not . ...
0
votes
0answers
79 views
XAMPP installation with XDebug to work with Netbeans crashes
The background: Hi, I've been tasked with installing XAMPP in a computer lab to facilitate a PHP development class. We've been asked to use version 1.7.2 with the default installation in the ...
2
votes
2answers
127 views
How can I run a php script from the CLI without prepending “php” to it?
I'm trying to create a script that runs from the webserver that will run a php file via exec(), but I want it to do so without prepending the php to it. Can this be done?
Using Windows 2008 and XAMPP
...
0
votes
1answer
44 views
Not allowing access to another computer in LAN
Is it possible to handpick few ip addresses to allow access to localhost over LAN and rejecting other incoming connections? I am running XAMPP.
OS : Windows XP
0
votes
1answer
90 views
Win 7 : how to find out what is running at http://localhost
Today I no longer can start my xampp which uses localhost, since something else is using it, so my xampp complains.
When I check hte browser,it returns a proper 404 as well, so something is abusing ...
1
vote
1answer
87 views
Install PECL mailparse on XAMPP?
Similar to Is it possible to install Mailparse extension via PECL installation - without recompiling PHP I'm trying to install mailparse on xampp. XAMPP actually has a guide for this, and I've tried ...
1
vote
0answers
107 views
how to run xampp as non-root on linux
in our office, we have 3 web development PCs running ubuntu natty. due to some hard-headed people, instead of trusting them with "sudo powers", i have decided to put the PCs on lockdown and create an ...
0
votes
0answers
136 views
How to enable PHP dynamic extension loading on XAMPP (PHP 5.3.8) in CGI mode?
Our server administator has enabled PHP's dynamic extension loading on our testing server on Linux (PHP 5.4.). This feature helps to speed up AJAX requests which return plain JSON data.
Many of our ...
0
votes
1answer
72 views
I'm just getting “& was unexpected at this time.”
I have an Windows Server 2003 and XAMPP running for more than a year, but in past days my Apache error log is full of "& was unexpected at this time." error.
I searched everywhere and I coudn't ...
0
votes
1answer
143 views
Can't start MySQL in LAMP (XAMPP) install on Ubuntu 11.04
I'm trying to set up a XAMPP installation on my work laptop - that's why I go for XAMPP and not regular LAMP so I don't have to have start-up services etc. But I get an error when trying to start ...
-2
votes
2answers
50 views
Multiple websites on the same network [closed]
I'd like to set up a series of local development servers using the same IP address and different domain names, although I'm not sure about how to set it all up.
I created the following domains ...
0
votes
0answers
75 views
Yii Install with XAMPP on USB Drive
I have found multiple topics on installing the yii framework with xampp, however, I have not been able to track down any that discusses this on xampp running from a flash drive. I followed the ...
1
vote
2answers
123 views
Transfer database data from xampp on Windows to Ubuntu
Which is the fastest way to transfer mysql databases from xampp on Windows to a MySql server on Ubuntu?
1
vote
2answers
140 views
Synchronizing local mysql database with remote one with a script or automatically?
Is there a way to sync a MySQL database with a remote one either automatically or with a script? The data is not time sensitive, but I don't want to have to export it out of the local database and ...
0
votes
1answer
217 views
XAMPP says Access Forbidden! for every file
I'm using XAMPP on my mac to power some virtual hosts for offline web dev.
Every file I try to access says the same error:
Access forbidden!
You don't have permission to access the ...
0
votes
1answer
56 views
Apache Virtual Hosts in XAMPP
I'm setting up some virtual hosts for local web dev. I'm using XAMPP and have been having a nightmare getting it working. Here's my httpd-vhosts.conf file:
NameVirtualHost *:80
<VirtualHost *>
...
0
votes
1answer
84 views
Multiple XAMPP Sites
I've installed XAMPP on my Mac, and am trying to set up multiple virtual hosts.
I've changed the system hosts file to include the line 127.0.0.1 seo-reports.local and i've added the following to the ...
0
votes
3answers
70 views
Problem with xampp on windows
I have a problem with xampp, when I try to start the Apache server it start and after few seconds it stop.
I use both on my laptop, php and asp.net, so I have Visual Studio with IIS and xampp for the ...
0
votes
1answer
192 views
Apache HTTP Server+Tomcat: Which file generates mod_jk.conf, how to modify generated stuff, and how does httpd reach it?
I'm using XAMPP with Apache HTTP Server and Tomcat Add-On installed.
There's a default mod_jk.conf which is generated by Tomcat when starting it.
But which file generates this mod_jk.conf file?
How ...
0
votes
1answer
44 views
VirtualHost on Apache is not directing correctly
I am running Xampp for a dev server on Windows 7.
my windows 7 hosts file @ (C:\Windows\System32\drivers\etc\hosts) has this...
127.0.0.1 www.testing.com testing.com localhost
My Apache ...
0
votes
2answers
346 views
XAMPP with Tomcat Add-On - how to configure it to serve Java OR PHP contents depending on given domain names
I know there are lots of topics related to Apache HTTP Server + Tomcat, but I didn't find the solution to my problem yet, but it's for sure someone has already met a problem like mine.
I installed ...
0
votes
1answer
32 views
Which php binary should be used with a XAMPP installation?
When I execute which php in Bash I get /usr/bin/php. Everything is working fine but I'm wondering - since I'm running XAMPP, should I get /Applications/XAMPP/xamppfiles/bin instead?
Note: I'm using ...
0
votes
2answers
78 views
Running 2 LAMP stacks on one instance
I have a working installation of apache and mysql using standard ports, and my host file points domains to 127.0.0.1.
I'm in the process of switching my LAMP stack to Zend Server but want my old set ...
1
vote
3answers
74 views
Redirect http traffic if another machine is on
My router forwards port 80 data to my Ubuntu Server box. I have another machine (Windows 7, running XAMPP) on my local network that is only sometimes on. Using a virtual host or otherwise, I wanted ...
-1
votes
3answers
69 views
Give a name to localhost with specifying a port [closed]
I am using xammp on windows. I change my port number as 8090 but now I couldnt reach the localhost when I type example.com to the browser. What should I do to make any name to open my localhost even ...