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
1answer
40 views

I can't run apache (ubuntu server)

I can't run apache (ubuntu server) This is my output in terminal: root@srv etc/init.d/apache2 start * Starting web server apache2 ...
0
votes
1answer
35 views

Taking out my Subdirectory from my URL

I am hosting my own site..... Lets call it www.mysite.com. It is an online store, and I am using Apache2, and the Magento Community 1.7 Platform. I had an "Under Construction" page set in ...
1
vote
1answer
77 views

Trouble configuring Apache virtual hosts in ubuntu server 12.04

OS: Ubuntu 12.04.2 Updated to the latest and greatest SO here's what I've don so far: cd /etc/apache2/sites-available sudo nano mysite Inside this file I've written the following definition: ...
0
votes
0answers
44 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 ...
2
votes
1answer
79 views

Help needed to fix security issues discovered using Nikto on Ubuntu server 12.10

What can be done to mitigate theses security issues found by Nikto on all our Ubuntu servers version 12.10? OSVDB-2799: /cgi-915/dose.pl?daily&somefile.txt&|ls|: DailyDose 1.1 is vulnerable ...
0
votes
1answer
80 views

ssl only specify website

I already made a SSL certificate for my server, but can I use the SSL only for specific website. For example inside /var/www I have a lot web folder and I want the "A" website used HTTPS and the ...
1
vote
2answers
101 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
0answers
36 views

gSoap Webserver on Ubuntu

I am developing a web service in gsoap on Ubuntu. I know gsoap has stand-alone web server and i have tried my best to find and run it but i was disappointed with my search and help on this topic on ...
0
votes
2answers
93 views

How to fix a permissions problem on www folder?

I have created a directory in my www folder using terminal and root user. Then, create some text files in that folder (with terminal and root user). Now, when I want to access these files and ...
0
votes
2answers
105 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
3answers
77 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 ...
0
votes
0answers
16 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
1answer
81 views

multiple rails applications on same host name with different folders

When i ssh to amazon ec2, then pwd /home/ubuntu ls app_1 app_2 app_3 app_4 Considering i have mapped my ec2-122** address to some apps.site1.com How can i have multiple rails applications ...
2
votes
3answers
112 views

Best solution for a team home server

I created a home server with Ubuntu 12.04 Server (using an old Netbook with an Atom CPU and 512Mb). The idea is just to be used for a small team (maximum 10 persons) that will have constant access by ...
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 ...
0
votes
0answers
92 views

Temporary web server?

I am a web developer and sometimes find the need to be able to access my local Apache web server instance on Ubuntu 12.04 from another device such as a phone or tablet in order to test it. ...
5
votes
1answer
159 views

How would I broadcast a subdomain/virtual name on a local server with people connected to the same network

I have a server connected to the router which has ubuntu 12.04. It is has apache/mysql/php all installed ready to go. the folder structure is like this: /var/www -- this isnt the root -/libs -/logs ...
2
votes
1answer
76 views

Can SELinux Affect Apache

Can SELinux, in any way, cause Apache to only store web-site files on one partition? I'm unable to set up a localhost HTTP server with apache using html files that are on another mounted partition. ...
0
votes
1answer
157 views

How to make web-server address into dns?

I'm using apache webserver on ubuntu base o/s. I want to change the web-server hostname to lets says xyz.compnayname.com.uk. The virtual machine that runs the web-server is stand-alone machine not ...
0
votes
1answer
72 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
votes
1answer
93 views

remote syslog hogging cpu

Currently my Ubuntu server is using 80 %(+/- 10%) of my CPU. The time on the process is 454:26.38. How do I troubleshoot this type of issue? What could be causing this/how do I fix it?
0
votes
1answer
1k views

Allow port 80 into Ubuntu

I'm trying to create a basic web server. I am running Ubuntu 12.04 desktop. I have installed LAMP and set up html files, and when I open a browser and navigate to 192.168.1.95 (static internal IP of ...
1
vote
1answer
471 views

How do I test virtual hosts in Apache before I buy the domains?

Is it possible to setup an Apache virtual host without a domain name, I just want to use my IP to test my website until I get a domain name. Examples in Apache documenation only seem to have domain ...
1
vote
0answers
179 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 ...
0
votes
0answers
167 views

How to install web2py over apache in 12.04?

I tried to follow tutorials using the web2py install available from the Software Center and I couldn't get apache to expose web2py to the outside. Help!
1
vote
1answer
262 views

Creating physical folders and FTP account with bindings in Apache2

Our client wants 2 subdomains creating: mobile.website.co.uk 5thbirthday.website.co.uk I did this on the DNS server pointing them to the IP where the website was hosted. I then SSH into the Linux ...
0
votes
1answer
112 views

What is the safe way to run apache

I installed apache according to the description given here. I want to know what is the safe way to run Apache that means , it is impossible to run Apache without using sudo, I want to know whether ...
5
votes
3answers
3k views

Is it easy to install Apache web server on Ubuntu desktop?

So I have decided to build a Ubuntu computer, for now I am going to dual boot with Win7, and then install apache web server. Figured I would give the whole web thing a try. Did some searching but ...
0
votes
1answer
469 views

Apache2 Web Server only recognized locally, does not work externally

I just installed apache2 this morning and am able to start the server and correctly pull up the sample webpage at http://localhost. I am behind a router so I set the router up for port forwarding to ...
0
votes
2answers
796 views

How do I make my webpage accessible from the internet?

Situation: I have Apache2 server with Linux Ubuntu OS 11.10. Then I install a PhP5, MyAdmin, DNS server, LAMP server, MY SQL server. This is what I have done: check localhost 127.0.0.1 and it ...
0
votes
0answers
199 views

Apache stays up for only a minute [closed]

When I start apache, it only stays up for a minute. After that, I can't connect to my website. It says Apache is running, and when I restart Apache it works fine, for another minute, then it stops ...
2
votes
5answers
13k views

Change XAMPP's htdocs web root folder to another one

I'm trying to change the XAMPP's web root default directory /opt/lampp/htocs to another one like /home/me/Dropbox/public_html without success. I've edited the file /opt/lampp/etc/httpd.conf # old ...
3
votes
3answers
5k views

How I can turn off unknown webserver (Apache probably)?

I want to start XAMPP Apache server but it terminal it says that another web server daemon is already running. So I want to find out how to turn off it or so. When I go to localhost I get following ...
7
votes
4answers
6k views

Custom Apache 404 page

I want to customise the 404 page of my Apache Webserver on Ubuntu to something other than the general: Not Found The requested URL /***** was not found on this server. ...
0
votes
0answers
312 views

Configure www folder to access it like a shared folder and keep apache working [closed]

i'm using ubuntu 10.04 desktop edition for web development. It has apache/mysql/php configured and running. The webserver folder is in /sda2/htdocs i mount sda2 like this: UUID=E61815151814E679 ...
0
votes
1answer
311 views

apache2 is making my amazon ec2 unavailable, any ideas?

I have a web server running on a EC2 c1.medium intance. The instance is running on ubuntu, with apache2 and mysql.The ubuntu and apache version are the next; Ubuntu DISTRIB_ID=Ubuntu ...
0
votes
0answers
384 views

TTF Font in Ubuntu Server for Apache [closed]

Im running a Django server under apache and mod_wsgi, and I use a specific font. How would I install it for apache to use with the website? (Css = font-face: "Font";)
7
votes
2answers
413 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 ...
6
votes
3answers
677 views

Recommended workflows for Apache virtual hosts?

I do a lot of local web development work on my Ubuntu machine, and I'm constantly setting up virtual hosts in Apache. I don't need to do hard core server management, but I am getting tired of the ...
4
votes
3answers
922 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. ...
2
votes
3answers
631 views

Set up multiple intranet sites

My Ubuntu machine is on the network accessible at \\linux-server I have Apache2 installed and if I go to http://linux-server it takes me to /var/www as the root directory. Is it possible on the same ...