Open-source HTTP server.

learn more… | top users | synonyms (1)

0
votes
0answers
9 views

Installing xajax on Ubuntu Server 12.04

I am trying to migrate a website over to a new server running 12.04LTS. I have installed php-xajax with apt-get (also tried via the .deb file download from the Ubuntu servers manually). My PHP config ...
0
votes
1answer
18 views

How do I set up a localhost website?

I have created a simple index.php file which I have places in /var/www/ next I changed the permissions of the file with sudo chmod +x index.php I then ran Chromium and typed in localhost to the ...
0
votes
0answers
14 views

Mysql, Apache, Php and phpmyadmin problem [closed]

I wanted to make a Mysql server so I searched and found something on YouTube: http://www.youtube.com/watch?v=ioqa-ZT-WSg The only problem is, I messed the installation up really badly. There were ...
1
vote
3answers
22 views

Chrome Ubuntu loading apache2's localhost instead of remote website

I'm a web developer and do local development through apache2 on localhost. However, sometimes when going to remote websites, well known websites like sky.com or bbc.com instead of loading that ...
0
votes
0answers
10 views

xampp could not be start?

I installed XAMPP for Linux a couple of days ago and was working fine. Today I do wrongly chmod 777 /opt/lampp then MySQL won't be started. then I completely uninstall XAMPP then again install ...
0
votes
0answers
21 views

Apache was working, but now it keeps timing ont, what happened?

I created an instance on Openstack and installed apache. The test page was working fine but now I created a new instance and installed apache, but the test page keeps turning int "connection timed ...
0
votes
1answer
21 views

Whay apache2 does not process PHP files?

I have installed Apache server using TaskSel from Synaptic package manager. I did the following: sudo a2enmod php5 Module php5 already enabled sudo a2enmod userdir Module userdir already enabled ...
0
votes
0answers
23 views

Desperate with Apache2 and cgi (Ubuntu 12.04). Help :(

Im having an issue installing apache2 in Ubuntu 12.04. Im trying to set the cgi-bin folder in the path /home/www/cgi-bin. Ive followed and search all over the internet but I still dont get it... ...
0
votes
1answer
37 views

Cannot access my Ubuntu server on my local network, can remotely

My ubuntu web server was working fine yesterday, But I tried to login via SSH today and it would not connect. I also cannot view my website by typing in the local IP address and I get no response from ...
2
votes
1answer
33 views

Ubuntu ARM 13.4

I am looking at purchasing a Samsung Chromebook with the integrated 3G (Exynos5 based one). I am trying to find out if the following packages are available in the Ubuntu arm version that can be made ...
0
votes
1answer
32 views

How do I display an html file on a web browser in Ubuntu?

I am tasked with displaying a program on a web browser for my final project. The browser would be run from a cloud instance, and I have chosen to show an java applet that I have made. I have already ...
0
votes
1answer
44 views

Something is closing port 443?

I have Ubuntu 12.04 Server installed and serving a Ruby on Rails app with Apache and Passenger. I'm using iptables to control traffic. Yesterday, I setup Apache to use SSL for the site. After setting ...
-1
votes
0answers
17 views

ubuntu 6.6 server [closed]

I installed ubuntu server on a older server to run a basic website. I went to my router to see what the ip was. got that 192.168.1.103 so i put that in my web browser it said i needed to change the ...
0
votes
1answer
47 views

can't install apache2 on Ubuntu 12.04.1 LTS

I run sudo apt-get install apache2 and I get this error: Setting up apache2-mpm-worker (2.2.22-1ubuntu1.3) ... /usr/sbin/apache2: symbol lookup error: /usr/sbin/apache2: undefined symbol: ...
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
12 views

Apache2 is not launcing and giving an error message

* Restarting web server apache2 /usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted) apache2: Could not reliably determine the server's fully qualified domain name, using ...
0
votes
1answer
26 views

Allowing apache to access /home/user directory

I have a text file at /home/user/textdata that user change it everyday and I have a PHP script at /var/www/ that want to read that text file. How to add the permissions?
2
votes
0answers
16 views

setup gzip for svg on apache2 server in ubuntu12.10

I need to enable gzip for svg globally but not able going well. I have gone through a lot of links nothing seems to work. to keep in simple below are the steps after installing apache I placed a ...
1
vote
1answer
67 views

Apache2: Forbidden You don't have permission to access /dir/ on this server

I can access localhost but not the sub directories index.html My default conf looks like: <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www <Directory /> ...
1
vote
3answers
46 views

How to set port 44400 as default in Apache?

My website work only if I run: domain.com:44400 How to set port 44400 as default in Apache? I need have access by domain.com not domain.com:44400
1
vote
1answer
37 views

Work on localhost, on domain not working. Connection timeout?

Website work on localhost:33333 but if I run my.domain.com:33333 or my.domain.com not working.(Connection timeout) What could be the reason? <VirtualHost *:33333> ServerName my.domain.com ...
0
votes
0answers
31 views

How To Jail Root www-data to /var/www

How do I jail root www-data to the /var/www folder so that when one uses SFTP as www-data to login they only access /var/www? And would this have any repercussions with problems with Apache if I did ...
1
vote
2answers
454 views

can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

I just installed appache, MySQL and PHP, suring my installation, I was prompted for a MySQL root user password, but when I start my MySQL, it pops the error, and I just can't seem to find a way around ...
0
votes
1answer
58 views

Sudoers NOPASSWD for command not working but ALL is

I've been trying to grant www-data to use sudo service apache2 restart without a password but no matter what I try, nothing works. I have read a few hundred posts regarding this issue on different ...
0
votes
1answer
246 views

Can't install apache on Ubuntu 13.04 [duplicate]

I have apache files downloaded, and I've not been able to install the, it keeps listing dependencies and when I check my list of installed packages, it lists apache2 as deinstall, I equally have not ...
0
votes
1answer
25 views

Set up PHP and Django Virtualhosts on a single Apache2 Server

Here is the problem: I want to host several development projects in Zend, Drupal, and Django on a single Apache2 server. While I have had this working in the past, the method of getting it to work was ...
1
vote
1answer
45 views

Apache configuration. Website does not work

I'm trying run website on ubuntu server but it does not work. This is my configuration: /etc/apache2/sites-available/vtiger <VirtualHost *:33333> ServerName my.domain.com DocumentRoot ...
0
votes
0answers
29 views

vhosts Document Root path query

Not sure where to post this really, as it could be PHP specific or more for Superuser. I've just moved my testing environment into a VirtualBox running Ubuntu Server 12.04. Works like a dream apart ...
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
2answers
39 views

Is there a way I can transfer all my web sites on localhost to a new computer?

I have a whole set of web sites on my Ubuntu computer that I use for testing and development. I don't host them on the internet, I just access them locally for design and debugging. Each one is built ...
0
votes
3answers
41 views

Making Localhost as worldwide server

I am using Ubuntu 12.04 with KDE desktop. I have installed apache2 on my pc. I want set my localhost as remote accessible server. What I must to do? What is the NAT or Ubuntu servers settings?
-1
votes
0answers
20 views

Ldap and apache config [closed]

I need help to configure my apache. I have a folder in my var/www/privado I want to add authentication to access this folder This is my httpd.conf LoadModule ldap_module modules/mod_ldap.so ...
0
votes
1answer
47 views

Ubuntu server boot without keyboard/monitor

Hope someone can help me with this unusual problem. I installed Ubuntu 12.04 server on a Gigabyte GA-H61M-USB3 motherboard. This all went well. I subsequently installed Apache, MySQL and PHP. This ...
1
vote
0answers
20 views

Can I change to lighttpd without problems?

I've purchased some new 'cloud hosting space' with VMs running 12.04.2 server. I'm looking for a LAMP stack, but I'm considering switching out Apache for lighttpd - for the speed and resource-usage ...
0
votes
0answers
11 views

caching images with apache reverse proxy

I'm trying to set up an apache2 reverse proxy to cache images. (Apache, not nginx required) There appear to be headers being cached, but not images,css etc. My config: CacheEnable disk / ...
1
vote
1answer
24 views

Is possible to make virtual host in a NTFS partition?

I am using Ubuntu and Windows. When I use Windows, i can't access my file in var/www of my Linux partition. So I try to make virtual host and DirectoryRoot in my NTFS partition. I will combine WAMP ...
0
votes
0answers
38 views

Cannot display php files on my localhost site

I have Ubuntu 12.04(32-bit) installed, apache2 [ Server version: Apache/2.2.22 (Ubuntu) ] , mysql[ version : 5.5.31-0ubuntu0.12.04.1 ] , phpmyadmin [Version information: 3.4.10.1deb1] installed on my ...
0
votes
2answers
60 views

should i install the .deb or .tar.gz? [duplicate]

Please pardon the elementary question. I'm going through this tutorial. I would like to install hadoop on vm ubuntu 64 bit. I would like to know whether I should be downloading the .deb file or ...
1
vote
1answer
42 views

Where is hadoop-ec2-env.sh in the Hadoop packages?

I'm unable to locate the file hadoop-ec2-env.sh. I've downloaded and intalled hadoop_1.0.4-1_x86_64.deb from http://mirror.olnevhost.net/pub/apache/hadoop/common/stable/ This is the most recent ...
0
votes
0answers
108 views

PhpMyadmin not working after update [closed]

Recently I ran an update of Ubuntu through terminal window. It updated everything but after the update, when I tried to access phpmyadmin through localhost/phpmyadmin, it brings up a blank page. Do ...
0
votes
2answers
65 views

How to start XAMPP in my browser after installing it successfully

I followed this link to install XAMPP on my machine: XAMMP for Linux. I can't open XAMPP in my browser, but I'm getting the 404 errror i.e Not Found The requested URL /xampp/index.php was not found ...
0
votes
1answer
32 views

image from webserver is not shown in web browser

I am new ubuntu and recently I install 'xampp 1.8.1' on my ubuntu 12.10. My problem is that image from server can not be shown. My code is <div class="sideBlock unSung"> <h4>Unsung ...
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
votes
0answers
41 views

php jquery and ajax in mozila [closed]

Does anyone try to work with jquery ajax and php in mozila's browser? And get the same result, when try to get some result from php file with jquery: RESULT THAT IT DOES NOT WORK? If someone knows ...
-1
votes
0answers
28 views

Unable to solve error “Forbidden, You dont have permission at access /UI on this server” [closed]

I have been getting this error when I have tried to access web pages on my Ubuntu 12.04 web pages from the internet "Forbidden, You don't have permission at access /UI on this server". Oddly though I ...
2
votes
0answers
24 views

Trouble with local server, URL not found errors with some, but not all local sites

I am setting up my Ubuntu laptop for my new job and I am having a strange issue. They have a crazy environment setup that I got working on my local Ubuntu 12.10 machine with Apache and PHP 5.3 (had to ...
-3
votes
1answer
34 views

you tube video not running on localhost [closed]

I have made a webpage and have put a youtube video on it its code is: <iframe width="640" height="350" src="http://www.youtube.com/embed/mZjVWAmcSs4" frameborder="0" ...
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
24 views

RewriteRule apache

I had an application in php which I accessed from site.example.com and it had following .htaccess file : RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d ...
0
votes
1answer
47 views

How to call php or apache to render a page from the command line?

I am running apache2 as a web server. I have a local file, example.php, which I need to see as rendered by apache. The easiest way to do this would be to move or link the file to the folder apache ...

1 2 3 4 5 13