Tagged Questions
1
vote
0answers
49 views
For developing multiple LAMP stacks; some mini-PC's or some USB boot images? [closed]
This would include best performance and require some storage of course ++ my other requirements...
I want to create a few LAMP Stacks for web-development, so we can for example have debuging on and ...
1
vote
1answer
1k views
CENTOS 6 - How to install php-mysql when php-common @remi is present?
I am having troubles adding mysql support for my php installation, this installation was made using a ready to use-package that came with our VPS.
This is my php.info: ...
0
votes
0answers
76 views
FOSS, Self hosted, PHP+MySQL application for managing office workflow [closed]
I am looking for a software for the company I work that can manage human resources (Attendance, Salary Accounting, Leaves, etc) and projects (Assigning projects to employees and managing the worlflow, ...
0
votes
1answer
126 views
Where can I find per virtual host php settings on Debian
I try to set in php open_basedir to /srv/www because I need to link folder from one virtual host to another, so I set in /etc/php5/apache2/php.ini
open_basedir = .:/tmp:/usr/share/php5:/srv/www
but ...
0
votes
0answers
51 views
PHP on Linux: Where to start? [closed]
I've been coding PHP for just a little over a year now and I want to switch to a Linux Operating System. I specifically want to install Ubuntu on my Mac hardware. I've searched the internet and could ...
0
votes
1answer
157 views
VMWare Fusion on Mac w/ Ubuntu - Setting up shared LAMP Environment
I recently purchased a Mac and installed VMware Fusion and Ubuntu. I've setup LAMP on Ubuntu and setup a mirrored folder between the mac and ubuntu.
I want to be able to do my development on the Mac ...
1
vote
1answer
3k views
Uninstall LAMP Ubuntu 11.10
I recently installed a LAMP stack on my Ubuntu 11.10 machine so I can work a little more easily with some of my outside work. However come to find out the lamp stack is conflicting with my core paying ...
1
vote
3answers
224 views
Web Hosting at home on Old Hardware [closed]
This is a re-make of this interesting question. I've rephrased it slightly to avoid pulling aggro and to provide some quality information, as I've pondered this before, but only JUST ran the numbers..
...
1
vote
2answers
2k views
PHP file wants to download, not display?
I'm following these instructions exactly: http://wiki.debian.org/LaMp
But my test PHP file, created at:
# nano /var/www/apache2-default/test.php
wants to download in the browser, not display as a ...
0
votes
3answers
341 views
Netbook for Developer [closed]
HI,
I need a move compact laptop for travel, I am looking into getting a 10" netbook which will beable to let me run a decent LAMP environment.
I was looking into HP they seem to have the fastest ...
0
votes
1answer
400 views
What are the steps to install a LAMP configuration under Gentoo
All of the guides I could find online were from 2004 and they no longer work. I am stumped.
Could someone create a step by step guide? I have Apache working, but PHP does not work.
0
votes
2answers
1k views
(Ubuntu - Lamp) Why exist in Ubuntu lamp 2 PHP.ini files?
Why exist in Ubuntu lamp 2 PHP.ini files, and what function they doing?
/etc/PHP5/cli/PHP.ini
/etc/PHP5/apache2/PHP.ini
2
votes
2answers
1k views
Custom php.ini override for each user
How can I make it so that each user (with Apache's mod_userdir) has a php.ini file in their home directory that gets used along w/ the system php.ini (currently in /etc/php5/php.ini?
Cheers!
EDIT: ...
2
votes
2answers
872 views
AllowOverride for userdir
I need to allow all userdir (host.com/~user) to override options in their .htaccess, such as php_value. Where do I configure Apache to AllowOverride ?
0
votes
2answers
357 views
Installed LAMP, but PHP does not seem to work
I did the yum install for apache, mysql, php, phpmyadmin. localhost/phpmyadmin displays correctly. I would assume PHP function correctly.
I put my webpages in /var/www/html/test_site/index.php. ...