A package consisting of Apache, mySQL, PHP and Perl, available for multiple platforms.

learn more… | top users | synonyms

0
votes
0answers
14 views

How to setup a staging enviroment like making XAMPP link to registered domain but their cpanel and htdocs remain at local?

I'm currently new to the server's thing. I usually develop my normal html php file at XAMPP's htdocs and preview like localhost/mytestingwebsite But now I need setup a staging environment so that ...
0
votes
0answers
20 views

Installing Perl Modules with XAMPP and Ubuntu [closed]

I have been looking everywhere but I seem to be failing to get it. I want to install a perl module on my current XAMPP setup with Ubuntu . I have looked and tried everywhere and these two seemed ...
0
votes
0answers
93 views

Apache & MYSQL shutdown unexpectedly - No Skype Installed [closed]

I'm currently in the process of trying to configure my memory stick to work as a localhost. I'm doing this to work with MYSQL and phpmyadmin. At the moment, I cannot even get Apache to run. The same ...
-2
votes
1answer
53 views

accessing own XAMPP directory through shell putty [closed]

I am trying to compare directories from a shared host server and directories located in my own computer. Own computer has XAMPP as the server. To compare these two directories, I need access to the ...
-2
votes
0answers
15 views

How can I access PhpMyAdmin on XAMPP witch custom DocumentRoot? [closed]

I have XAMPP installed in my /opt directory. Since I want my web projects to be in my home directory, I changed the DocumentRoot in httpd.conf to that directory. When I try to copy over the ...
1
vote
1answer
36 views

How can I enable mod_proxy_http

How can enable and load mod_proxy_http? I have XAMPP, and I want to enable mod_proxy_http I can see the module XAMPP/apache/modules/mod_proxy_http.so but I don't see any commanted module directives ...
0
votes
1answer
94 views

Cannot start MySQL with XAMPP [closed]

I am trying to start mysql with XAMPP without success. The Apache works fine, but when the mysql try to start show Couldn't start MySQL! here is the log 130408 11:07:05 mysqld_safe Starting mysqld ...
0
votes
1answer
71 views

Receiving email through Mercury without going through port 25?

I have a mercury mail server running on my computer, and am trying to receive (I don't care about sending) mail on my server. My ISP, however, has apparently blocked mail ports (Like 25). Is there any ...
-3
votes
1answer
57 views

Can we access the Linux (Xampp) Localhost in Windows 7? [closed]

I am using Linux Server 5, and installed Xampp ( Linux ) on it. I would like to share the Localhost with Windows Network. Like if we open the browser in Windows 7 and type ...
2
votes
2answers
47 views

Apache vhosts - How do I route many sites one way, but route dev site differently?

127.0.0.1 developmentsite.com 127.0.0.1 blockeddomain1.com 127.0.0.1 blockeddomain2.com I would like to block the last 2 domains (and a bunch of others). For this I have added the following vhost ...
1
vote
0answers
87 views

Runing ColdFusion 10 on IIS 7.5 together with XAMPP on same server

I have a Windows 2008 64-bit Server running CF 10 on IIS 7.5. Now I want to run XAMPP/WAMP or uniform server on this server as well to serve a Joomla site. My question is, whether it is safe to do ...
0
votes
0answers
31 views

Separating application and web server for a Drupal 7 installation

I have been asked to separate the web server from the application server for Drupal 7 site running on XAMPP. Basically, the Web server should be on one box, with the application server running on ...
-2
votes
1answer
32 views

Local development server risk: inbound connection [closed]

My local development environment is Windows with xampp/nginx. Yesterday I installed malwarebytes and today when I started my xampp server, I soon find out that there is an inbound connection blocked ...
-1
votes
1answer
39 views

How to terminate non-existent process [closed]

I use XAMPP on Windows, frequently when I stop Apache to restart the web server another process occupies the port 80, and I need to restart the machine. This time I used netstat -o -n -a | findstr ...
-3
votes
1answer
177 views

error while starting xampp on fedora17 [closed]

I currently installed xampp on my fedora (64 bit) system. i edited out the following code to make it 64 bit compatible. # XAMPP is currently 32 bit only #case `uname -m` in # *_64) # if ...
1
vote
1answer
59 views

XAMPP - Changing the DocumentRoot Folder doesn't work

I got a strange problem, which I haven't encountered yet. When I change the DocumentRoot AND RESTART the server the change is not applied. It worked before, but suddenly it's not. DocumentRoot ...
-2
votes
1answer
157 views

optimizing xampp for high-traffic websites [closed]

There are lots of articles about optimizing apache for Linux. I am currently runing an xampp webserver, but I have no idea how to increase my apache speed and decrease my hardware usage. I would like ...
0
votes
0answers
90 views

.htaccess doesn't work on Mac OS Lion

I am trying to achieve of this effect: website.com/new-york After the slash I want to put a city. I set up following .htaccess: RewriteEngine on RewriteBase / RewriteRule ^([^(/\.)]+)/?$ ...
2
votes
1answer
35 views

mysql 5.1.44: -e not executing and exiting properly on OSX

This function works on 5.0.75 on Ubuntu, but not on 5.1.44 on OSX (Lion): mysql --database=sps --host=localhost --user=root --password=somepass -e "SELECT 1;" The expected output is this: +---+ | ...
0
votes
1answer
150 views

Setting up mod_wsgi on xampp portable 1.8.1 [closed]

I have xampp portable installed on my flash drive (apache 2.4.3), and I would like to add mod_wsgi so that I can execute python scripts on my portable web server. I inserted the following into my ...
0
votes
0answers
87 views

XAMPP apache virtual hosts to local domain [closed]

I have been trying to setup my local system so that typing in a local tld goes to the relevant htdocs subfolder, but cannot get it to work. I am currently for every project, creating a folder in my ...
0
votes
0answers
59 views

ZendServer uninstall and xampp install ports conflict

I uninstalled zend, cleaned it from the registry (it doesnt exist there).. when I go to localhost , I can see its favicon. Also my xampp port is blocked by the previous installation of zend that uses ...
2
votes
3answers
288 views

What is the difference of running WAMP or XAMPP between the different versions of windows? [closed]

I am going to run a small web server using WAMP or XAMPP apache. What is the difference between installing on Windows XP, Windows 7 Home Premium, Windows 7 Professional, Windows 2008 Web Edition, and ...
-1
votes
1answer
252 views

Apache Not Running - Xampp [closed]

I'm using Xampp and for some reason Apache will not run. I'm using version 1.8.1 of Xampp. When I run xampp I get told to check the Windows Event Log or Error.log however there is nothiung regarding ...
1
vote
2answers
215 views

XAMPP pointing a file outside root folder [closed]

I am using XAMPP for first time in Mac. Running out problems accessing other than root folder(htdocs).when I am placing my web application inside htdocs with default httpd.conf file it works when I ...
1
vote
0answers
232 views

Need help setting up CodeIgniter on an XAMPP server on Windows [closed]

I'm ashamed I even need to ask this but I can't seem to overcome a super basic setup issue. I have XAMPP setup on my Windows Install already (and everything works) it is installed at: C:\xampp If I ...
-1
votes
1answer
49 views

APACHE httpd.conf error

I have recently installed the latest Apache. It is working fine through localhost:80 and through 10.0.0.51:80, but I can't connect through [External IP]:80. I have forwarded ports correctly, but I ...
1
vote
0answers
43 views

LAMPP 1.7.7 got error with virtualhost [closed]

I have a problem with LAMPP 1.7.7. I'm using Ubuntu 12.10, LAMPP 1.7.7 (with Apache 2.2.21). The virtualhost doesn't work for me. I want when typing "bcdcnt.net" in the browser, it will show the ...
0
votes
1answer
285 views

Why does Mysql Xampp restart only when i run the mysqld.exe file manually?

I am using mysql-xampp v3.0.2 version. while restarting the mysql server first it show me the running status and after 2or3s it stops running automatically. So as of now i got a temporary solution ...
0
votes
0answers
43 views

XAMP - Windows Virtual Hosts not working

I've got some virtual hosts that i'm trying to setup on my local machine, but i'm repetatedly getting errros of Access forbidden! You don't have permission to access the requested directory. There ...
-1
votes
1answer
141 views

How can i access localhost XAMPP on Mac Osx from a windows 7 pc? [closed]

Im currently on a mac installed, ran and hosted a local website using xampp. i want to access my localhost website from my windows 7 computer and use it
2
votes
1answer
58 views

Trouble with mod_rewrite and PHP Extensions - Help Making the Correct .htaccess File

I'm looking for a set of simple rules and redirects for my site. I've tried so many combinations that I'm starting to get confused. I'm not sure how to set this up. Generally, without mod-rewrite, ...
1
vote
0answers
175 views

Accessing My Xampp services from WAN [closed]

Hi and forgive me if I am unclear in this question as I am trying to get back to development after my fourth brain surgery in 2 years so I feel a little groggy. I am trying to set (and learn how to ...
0
votes
2answers
104 views

SSL on local sub-domain and sub-sub-domain

I have both local.domain.com and lmarket.local.domain.com pointing to my localhost from etc/hosts. The problem is that I am using XAMPP on Windows 7, and have 2 SSL VirtualHosts in my apache config, ...
0
votes
1answer
378 views

Remote connection to Mysql not working

We have an application running with CodeIgniter and MySQL in cestacerta.com. Ther are two versions: One that is in production and it works perfectly, and one that is our Development version. This ...
-2
votes
1answer
351 views

Give simple explanation how to install ssl on Xampp for Windows? [closed]

I am politely asking for help to learn how to install ssl via xampp on windows. I understand that xampp is not meant for production servers, however in my case it's my only alternative, since this is ...
4
votes
3answers
349 views

Apache won't restart after inserting mod_wsgi

Python interested me as a web scripting language so I wanted to set it up on my testing server. Cannot get Apache to restart with mod_wsgi. Running xampp v win32-1.8 w/apache v2.4, python v2.7 ...
1
vote
1answer
122 views

running wowza and xampp locally not working

i want to run xampp and wowza together on my local system for development but it won't work because wowza also uses port 80. is it possible to change the default wowza port?
-3
votes
2answers
154 views

Apache2 : Xampp is not running

I have apache2 and Xampp both installed in my server now my problem is When i stop apache2 from /etc/init.d/apache2 stop and tried restart xampp like /opt/lampp/lampp restart i am getting the ...
0
votes
2answers
257 views

WAMP-Server for Ubuntu [closed]

Before anyone screams out "LAMP" or "XAMPP", what i'm really asking is specifically for WAMPServer-esque functionality. That is to say, WAMPServer makes it really very easy to hotswap PHP, Apache and ...
1
vote
1answer
285 views

Running WAMP (XAMPP) and LAMP from One SSD, On 64-bit Windows and Linux Machines

I have an solid state drive that I develop websites on. The reason I do this is because I work on a few different computers. Historically, I created separate developing environments to use for each ...
1
vote
1answer
461 views

Access virtual host of another computer in same network

I made a PHP/MySQL app in my desktop that I access using Apache vhosts (XAMPP). In my host file I added 127.0.0.1 myapp so all I have to type in my browser is http://myapp. How can I access this same ...
0
votes
1answer
507 views

Slow connection to Linux MySQL from Windows only (XAMPP)

UPDATE Turns out the issue was with my network settings - I'm not sure what was wrong, as they were the out-of-box settings, but going to System Properties -> Computer Name and running Network ID ...
0
votes
0answers
98 views

XAMPP Closes the Connection and won't let me download anything

I want my XAMPP Apache server to host a zip file (The file is around 250mb) but the server closes the connection and won't let me download the file! However webistes are loading correctly and It seems ...
1
vote
0answers
159 views

XAMPP Closes the connection [closed]

I want my XAMPP Apache server to host a file but the server closes the connection and won't let me download the file. But just there I have another file that lets me to download. Why? I reviewed all ...
-3
votes
2answers
83 views

Changing the IP address with a name [closed]

I have a web server (xampp) in a particular PC running on my LAN, and I added the following line in the 'hosts' file : 127.0.0.1 mysite. Then, in another PC connected to the LAN, I'm trying to ...
4
votes
1answer
233 views

PHP Apache XAMPP Run Multiple Scripts from CLI in Background

How can I simultaneously run dozens of PHP scripts in the background from XAMPP's command line interface? Someone suggested a batch file, but when I tried executing this: start php 1.php start php ...
2
votes
1answer
133 views

xampp admin page access forbidden

I am new to Apache. I read some docs online to set up a virtual host. The virtual host works fine with this configuration in the httpd-vhosts.conf file: <Directory C:/vhosts> Order Deny,Allow ...
0
votes
3answers
1k views

XAMPP(Apache) not serving

I am a PHP newbie and wanted to setup a local host, so I installed Apache and MySQL using XAMPP. The first time it didn't work, I googled my problem and the reason was that Skype was also using port ...
0
votes
1answer
154 views

Updating PHP on XAMPP

I use XAMPP on Ubuntu 11.04 and is there anyway that I am able to update the PHP from 5.0 to like 5.3.1? I have tried to get this infos on the Internet but I am not able to find the solution.

1 2 3 4 5 6