0
votes
1answer
25 views

php-in-homedirs

I am trying to get php to work in user's public_html folder using the instructions found at: https://wiki.ubuntu.com/UserDirectoryPHP If I follow the first part and comment out the IfModule lines in ...
0
votes
0answers
42 views

Cannot display test site for php

I installed Lampp from this: sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server phpmyadmin php5-curl Server Apache work but I have problem with display test.php in browser. My ...
0
votes
0answers
114 views

Nginx + fastcgi_cache for WordPress hosting

The tutorial for Nginx + WordPress + fastcgi_cache with conditional purging is fantastic, however if you're running a bit ahead of this tutorial Brian Mercer's PPA doesn't quite cut it as it needs ...
0
votes
2answers
104 views

Error 504 while accessing a php page from Internet

I'm trying to access to a test website from Internet but I mostly get 504 errors. Any php pages take long time to show, when they show. My web server is an Ubuntu Server 12.10 on a virtual machine ...
0
votes
0answers
15 views

How to install Bonefire on Lamp. i have an error : /install/account was not found on this server

While installing Bonefire on Lamp , Ubuntu 12.10 i have this error message after clicking on test database: /install/account was not found on this server. the full error : **Not Found** The ...
0
votes
0answers
75 views

use PHP with PAE (32 bit), 16GB?

I ordered a server, a month ago. Sadly, only now I noticed, that the ubuntu on it is 32 bit instead of 64 bit, so it uses PAE. I have 16GB Ram on it (I always see PAE examples mentioning up to 8 GB ...
0
votes
1answer
71 views

Apache2 post installation

I use the following command to install Apache server: sudo apt-get install apache2 The installation process seems to have completed without any problems. When I point my browser to localhost:80, ...
1
vote
0answers
178 views

Empty Apache2 response in Ubuntu 12.04

Like the title says, when I tried to connect to my configured domain, there's no content in response. For example, in Chromium the message says Error 324 (net::ERR_EMPTY_RESPONSE). Apache 2.2.22 is ...
1
vote
3answers
413 views

php server web user setup

I'm needing to setup a basic web user account on my ubuntu 10.10 server to host web pages. This account should be limited to access only the necessary directories on the machine. I setup the following ...
7
votes
2answers
412 views

Can I use a desktop install as a server?

I'm new to Linux and Ubuntu is my first distribution. I have chosen Ubuntu because I want to learn more about Linux. I'm under time constraints and need to setup a server as soon as possible. I have ...
4
votes
3answers
920 views

Chrome mistakenly downloads localhost/wordpress pages, but Firefox doesn't

I have Wordpress installed at http://localhost/wordpress When I try and view a page in Chrome, it downloads the PHP file rather than showing the page. When I view in Firefox, everything works fine. ...
0
votes
2answers
165 views

Web developing- Strange happenings

As I'm teaching myself PHP and MySQL during break, I'm experimenting coding in a Ubuntu virtual machine where Apache, MySQL and PHP have been installed and configured to a shared folder. I'm not a ...