Tagged Questions
0
votes
2answers
40 views
Is it not possible to store my local websites in my Dropbox folder?
I have a bunch of web sites that I develop, and I run an Apache server locally to do debugging and design. The web sites use Apache, PHP, and MySQL. To be clear, my Apache server is not serving these ...
0
votes
1answer
53 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 ...
-2
votes
2answers
78 views
Linux distrib with apache and mysql pre installed [closed]
Is there a Linux distro with apache and mysql pre installed?
I just want a light and fast installation of apache + mysql + ftp server + phpmyadmin
3
votes
0answers
177 views
MySQL stop/waiting issues; “can't connect … through socket”
So this was my first time putting up a LAMP stack on a Bodhi machine (previously experience with WAMP, and LAMP on 10.04); I got Apache going, and a Drupal install begun, then I go to create a new ...
2
votes
0answers
60 views
No communication services enabled following startup
I recently installed Parsix (Debian) on my system, and I've been struggling to figure out how to autostart my services. Of the list of services that don't run and should run are:
ssh
apache
mysql
...
0
votes
0answers
129 views
DP: Apache Web Server character encoding [closed]
I'm double posting because I think U guyz may have a clue:
http://serverfault.com/questions/423663/apache-web-server-character-encoding
10x
0
votes
1answer
631 views
How to easily maintain the latest versions of Apache/ MySQL/ PHP on CentOS 6.2?
We have a few servers running CentOS 6.2 deploying web applications using Apache/ MySQL/ PHP.
In the past we've just regularly run "yum update" to keep all the software up to date.
As of right now ...
1
vote
1answer
866 views
Why don't I see the XAMPP page on Linux Mint?
I am trying to install PHP MySQL on Mint 12. I downloaded and installed XAMPP. According to the tutorial, when I go to localhost in a browser I should see this:
Instead, I see:
It works!
This is ...
4
votes
1answer
102 views
If I'm logged in as root, how do I restart mysql or apache with options?
I know the commands to restart/stop/start, but when I try to pass options it doesn't seem to work!
CENTOS 6, MySQL 5.14
service mysql restart
service httpd restart
Then I tried this:
...
1
vote
3answers
1k views
Troubles installing php with MySQL support
So I wasn't sure if this question would go best here or on Overflow or Server Fault, but decided to try here first. I'm installing LAMP on a VPS, and am running into issues configuring and building ...
0
votes
2answers
194 views
Linux (Debian) web server advice
I'm at the start of a new company in which the main activity is building internet web apps. I was very familiar with linux 8-9 years ago, but since then, I've lost a lot of touch with it (couldn't ...
1
vote
1answer
919 views
Mod_Auth_MySQL will not compile under Slackware 13
I tried to add the auth_mod_auth (3.0.0) module to my Slackware 13 (apache 2.2 & MySQL 5.0) system.
I ran the usual command line for apxs (as mention in the BUILD file)
apxs -c -L/usr/lib/mysql ...