xampp

Configure XAMPP with MySQL4

Can we configure MySQL 4 with XAMPP? The latest version of XAMPP comes with MySQL5 ...

How do I free my port 80 on localhost windows

I installed xampp 1.6.8 and for some reason it did'nt work. Later realized port 80 is not free or not listening. How can I release it or make it free? Thanks a lot! ...

Localhost not working on XAMPP - both service apache & mysql are fine

My xampp installation 1.7.1 does not seem to work. http://localhost returns not found error. Xampp Control panel shows both mysql & apache service running fine. I'am on windows vista. Frustrated since past 2 weeks to find a solution to this. Any pointers and support will be appreciated! Thanks a ton folks. ...

php pdo ¿What am I doing wrong?

I'm learning php pdo; my environment is : NetBeans 6.5.1, XAMPP 1.7.0 and I have this code, which it seems to connect. If I change dbname to a non existent one, it raises exception "db not exists" If I change user, it raises "login incorrect") but when I call $cn->query, it raises: An unhandled Win32 exception occurred in apache...

Access XAMPP Localhost from Internet

Hi, I have XAMPP installed in local laptop. And I have a almost static ip. I would like to give the ip to other to run it from thier browser. I configured apache httpd-vhosts.conf to listen my ip address:80 and added the virtual server with the ip address and domain root to local httdocs directory and the servername as localhost. Apache ...

Apache + Vista = No Ports? (Why thanks, Skype)

I've gotten a new machine, but it came with Vista. I figured it would be best to wait for W7 before I spent any money on an OS, so I'm stuck with it for now. But I must get my development environment setup, and soon! My machine came with McAfee, which I'm using for the moment, and I've let port 80 be open and I've given httpd.exe acce...

Problem with configuring virtual hosts

Some details XAMPP 1.7.1 OS tested on vista and xp Hello everyone. I have some problems with configuring my virtual hosts. Currently I have two sites. Here is my vhost.conf file: <VirtualHost *:80> ServerAdmin [email protected] DocumentRoot c:/xampp/htdocs/site1/trunk/ ServerName site1.local </VirtualHost> <VirtualHost *:80>...

How to enable the PDO driver for sqlite3 in php?

Goodeve, My SQLite is version 3.4.0 However my phpinfo's PDO support for SQLitev3 is not enabled/listed How can I enable it? I installed my web server via XAMPP. ...

How to run xampp in Microsoft Virtual PC's Windows XP ?

Firefox and IE 7 are installed. I use MS Virtual PC for testing website in IE6 it works oon live site but I use XAMPP to render PHP files but h.ttp://localhost is not working Virtually running XP with IE6. ...

Upgrading individual libraries within LAMPP (specifically, openssl)

Does anyone have any experience in upgrading individual chunks of the XAMPP LAMP stack without installing an upgrade from XAMPP? We have several production servers which require an update to the openssl lib but the upgrade from XAMPP would take us into newer versions of MySQL and PHP which we haven't tested against yet. Otherwise, I wo...

PHP stops rendering page somewhat arbitrarily

I've spent all morning trying to find an answer to this, to no avail. I'm working on a website, and I set up a small test server to make changes on. When I loaded the page I had made a few changes to, I noticed that the page stopped short. I reloaded the page, and it stopped at a different place. I reloaded again and again, and noticed t...

run django with xampp on windows

can i run django (Python framework) site with xampp on windows? Please guide me. ...

Looking for "localhost" apache server that allows .htaccess

Hey all, Is there some apache server software out there that can be installed on my Windows PC (for local development purposes) that also allows .htaccess for URL rewriting? I'm currently using Xampp which does not seem to offer this functionality (although maybe I'm wrong about that). Any advice would be much appreciated. Thanks. ...

NuSOAP on XAMPP with PHP5: failed to open stream

Hey guys, I have a problem (again). This time I am trying to use NuSoap w/ XAMPP 1.7.1 which includes PHP5 and MySQL ... I wrote a soap-client: <?php // Pull in the NuSOAP code require_once('nusoap.php'); // Create the client instance $client = new soapclient('http://localhost/mysql/helloworld2.php'); // Check for an error $err = $clien...

XAMPP and AMF?

Hi all, Is there any open source package along the lines of XAMPP that would give a developer support for AMF "out of the box" as it were? ...

Production Grade Server Software

I am currently using XAMPP to test and Run my website on my Laptop. Is there any (Good,Production Grade,Free,AMP based) server software? Or Can I manually fix the security holes in XAMPP (like no password for 'root') to bring it up to production level? Platform : Windows Technologies: Apache, MySQL, PHP Requirements: Hosting on Own se...

PHP.exe (CLI) can't connect to MySQL while Firefox can!

Hi, I have installed XAMPP on a Windows XP Machine. PHP scripts are working fine through the browser. Initially, PHP.exe (CLI) was failing with error - can't load php_pgsql.dll I disabled extension=php_pgsql.dll in the php.ini file and PHP.exe stopped to fail. However, even now I am not able to run a PHP script from the CLI even thou...

Turning off redirect loop error in apache

I'm crawling a website using php. As I don't know much about turning php into a CGI and runing from command line the method I've chosen is, after one succesful iteration, to redirect back to the same php file so it runs again (it's not an infinite loop as I use both a cookie and a timestamp check to make sure it ends within a set time or...

Why does my content change when running in Apache XAMPP?

Hi, I've been designing a website and when testing it I normally run it by either double clicking on the file or pressing "play" and running through a browser via Internal Server using Aptana Studio. Earlier I downloaded XAMPP and browsed the web page using Apache, and i've noticed some changes. Why would running it through Apache mak...

apache xampp gzip

Hi, I am trying to get the GZIP module working in XAMPP window vista 64 bit. I have added the .dll file for gzip into the module directory and added in httpconf. Once I add it say it cannot start apache since it cannot find the ApacheGZIP module in the directory that is mentioned in httpconf file...(which I can see exist in the directo...