lamp

Beginning GWT and Java - wich is the best route when coming from LAMP background?

Hi! I've worked a lot with php/mysql on linux servers, including frameworks, orm etc. Now I want to give GWT and Java a try! Installing GWT SDK, Eclipse plugin etc and running a "Hello world" is no problem. The server is running automagically in the background, taken care of by Eclipse. But when it comes to setting it up my self, there ...

What should I configure when I put Zend project on windows to Ubuntu Lamp?

Hi, What should I configure when I put Zend project on windows to Ubuntu Lamp? (I asking that beacause my Zend progect not working on Ubuntu, its gives first pages, but after i enter to next page its gives me 404 error(page Not Found), I check if rewrite mod enable with : sudo a2enmod rewrite and get: Module rewrite already enabled ::: ...

Best way to simulate a domain?

I am going to build a website on a test server that will behave differently depending on which domain is used to access it (The real website will have multiple domains pointing to it). But how will I be able to simulate the different domains on the test server? ...

Can you pass _POST variables from 1 server to another?

I have a web form on an IIS server (has no PHP). I have a PHP script on a LAMP server. My _POST var array is coming up empty on the LAMP server. My suspicion is I cannot pass POST vars from 1 server to another but I would like to have that confirmed. Does anyone know the answer to this? If that's the case then I know I need to with use ...

How to enable curl, installed Ubuntu LAMP stack ?

I have installed ubuntu Lamp stack.But the curl is not enabled neither i can find extension listed in the INI file, i added manually but it didn't worked too. How should enable Curl then ? ...

Apache Virtual Hosts with Multiple wordpress blogs.

Hi, I'm running a VPS @ slicehost with Linux 9.10. I've got a basic Lamp setup so far. I am hosting a few sites and adding a half dozen more, and I'd like almost all of them to have word press blogs available. I tried installing wordpress into each directory following the normal instructions thinking that apache virtual hosts, since...

Compile C# as CGI

How do you compile a C# program as CGI to run in the cgi-bin of a LAMP/Linux/Apache server? ...

Apache giving pages as downloads rather than displaying them

I just installed MediaWiki on a website and I am having some problems. Whenever I go to "www.something.com/wikidir" the server gives me the PHP index file as an unnamed download instead of displaying it. However, if I go to "www.something.com/wikidir/index.php" everything works as expected. I'm not familiar with Apache and was wonderi...

Best way to migrate servers without losing any data and with no downtime(?)

This is a methodology question from a freelancer, with a corollary on MySQL.. Is there a way to migrate from an old dedicated server to a new one without losing any data in-between - and with no downtime? In the past, I've had to lose MySQL data between the time when the new server goes up (i.e., all files transferred, system up and read...

Is it possible to run SVN server on LAMP? (e.g. GoDaddy shared hosting account)

I have a shared-hosting account at GoDaddy, which includes LAMP (Linux, Apache HTTP Server, MySQL, and PHP). I really like SVN as my source control, and I thought "hey, maybe it's possible to have my own SVN server hosted in my GoDaddy account!" So, is it possible? Is there a "bridge" that enables SVN on LAMP? ...

Getting php tips and tutorials as daily emails to improve the knowledge in php programming

Hi Thanks for your time. This question is related to php programming but not a programming question.I have a young team of php (LAMP + javascript) programmers.I want them to learn better coding and keep themselves updated with the latest advancements in web domain. I was thinking if there was any web site which send daily emails abou...

Where to place web server root?

Hello everybody, I've just made an upgrade and now partly thinking on web-server directory structure for local workstation for web-development on linux platform. Running multiple hosts and different projects required. Where is it better to put all the server's docroots? /var/www? /srv? /www? I plan to make it as separate partition - cou...

pdf errors with php, apache2

Hi-- I'm seeing some strange behavior from some dynamically generated PDFs using the TCPDF library in PHP. Standard lamp stack-- however, if you try to open the PDF from Windows with Acrobat Reader, it gives an error that the "file is damaged and could not be repaired". From Mac, Linux, etc. the file works fine, and opens fine. It also ...

How to make a cost effective but scalable site?

Portal Technology Assessment in which we will be creating a placement portal for the campuses and industry to help place students. The portal will handle large volumes of data and people logging in, approximately 1000 users/day in a concurrent mode. What technology should i use? PHP with CakePHP as a framework, Ruby on Rails, ASP.NET, P...

one port number for one directory

My current place of employment uses the MS stack, and when creating ASP sites, the server listens on a specific port number for each project ie localhost:1525 will point to one project and localhost:1526 will point to another. I can achieve something similar on the LAMP stack with setting the config files manually, but is there a way to...

concurrent users can a Apache + PHP solution support

How any concurrent users can a Apache + PHP solution support? Please don’t be bogged down by Mysql constraints – we are using LAP without M as we are storing around 2-8 PB at the back end. ...

Is there any major difference between XAMPP and LAMP

Recently I sent my CV to a small company, which required a web developer, but condition was, that the one should know how to work with LAMP. So I took part in contest, but today I started to think are those packages as similar as I think. So could anyone tell me, are they? I am using: XAMPP (Basispaket) version 1.7.1 on Windows 7 ...

Make a test server not accessible to any networks

I need to make a test lamp server that runs php files on localhost for anyone with direct access to the computer but isn't accessible from any networks. How does one do this? ...

File Limit on Shared LAMP

Hello all, I have a web site on Shared Hosted Server. They have a hard limit of 50,000 files. I have a while to go yet, but my site allows Image (jpg), file uploads, does anyone know any special tricks to help me get some of my file count back by storing multi image files in one file. Most of the image files are under about 300k, but...

PHP: Executing Command Line Application That Prompts Users

I have a command line application I need to execute from my PHP web application. Say the command is the following: foo -arg1 -arg2 -arg3 Based on certain conditions, the command line application will prompt user to hit the enter key (e.g. "Please press enter to continue."). From my PHP application, how do I execute the command line A...