Questions tagged [ampps]

AMPPS is pre-configured stack for Apache, MySQL, MongoDB, PHP, Perl & Python shipped with the ability to use more than 335 pre-configured and ready for use by simple installation Apps.

The philosophy of AMPPS is to enables the developer to focus more on using applications rather than maintaining them. In other words, making it ready to get started in the real action. It supports Windows, Mac and Linux. Look at the downloads page for more details.

AMPPS also provided with an FTP server and a local online management interfaces for apps and main config settings. It also supports multiple version switch for PHP

Related Tags: ,

154 questions
0
votes
0 answers

Persistent 403 Forbidden Error when trying to configure Apache 2.4 Server

I've been trying to configure this server for two days now, and run some python code under wsgi, and I can't even get the hello world example to run because of permission errors. I feel totally incompetent. I'm trying to run hw.py, it's the WSGI…
Tare Gaskin
  • 1,209
  • 2
  • 10
  • 13
0
votes
1 answer

Why different path in apache localhost and ubuntu server

I have project work in localhost my operator MacOs sierra 10.12.5 Install Ampps sever version 3.6 Apache/2.4.25 PHP 5.6.30 i have a folder with path /Applications/AMPPS/www/project/library/Utilities/Path.php php…
Peter Jack
  • 847
  • 5
  • 14
  • 29
0
votes
1 answer

How to fix AMPPS showing blank page

Randomly stopped being able to load any sites configured within AMPPS. The pages would just load a blank white page with no content or errors. I could successfully load the AMPPS config page at http://localhost/ampps/.
Bryce York
  • 956
  • 1
  • 15
  • 35
0
votes
0 answers

Undefined index in $_POST issue with PhpStorm config or Apache

I try to get data from form using $_POST but it always return error PHP Notice: Undefined index: I tried everything to make it work but it is not working ??? This is my PHP Code if ($_SERVER["REQUEST_METHOD"] == "POST") { if…
Kero Fawzy
  • 690
  • 1
  • 7
  • 19
0
votes
1 answer

Ruby on rails / Ampps / mysql.sock missing?

I just launch a project in Ruby on Rails, everything working until I go on : localhost:3000 An error is displayed : Unknown MySQL server host '/Applications/AMPPS/var/mysql.sock' So you'll say to me, just find the mysql.sock, it's maybe not…
Alix
  • 1
  • 1
0
votes
1 answer

Add large files (exe, dlls, xmls) into cells of tables in mysql Database

If I want to store files like exe, dll and xml large files in a cell of a table inside a database, is it possible to do? If yes, how can it be done? and is it common practice to do so? I am using mySQL database using ampps.
sumit dhyani
  • 53
  • 2
  • 11
0
votes
1 answer

How to correct an Access Denied using Ampps?

I started using Ampps tonight for the first time on my Windows machine. I was not aware when I began that the default password when using Ampps for the MySQL database was "mysql". I kept getting connection errors and then I went into…
Daniel Cortes
  • 61
  • 2
  • 9
0
votes
1 answer

Apache ignoring DocumentRoot

I am attempting to modify the DocumentRoot for a virtual host in Apache. The DocumentRoot setting for the virtual host is being ignored, and instead the overall DocumentRoot is being used. In my case, instead of using /Applications/AMPPS/www/public…
0
votes
1 answer

Failed to connect to: localhost:27017: Connection refused to MongoDB database using AMPPS

I'm using ubuntu 14.04 with AMPPS for my localserver, I've managed to enable mongoDB extenstion and I've created database and collections in rockmongo and even by using terminal using mongo. But when I'm trying to use mongodb in my code I get the…
0
votes
1 answer

Using MongoDB in terminal which is running by AMPPS in ubuntu

I have AMPPS up and running in my ubuntu which is in /usr/local/ampps/ directory. I want to use MongoDB which is available in AMPPS - I have started the MongoDB server from AMPPS control panel. but I'm not able to use it from terminal,I'm in…
Mohammad_Hosseini
  • 2,481
  • 3
  • 30
  • 53
0
votes
1 answer

Being redirected to 127.0.0.1 from Wordpress/Apache installation with AMPPS

I have installed AMPPS (Apache + MysQL) with Wordpress on a Windows 10 computer to quickly setup a website. The website is working fine locally. Now, the problem that I have occurs when I try to access the website from another computer. When I…
Phil
  • 3,375
  • 3
  • 30
  • 46
0
votes
0 answers

Unable to get self generated certificate to work with curl

I am working on a project on my local server ampps. I have a website using the CMS Bolt. I want to install an extension via the administration. When I install an extension I get this error: Testing connection to extension server failed: cURL error…
Myriam Lefebvre
  • 113
  • 1
  • 12
0
votes
1 answer

Ampps selected PHP 5.6 by PHP -v says it's got PHP 5.5

I'm using a Mac and AMPPS ... I've selected to use PHP 5.6 and I have been able to install Magento 2 which has min requirements of PHP 5.6. Magento 2 is installed and working fine. Now, when I open my terminal and type: PHP -v It says I'm using PHP…
Satch3000
  • 47,356
  • 86
  • 216
  • 346
0
votes
0 answers

unable to run python scripts through AMPPS server

I'm trying to deploy my python application on ampps server. I'm facing problem with changes to be made in my httpd.conf file. ServerName myopinion DocumentRoot "C:\Program Files\Ampps\www\wsgi-app" WSGIScriptAlias /myapp…
manish kumar
  • 53
  • 1
  • 1
  • 9
0
votes
1 answer

Codekit with Ampps browser refreshing not working

Was hoping if someone could help me figure this out. When I click on "preview" in codekit I get "Unable to preview CodeKit's internal server is not running. Various network issues can cause this, including certain VPNs. Disable any VPNs and/or…
John_911
  • 1,124
  • 2
  • 21
  • 38