Tagged Questions
0
votes
1answer
32 views
How do I password protect my webservers document root?
I have installed LAMP using tasksel and it is for a development system. I was wondering if I could password protect the folder /var/www/ and when someone goes to developmentservername.mydomain.com, I ...
0
votes
1answer
26 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
1answer
42 views
image can not be seen in htdocs?
I am using Ubuntu 12.10 and recently have installed xampp 1.8.1. My problem is: image from server can not be shown.
my code is ::
<div class="sideBlock unSung">
<h4>Unsung ...
1
vote
2answers
126 views
Running a web test server with Ubuntu
I have typically used XAMPP on my windows PC for web development testing. This afternoon I plan to add LAMP to my Ubuntu. I would also like to try and install Apache Tomcat but I am not familiar if
...
0
votes
3answers
86 views
Getting a LAMP server secured and locked down for development
I'm turning my VPS into a development server which will hold development copies of all my websites, controlled by git. Of course, I installed the LAMP server so I can test them.
I've already ...
1
vote
1answer
306 views
How to change the IP address on my Ubuntu virtual NIC
I have a physical windows system, on which I run VMware Workstation. On a VMware virtual machine I run Ubuntu 12.10 and a LAMP webserver.
Problem:
Now my local IP address for my virtual NIC (the one ...
1
vote
1answer
1k views
ubuntu apache2 start, stop, status, restart and reload commands fails
Hi, I am new to Ubuntu and I'm still trying to figure this OS out (for work it's brilliant, better than Windows). Before I wrote this question, I did my research via Google, this website and even in ...
1
vote
0answers
227 views
Unable to SFTP/FTP to my Ubuntu LAMP/WEB Server
earlier today , I installed Ubuntu 12.04 server on my Linode Xen VPS and set up a LAMP and a web server , I can SSH to the server fine , but Unable to SFTP/FTP to it , i've tried the option " Connect ...
0
votes
1answer
203 views
mysql does not start or work
Recently I installed LAMP with tasksel.
Then I remember I issued some commands to get into the mysql console - it worked.
Right now I checked - apache and php modules work perfectly.
But as for mysql ...
0
votes
2answers
76 views
Should I enable backports repositories on Ubuntu Server (LAMP)?
Is there any disadvantages/advantages on enabling backports repositories on my new Ubuntu Server (LAMP)? What I should choose?
Cheers
1
vote
1answer
590 views
Where is the directory for your web contents using LAMP?
Okay, I have used XAMPP and Apache on Windows before, but I have never tried it on Ubuntu... On top of that, I am using Ubuntu Server with 12.04 with CLI, no desktop environment or GUI.
I believe ...
0
votes
2answers
1k views
Why can't I access my Ubuntu web server or ssh from the internet?
I am new to ubuntu server and i have installed ubuntu server on a vm and installed LAMP etc but my problem is that my website is not visible outside.
i have port triggering and added port 21,22 and ...
0
votes
4answers
981 views
Can't create a folder inside my local server?
I recently installed Lampp server (version 1.7.7)
so I went to my local folder, which I believe is in /opt/lampp/htdocs because that's where I've installed my server in, and wanted to create a folder ...
3
votes
1answer
250 views
Is LAMP strictly for development purposes? [closed]
So basically, is LAMP strictly for development purposes or is it fine for production websites as well? I ask this because I have recently switched to Ubuntu from Windows and if LAMP is anything like ...
3
votes
1answer
2k views
How do I establish an FTP connection from Windows to Ubuntu Server?
I have a LAMP web-server on Ubuntu 11.10, working perfectly. But now I want to develop my website from a Windows 7 system in the same network.
I want to set up an FTP connection to Ubuntu so I can ...
16
votes
7answers
5k views
What is the best way to add files to a website on a LAMP Server?
I have just installed Ubuntu Server 10.04 with a LAMP setup. I want to host a website there but I'm not sure which is the best way to get/edit my files on the server. Googling provides many options ...