LAMP refers to a stack of web technologies based on Linux, Apache, MySQL, and PHP/Perl/Python.

learn more… | top users | synonyms

-1
votes
0answers
22 views

phpmyadmin can't login with no error [closed]

Suddenly, my phpmyadmin page can't enter the main page and keep redirecting to the same login page without error messages, although I can login to mysql through shell. I don't updates or changes any ...
-1
votes
1answer
22 views

how to clear server/host log [closed]

Suddenly my phpmyadmin page can't load and redirect to the same login page, although I can login to mysql through shell, I tried to clear the cache of the browser and still have this issue. I read in ...
-1
votes
1answer
11 views

CentOS 6 | Random Network Drops? How Would I Go About Fixing? [closed]

I have a CentOS 6 server running a simple LAMP stack, a VoIP server and a game server. Every couple of minutes the server's connection will completely drop for at most 2 seconds. I have no clue how to ...
1
vote
1answer
35 views

Custom filename extension (ex: www.mysite.com/test.custom/

I pay for a webhost service running a LAMP combo, very typical, and I was wondering if I could have a custom extension for my documents such as: www.mysite.com/custom.extension instead of: ...
0
votes
1answer
22 views

php virtual function causes blank page

the following code produces a blank page, and no error in the error logs: <?php virtual('/inc/doctype.html'); ?> I have checked that the file exists and is reachable.
0
votes
3answers
43 views

Error 404 in www folder

I've this problem in my Apache installation in localhost (Ubuntu 13.04) Tips: Clean installation and httpd.conf file is empty (blank) This command line open a file: sudo gedit ...
0
votes
0answers
17 views

EOL compatibility on BOTH Linux and Dos/Windows servers?

Using Notepad++ on a windows box, (100s of files into a plugin I've been developing for Wordpress) I bumped up against a problem wherein the differences in newline characters between Linux and ...
0
votes
1answer
51 views

Apache, Mod_security, and Wordpress, can't remove by rule ID

I have been look around trying to get this working right for a while now, and finally bit the bullet and posted here. I've got a LAMP stack with ModSecurity using the OWASP core rule set (v 2.2.5) ...
0
votes
1answer
38 views

770 permissions on file in apache root, still viewable

I've seen a lot of questions on here regarding files not being accessible due to permissions with LAMP but nothing about making files unviewable by the http client using permissions. I have files and ...
-2
votes
0answers
74 views

PHP Modules Must Install - Manual PHP Installation:openSuse [closed]

I tried to install LAMP manually on Linux(openSuse) than using XAMPP. I installed apache2, php5, apache2-mod_php5 and to use composer I installed php5-openssl, php5-phar. And some modules were ...
0
votes
1answer
24 views

Triggers and stored procedures in web applications

I've heard that using triggers and stored procedures in web applications is considered a bad practice, especially when it comes to work with a LAMP stack. Is that true? What are the reasons? Can ...
1
vote
1answer
21 views

How do I install HTML Tidy on my hosted site? [closed]

I've been Googling around for an answer to this question for hours now and I can't seem to figure this out. I'm installing a MediaWiki on a website hosted through bluehost. In order to use some ...
0
votes
1answer
27 views

404 Not Found - Can't get apache webserver to see UserDir

So I'm trying to set up a full LAMP for a friends computer, and everything seems fine with the installation, I just can't get apache to find the user's ~/public_html directory. Entering localhost, for ...
1
vote
2answers
63 views

MySQL to refresh memcached

We have a web application running on LAMP stack, the application depends on various services. These services gets data from cache (memcached) which is being refreshed using cron (from MySQL). Cron ...
-2
votes
0answers
32 views

Securing VPS with LAMP, mail server & DNS server [closed]

How could one secure a VPS that runs the LAMP stack, mailserver & BIND DNS? What are the good security practices that I could take to secure the LAMP? (production server) How to protect the mail ...
-1
votes
0answers
68 views

Receiving fatal error “Allowed memory size of X bytes exhausted” in PHP [closed]

I am getting this error: Fatal error: Allowed memory size of 1572864000 bytes exhausted (tried to allocate 32 bytes) in /_common/main.php on line 1758 I get this error even if I change the ...
0
votes
0answers
71 views

vagrant lamp configuration precise 64 by rove.io does not work?

can anybody help me with configuring my vagrant lamp testing environment I am using this vagrant file and this cheffile I got most of the settings inside the vagrant file from rove.io which is a ...
0
votes
0answers
27 views

What are good options to setup a local PHP 5.4.x/MySQL development environment on OSX?

I'm looking for a way to install a good MySQL / Apache / PHP 5.4 local development environment on OSX. XAMPP is still on PHP 5.3 and I know MAMP makes some changes to my system that it doesn't reverse ...
0
votes
1answer
50 views

Can't connect to fresh mysql; password issue?

I'm new to setting up my own database server and linux server, but I'm working on a project that needs to use phpCake and mysql. I have a turnkey linux install of LAMP, with phpCake installed on it. ...
0
votes
1answer
13 views

Redirect domains and subdomains with .htaccess

Right now *.foo.com and *.bar.com are aliased to the same vhost with LAMP. Right now it, of course, shows the same content with every URL. But I don't actually want this to be what happens, and I want ...
2
votes
1answer
60 views

PHP produced HTML content rendered as plaintext

I have been working on a project locally (in MAMP) and just decided to upload it to my LAMP server online. This server was working previously, but after uploading all of my new content it is not ...
-3
votes
1answer
62 views

PHP OpenSource Project [closed]

As part of my academics I will soon start to work on a PHP web project. I want to really put effort into it so that I can carry it further even after study. Anyone has any good PHP Project Ideas? I ...
0
votes
0answers
46 views

PHP SOAP request script getting 500 error on LAMP server

I have a PHP script that sends a SOAP request to an ASMX API that is owned by a dfferent division of the company that I work for. I developed this script in the WAMP environment on my personal ...
0
votes
0answers
82 views

CakePHP 2.0 app: Intermittently unable to write to Memcache cache error messages

I have a healthy, low-traffic staging server with a CakePHP app. I am running Memcached on localhost, and all Cake caches are using Memcache as the caching engine. For an hour or two every so ...
0
votes
1answer
68 views

Hibernate, Update Form bean giving error?

In my Java Application i've a table User, and this table have only one value (this is important only one value in the database). Now just i'm update the User table using UserVO bean.. it is a just ...
-5
votes
0answers
49 views

How can i add data to a table dynamically? [closed]

I want to insert data to a table dynamically. That table also dynamically selected like $table=$_POST['table']; and depending on this selection i have to insert data. Give me best solution. Thanks for ...
0
votes
0answers
35 views

How do I asbuilt a web server configuration? [closed]

I build a LAMP web server. I had to choose which version of Linux (Centos 6.2, etc), Apache, MySQL, and PHP to use. I needed the SOAP add-on for PHP and added it. I decided to change MySQL to ...
0
votes
0answers
62 views

php file inside /var/www canot execute any shell scripting located outside /var/www

I have installed LAMP server, Ubuntu 12.04, php 5, apache 2. I want run some shell scripts (testproject.php) and java files located in /home/home/Desktop/Project folder from the php file inside ...
-2
votes
1answer
58 views

command line mysql client not opening ubuntu 12.10 [closed]

i am unable to start mysql client in terminal i use the following command to stat mysql client sudo mysql and got the following error ERROR 2002 (HY000): Can't connect to local MySQL ...
-1
votes
1answer
29 views

about mysql installation in a LAMP environment

When I build a LAMP environment in ubuntu-12.10, first I installed mysql by mysql-5.5.12.tar.gz,but it told me that it can not find configure file,it was here: root@tryandchange-QTH6:/usr/local/src# ...
0
votes
1answer
47 views

Update mysql version to 5.2 on lamp server using putty

I am trying to configure lamp server using putty, I followed the instructions and installed apache, mysql from Linode. but it shows the installed version of mysql is 5.1.6 . I need to update the ...
0
votes
2answers
60 views

Mysql delete query won't work on lamp stack

I am doing a project work on php. During my work every single query work smoothly. But when I want to delete any object using it won't delete ... Here's my php code <?php //delete item ...
0
votes
0answers
100 views

LAMP on CENTOS 6 : PHP Fatal error: Unknown: Failed opening required

I am encountering a php error on my centos server. I have installed php and apache 2 using yum. When I try to access my test.php page, I can see the following lines in my apache log : [Mon Apr 15 ...
-5
votes
1answer
63 views

Why does mysqli_fetch_array() return array double the size? [closed]

I'm doing a very simple php statement such as print_r($my_rec); $row = mysqli_fetch_array($my_rec); echo "\nP_Id " . $row['P_Id'] . ' Length ' . sizeof($row) . "\n"; $row = ...
3
votes
2answers
328 views

SSL Error / RSA premaster secret error

anyone know what is the problem regarding the error that encountered in the PayPal sandbox? It was working fine for months last time and we changed our server and IPN stopped working. We are not ...
-1
votes
1answer
44 views

Run Multiple Sites with Apache on Different Ports [closed]

I am new to apache and linux and trying stuff out. I am trying to get Apache (using LAMP) to allow me to run multiple sites locally. I have 3 folders in /var/www/. Each is its own site. I would like ...
0
votes
0answers
91 views

what can I do? freeradius accounting not updating radacct table

I'm using freeradius 2.1.8 with NAS to be Chillispot web server is Apache2 running on Linux-Ubuntu database is Mysql As the title says I run the freeradius in debug mode then the client logs in, ...
0
votes
0answers
78 views

Install git on ubuntu with lamp [closed]

i have Ubuntu 12.10 on my server and i need lamp on it, i want to use git on it - which i'm new to -... so I've read This article about how to install git , it says that i should have public ssh key ...
0
votes
0answers
51 views

Apache config - https:// shows default SSL site with other domains on same server

I need help with my Apache2 config. I have some sites hosted on this server that are not SSL and one site that is SSL. The problem is that entering https:// of any site hosted on the server will ...
0
votes
0answers
50 views

VPS differences

I have two VPS. One on amazon EC2 - Micro Instance 613 MiB of memory, up to 2 ECUs (for short periodic bursts), EBS storage only And one on burst.net - VPS 1 plan - 512 mb, 1000MHZ, RAID ...
0
votes
2answers
61 views

Can AWS support Hosting Saas

I planning/just think to start a eCommerce Saas using PHP. I was wondering can AWS support something like following: One instance support multiple domain and some of them want SSL. Cpanel or ...
0
votes
2answers
69 views

Apache won't parse php page

So I've installed LAMP on an Ubuntu machine for some php development and everything is working fine except instead of parsing and displaying php pages, the browser is asking me if I want to download ...
0
votes
0answers
25 views

Can't use models on live site LAMP Codeigniter

I have a website that I recently moved to a live LAMP version on a linux VM. Using codeigniter, I have the model trying to do a simple register to the SQL database. I don't get an error in the error ...
0
votes
2answers
65 views

Rewriting a URL using an .htaccess [closed]

I am installing a script on my website and trying to follow the instructions but it fails to work as it should. The code they provide for the .htaccess file is... RewriteEngine on RewriteCond ...
0
votes
1answer
271 views

-bash: scripts/mysql_install_db: /usr/bin/perl: bad interpreter: No such file or directory

can someone please help. I am trying to set install a LAMP server on Fedora 18 I kept getting an error message whenever i run the "scripts/mysql_install_db --user=mysql" command. -bash: ...
1
vote
5answers
89 views

Can't get my mysql_query() to work in my php script [closed]

I am having troubles getting my php script to run via php in my LAMP server. Heres my code that I'm having issues with. # Insert Statement $insert ="INSERT INTO ACRC ...
4
votes
1answer
85 views

Can't switch off RewriteRule [closed]

My .htaccess is: RewriteEngine Off RewriteRule ^poezje$ poezje-main.php RewriteRule ^404$ 404.php RewriteRule ^inna$ inna3.php In spite of RewriteEngine Off, the first and second rules are still ...
2
votes
3answers
274 views

php session variable not working between different pages

I created a simple login page in php with sessions and it was working great on my LAMP. But today I accidentally changed permission of my /var directory to something like chmod 777 /var, Although I ...
0
votes
1answer
36 views

query with multiple tables

this query gives top 5 number of tweets, username and number of tweets thay have SELECT users.username, COUNT(tweet.content) as tweet _count FROM tweets ...
0
votes
0answers
27 views

404 Error by Bitnami LAMP Stack

This is my 2nd time using Bitnami Stack. I remember the very first time, i was facing an issue of 404 on every single page except for the main domain. Hired a technician , he told me it was some conf ...

1 2 3 4 5 17