Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
14 views

Handling databases (without copying) when using multiple versions of XAMPP

I have just installed version 1.7.7 of Xampp in C:/Xampp1.7.7 folder. The older version exists at C:/Xampp Both these versions have different versions of PHP, MySQL, Apache... So to test a site I ...
0
votes
1answer
23 views

Virtual hosts & xampp

Hi Wonder if anyone can help. I have trying to get virtual hosts working on a local installation of xampp with not much success for the last few hours, all the numerous examples I have tried just ...
0
votes
0answers
37 views

Xampp is not working in Windows Vista

I have currently tried to install Xampp in Vista operating system. But my Appache and MySql is not working. What should i do now? Is Xampp not compatible in Vista operating system?
1
vote
1answer
28 views

Scripts failing to update with XAMPP

I've just installed XAMPP and I'm playing around with it. When I run a simple PHP script: <? echo"test";?> everything is OK. But when i update that script: <? echo"test2";?> I ...
1
vote
0answers
61 views

XAMPP for Linux not starting MySQL

If I type in terminal sudo ./lampp startmysql I get message: XAMPP: Couldn't start MySQL! I also tried wtih panel sudo ./lampp panel There it says that Apache and PROFTPD are both running but ...
0
votes
1answer
54 views

Port 8731 works internally, not externally. Win 7 + XAMPP

I have a web service which needs to run on port 8731. I'm running Windows 7 x64 with XAMPP. For privacy sake, let's assume my public facing IP, seen on whatismyip.com, is 123.456.78.90: ...
0
votes
3answers
89 views

I can't seem to access my home web sever?

So I installed XAMPP and went to localhost on my web-browser and I get the XAMPP page, all seems well. I then went on no-ip and created a host: yoursite.no-ip.com. I went into my router settings to ...
0
votes
1answer
207 views

XAMPP won't start Apache on Mac OS

When I try starting Apache from the XAMPP control panel (Mac OSX Snow Leopard), I get the following error popup and Apache won't start: /Applications/XAMPP/xamppfiles/bin/apachectl: line 70: ulimit: ...
0
votes
0answers
61 views

Linux xampp configuration

I have installed Xampp on my Pear OS 3 (ubuntu) correctly and when I enter http://localhost it does say " It works! This is the default web page for this server. The web server software is running ...
0
votes
1answer
169 views

Using USB 3.0 Flash Drive or Solid State Hard Drive with USB 3.0 or SATA as WebServer

I currently have XAMPP installed in a Sandisk thumb drive, USB 2.0. This is great for portability but as you might imagine, it is quite slow. I tried out a USB 3.0 version of this setup, with a USB ...
1
vote
1answer
59 views

Vhost in Apache only working locally?

Ok, I have added lines like: 127.0.0.1 somedomain.com Or some other domain that points to my routers IP, and is forwarded, but I get to the main site, but I want it to go to the subfolder I ...
1
vote
0answers
225 views

cannt run phpunit tests on bash ubuntu 11.10

I'm working with Ubuntu 11.10 as root on my local machine, I've installed xampp 1.7.7 and While following a tutorial on sitepoint on how to install pear to use PhpUnit, I didn't notice it then, but ...
0
votes
0answers
44 views

How do you make XAMPP start in the tray?

I would like XAMPP to auto-start with Windows, yet I don't want to have to close the main window. Is there a command line switch to start directly in tray (only)?
1
vote
0answers
320 views

XAMPP VS MAMP on Mac

I'm a XAMPP user ever since whether it's in Windows or Mac environment. But recently I saw MAMP from another user, I saw some cool features like you can associate a domain without coding it up. If ...
0
votes
1answer
36 views

xampp plus apache php mysql separate installers

I am wondering, having my system currently installed with XAMPP, is it okay if I will install another Apache, PHP, mySQL (separate installers)?
0
votes
2answers
168 views

Why do I get 403 errors in http response headers for html5 videos (webm, ogv, mp4)?

Xampp for Windows is installed, and localhost comes up, but if I type localhost/webvilletv.html, which has videos associated with it, the page comes up, but the videos do not play. I get a 403 error ...
0
votes
1answer
32 views

xampp with limited user in windows

I have installed xampp-1.7.4 for my windows xp machine. I could not use it with limited user account. I want to use xampp with limited user in windows xp. How can i do it ?
1
vote
0answers
285 views

XAMPP cannot find localhost

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
0answers
220 views

Xampp: error 403 on Linux but not on Windows

I have installed Ubuntu and XAMPP on my computer but when i start the web server and go to htt://localhost/webname (webname is the folder name inside htdocs) i receive error 403. There .htaccess ...
0
votes
0answers
654 views

XAMP/WAMPP installation on Windows Server 2008 R2 - Apache not running

The error messages from apache are not helpful: WARNING: terminating worker thread 0 I use netstat -ao to find out if port 80 is being used by an application or service but it shows nothing on it. ...
0
votes
1answer
97 views

Link Linux file path to a command

I would like to link the path to the file /opt/lampp/lampp to the word lampp in openSUSE. So I can simply type lampp start instead of /opt/lampp/lampp start Is this possible? If so, how?
0
votes
1answer
143 views

Getting XAMPP to work with Dropbox

I have Dropbox and xampp (well, lampp) install on my xubuntu machine. I keep all of the sites I (offline) manage in my Dropbox folder. I have a question on getting it synced with xampp htdocs ...
0
votes
1answer
155 views

Mac OS X - fire up Apache/Mysql without prompting for password

I am running XAMPP which comes with a little "XAMPP Control" app that lets me start and stop Apache and MySQL by clicking a button. When I do that, I'm prompted by Lion for my admin password. Is there ...
0
votes
0answers
264 views

XAMPP for Mac : “forbidden access” when trying to set more secure permissions

I've installed XAMPP on my Mac running Lion and I've set the DocumentRoot to Users/myusername/Sites. Apache runs as myusername/_www (user/group, 755) and everything is OK, my browser can access all ...
1
vote
1answer
709 views

http://localhost:8080 is not working on running apacher Server through XAMPP

I am unable to configure a PHP/MySQL/Apache environment on my local machine using XAMPP. In my xampp control panel the Apache and MySQL status is shown as started, but localhost URL is not working. ...
1
vote
1answer
249 views

Terminal issues on OS X with XAMPP and Yii framework

I'm trying to configure the Yii framework but am having problems with the terminal commands, and am also having difficulty setting up the webapp demo. I am using Mac OS X Snow Leopard and have ...
1
vote
1answer
94 views

How do I run LAMPP on Microcore Linux?

I'm trying to install LAMPP 1.7.7 on a Microcore Linux, but after extracting the files with tar: tar xvzf /root/Desktop/xampp-linux-1.7.7.tar.gz -C /opt I can't run LAMPP, with the command ...
1
vote
0answers
322 views

Unable to start XAMPP on Windows 7

I downloaded XAMPP on Windows 7 and installed it in E:, but I am unable to start it. When I check http://localhost in the browser, I see an error page. In the XAMPP control panel, Apache is ...
0
votes
0answers
234 views

xampp on Windows 7 problems

I installed xampp 1.7.7 on my computer on Windows 7 and it seems to be not working. the problems are: I need to access the htdocs via "127.0.0.1" because localhost is not recognised. it says "oops ...
0
votes
2answers
3k views

Why does XAMPP for Windows 1.7.7 not install Apache on Windows XP?

I've been installing XAMPP for windows (xp and windows7) for years, which is always a simple install and Apache/PHP works fine. However, now with the 1.7.7 version, I get the same problem on two ...
2
votes
2answers
240 views

How to get Apache to work if System is using Port 80?

I've spent hours researching and trying all kinds of things to get Apache running part of Xampp, but nothings working. I've turned off Skype, changed values in the registry, uninstalled IIS and IIS ...
0
votes
1answer
1k views

Xampp can't start apachem windows xp

I formatted my computer a week ago. Installed wampp on windows xp, git and everything I needed. When I run git for the first time it told me it had a problem with my user folder (because of the ...
0
votes
2answers
100 views

Looking for a PHP mail intercepting application

I have PHP (XAMPP) set up locally on a Windows OS, and I am writing a webapp with it. This webapp send out several emails. For testing purposes I do not actually wish to forward mails generated by the ...
0
votes
1answer
488 views

Install ClipBucket on XAMPP 1.7.3 give no button for next installation step

When installing ClipBucket on XAMPP 1.7.3, I encounter the following screen. I notice that there is no button for me to click to the next step (which is Pre-check) and thus I cannot do anything. ...
0
votes
1answer
424 views

PHPMotion install at xampp give a blank screen

When I install PHPMotion using XAMPP 1.7.3, there is nothing - a blank screen. What should I do in order to find if it is the PHPMotion is not working or the XAMPP is not working?
0
votes
1answer
699 views

Connecting to FileZilla FTP Server on XAMPP localhost with Dreamweaver

I am running XAMPP 1.7.4. I've installed the FileZilla FTP server and I'm running it as a service. I created a user and when I connect as that user with the FileZilla client, I have no trouble ...
0
votes
1answer
221 views

Unable to update the root password for MySQL — my.cnf is protected

I'm unable to update the root password for MySQL. On MAC OSX my.cnf seems to be protected, even after using sudo open -t my.cnf it still doesn't allow saving of the config file. The message when ...
0
votes
1answer
56 views

Installing xampp on a separate partition to windows 7

I've tried installing xampp (extracting from zip file, runing setup_xampp.bat) on a separate partition to windows. After the install MySQL starts fine, but apache won't. In the control panel it says ...
1
vote
2answers
362 views

URL to access webpage on Xampp?

I installed xampp and made sure config file listens to port 80. I forwarded the http port from the router to the correct computer ip. Now I am trying to access the index.html like this from another ...
0
votes
2answers
87 views

Correct URL to access webpage on xampp

I installed xampp and made sure config file listens to port 80. I forwarded the http port from the router to the correct computer ip. Now I am trying to access the index.html like this from another ...
0
votes
0answers
108 views

XAMPP under Debian 6: cannot open “ssl://” URLs

I am having trouble opening URLs with the ssl:// scheme. Detailing: phpinfo(): http://pastie.org/2391404 Sample code: $socket = @fsockopen("ssl://cgw.ubb.bg", 443, $errno, $errstr, 30); if ...
0
votes
0answers
306 views

Mac OS X - set permissions to make XAMPP Apache happy

I'm running XAMPP on Mac OS X 10.6.8, and in the httpd.conf file for this Apache it says: User nobody Group nogroup Now when I create new folders and files in my /htdocs directory, Apache is ...
2
votes
1answer
136 views

Starting Apache and MySql in XAMPP slows internet to a crawl (or disconnects completely)

When I start Apache and MySql from XAMPP as I've always done (in Windows 7), I've recently started running into a problem where internet stops working or works very slowly. So I have to turn it on, ...
0
votes
1answer
212 views

How can I access my XAMPP vhosts from a test browsers running inside Virtual Box?

Currently I'm doing development using XAMPP on OSX Snow Leopard. For Windows IE testing I want to use Virtual Box. How can I configure Virtual Box to let me access my local machine and various Apache ...
0
votes
2answers
830 views

Connect MySQL Workbench with XAMPP MySQL?

I spent two days trying to figure this one out. Basically I couldn't connect to the localhost MySQL database installed by XAMPP 1.7.4 using MySQL Workbench. I got a socket connection error (1061) or ...
4
votes
1answer
184 views

Use single settings file for dual-boot XAMPP installs

Similar to other setup questions, but slightly more complicated. With two 500GB drives, please help determine the best setup for web development: RAID 1 for mirroring Partitions: Windows 7 Linux ...
2
votes
3answers
2k views

XAMPP Apache Server on Windows 7 not working

I recently installed XAMPP on my laptop. It installed correctly but the Apache web server won't start - it's a problem with port 80. It's not caused by Skype, because I don't have it installed. I ...
0
votes
2answers
8k views

Can't create any folder in htdocs on ubuntu

How do I set the permission, so I can? The "Create new folder" option is greyed out. I tried this: sudo chmod -rw /opt/lampp/htdocs But it still doesn't work. When I add sudo chmod -rw 755 ...
0
votes
1answer
125 views

xampp sub domains assistance

Im wanting to set up my local xampp server in a particular way. For each individual project i create in my document root, i want to be able to access it via http://projectname.localhost. How do i go ...
0
votes
1answer
413 views

Launchd doesn't give apache (XAMPP) all priviledges at startup

I use Mac OS X and use Launchd to automatically start XAMPP. I have set the apache user set to be the same as my account name in httpd.conf User cwd Group nogroup Well, if I just let the computer ...

1 2