xampp

MOD_WSGI difficulties on Mac OS X Snow Leopard

I've been trying to get MOD_WSGI working on Apache via XAMPP on my Mac OS X Snow Leopard all day today without any success. I've followed all the instructions, searched the internet for solutions, etc but no luck so far. Below are my exact steps and details. When I run localhost all I get is a white screen. When I remove "LoadModule wsgi...

How can I develop Rails alongside a XAMPP installation?

On my work machine, I do PHP development under XAMPP, which includes Apache and MySQL. I'd like to start developing and testing some Rails code on the same machine - also using MySQL (and I assume it also needs Apache). What's the easiest way to do this without conflicts? ...

XAMPP on Flashdrive cannot start Apache, MySQL on Windows 7

XAMPP is unable to start Apache or MySQL on a windows 7 system when run from a flashdrive. The control panel indicates that the server is starting, but it never actually comes online. Additionally, the control panel process refuses to end; Task Manager end tasking is required to make it stop. Is there a specialized setting either in X...

.htaccess not working

RewriteEngine on RewriteCond $1 !^(index\.php|files|assets|robots\.txt) RewriteRule ^(.*)$ ./index.php/$1 [L] The website is hosted on the latest version of XAMPP locally. When I load the website with the .htaccess file in place, it won't load at all. I get a server error What am I doing wrong? EDIT: Checked log file, here's an error...

Apache, IIS... Server Explanation for a newbie

Hi I'm a relatively new student in computer science university program. We're getting into web development now. So far, I've only used Visual Studio. Should I be learning how to work with Apache AND IIS? What is the difference? Can I use Visual Studio with Apache? If I download XAMPP, can I still use IIS on the same machine later on? ...

Using SimplePie with CodeIgniter and XAMPP

I am using CodeIgniter 1.7.2 with XAMPP 1.7.2 on a Windows computer. I am trying to make use of SimplePie. I followed all the instructions I could find: a copy of simplepie.inc is in my applications/libraries folder, renamed to simplepie.php I enabled curl on Apache. I attempt to load SimplePie as follows: this->load->library('simplep...

2 mysql instances in MAC

i recently switched to mac. first and foremost i installed xampp. then for django-python-mysql connectivity, i "somehow" ended up installing a seperate MySQL. now the seperate mysql installation is active all the time and the Xampp one doesnt switch on unless i kill the other one. what i wanted to know is it possible to make xampp work ...

How to turn off magic quotes in PHP configuration file? I am using XAMPP.

What is the file? I have php.ini and php.ini-dist on my computer. ...

can't install memcache php module

Hi, i'm trying to install memcache module from http://pecl.php.net/package/memcache. Im using xampp in ubuntu (lampp) with php 5.3. After download the extension, I run phpize, make and make install, then I add extension=memcache.so in my php.ini but when I restart xampp the following message appears: Warning: PHP Startup: memcache:...

Cron on XAMPP (Mac OS)

Hi All, I have installed XAMPP server on my Mac OS, how to setup a cron job on it? My requirement is that i want to call a php script at regular intervals . Thanks ...

Multiple SSL Certificates Running on OSX 10.6

I have been running into walls with this for a while. I am attempting to setup multiple IP addresses on Snow Leopard so that I can develop with SSL certificates. I am running XAMPP - I don't know if that is the problem, but I guess I would run into the same problems, considering the built in apache is turned off. So first up I looked i...

Looking to downgrade phpMyAdmin, but don't know what version.

Had to re-set up everything on my laptop recently, which included reinstalling XAMPP. While I was quite happy with the version of phpMyAdmin I had installed the first time around, the new bundled version has a few quirks that get to me. Specifically: Auto-incremented fields ignore values I enter when inserting new rows (e.g. if I wan...

CodeIgniter configuration with mod_rewrite, xampp and windows.

I'm a noob to CodeIgniter and am trying to figure out the configuration for an app I'm building. Something is wrong with my setup. I'm running XAMPP on Windows and am using an alias directory to point to the applications directory. In other words: "http://localhost/app_name/ " points to the root directory of the application. It all s...

Zend Framework: XAMPP - Redirect/Rewrite

Hello, I'm using Zend Framework but I have a little problem: How could I redirect internal all requests from localhost/zendframework/ to localhost/zendframework/www/ What have to put into my .htaccess in the folder localhost/zendframework/? ...

Xampp Installation Problem on Vista

I installed xampp on a machine with vista business SP1 version. The default page(with the "You have successfully installed XAMPP on this system" msg) opens up fine. But when I put a php page in the htdocs folder and try to access it using 127.0.0.1/mypage.php, I get the "Object not found" error.. The apache service is running as indicat...

XAMPP on Win7 too slow

I'm running XAMPP 1.7.1 on Windows 7 Ultimate. Everything (Apache & MySQL) is working fine except for speed. When I open http://localhost/, I must wait probably 1-3 seconds for view a webpage. In my opinion, it should be at most some hundreds miliseconds. Basic facts: while waiting to load a localhost webpage, status bar says "Waitin...

Xampp on win xp - how to "reload" page to quickly refresh its rendering without caching it?

Hi all: I've been using Xampp on windows xp for quite some time and I really enjoy its convenience and efficiency as an excellent solution for WAMP. However, one thing puzzles me all the time is that xampp "reloads" localhost pages only as if it "expires" the cache time (I am not too sure about how to describe this) , say: I create a ...

Can't get Xdebug to work on Windows 7

I installed the latest XAMPP package which includes PHP 5.3.0. I am trying to enable Xdebug, but it just won't work. Here's what I changed in the php.ini shipped with XAMPP: ; uncommented zend_extension = "X:\xampp\php\ext\php_xdebug.dll" ; added the following lines: xdebug.remote_enable=true xdebug.remote_host=localhost xdebug.remote...

cannt set my xampp to work with any php debugger

hi, i have been trying to set my XAMPP to work with xdebug php debugger, i have edited the php.ini file with the following parameters: zend_extension_ts="C:\Program Files\Development\xampp\php\ext/php_xdebug-2.0.5-5.2.dll" xdebug.remote_enable=On xdebug.remote_host="localhost" xdebug.remote_port=9000 xdebug.remote_handler=dbgp after ...

Configure MercuryC mail server - Can't see MercuryC SMTP Client in Configuration menu

I'm using MercuryC 4.6 and XAMPP to set up a mail server so that I can send mail form localhost using PHP. But I can not see the MercuryC SMTP Client in Configuration menu. Pls help me to solve the problem! ...