Tagged Questions
0
votes
1answer
52 views
Nginx returning 502 Bad Gateway
I'm trying to set up an Nginx webserver generally following this guide but using perusio's configuration. When I try to access the site, I get a 502 Bad Gateway page.
Searching on the error I've seen ...
2
votes
3answers
525 views
Cannot Access Webpage from Outside LAN
I have a CentOS 6.0 web server running httpd, mysql, php, and Joomla 2.5. It has a static, public IP address. I can access the webpage (which is the Joomla management console) by IP address perfectly ...
0
votes
1answer
57 views
Use an existing wampserver from a windows partition on linux mint
I dual boot Windows 7 and Linux Mint 14.
I have wampserver installed on Win 7 and have a couple of websites already set up there.
Is it possible to use that same installation apache/mysql/php ...
1
vote
1answer
2k views
Not able to configure phpmyadmin in Ubuntu 12.04
I tried to configure LAMP on Ubuntu 12.04 following this guide (http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-12.04-lts-lamp). But when I point to ...
3
votes
2answers
414 views
Installing php-cgi under Ubuntu for Cherokee web server
I have set up Cherokee web server on my server, and want to enable PHP and MySQL support for applications like Wordpress and phpBB.
I have tried running these commands:
sudo apt-get install php5 ...
2
votes
1answer
261 views
How can I monitor the load of a php script on a server?
We've got a website on our dedicated server which seems to be causing problems.
Recently it has been crashing our dedicated server - it's very annoying. It will crash at random times. The tech ...