Open-source HTTP server.
0
votes
1answer
21 views
Access to Apache Subdomains externally
I just recently configured a localhost subdomain on my Apache web server.
domain: hjm.im
subdomain: blog.hjm.im
It is working correctly from on my server (which makes sense), but how can I get ...
0
votes
1answer
14 views
How to Automatically synchronize phpmyadmin on two lampservers?
My setup for my website is that i have a load balancer server, and two lamp servers and on the two lamp servers i have phpmyadmin installed.
I have synced the two lamp servers /var/www folders with ...
0
votes
0answers
8 views
How to send a header using a HTTP request through a curl call?
I wish to send a header to my apache server in ubuntu. Using a curl call how can I achieve this?
0
votes
0answers
6 views
Upgrading Ubuntu server 11.04 to 12.04 with SSL certificates [duplicate]
I am trying to perform an upgrade of our webserver running Ubuntu 11.04 to 12.04 along with all it's software, apache and MYSQL.
The webserver has SSL certificates installed on it.
What would be the ...
0
votes
0answers
17 views
tail: inotify cannot be used, reverting to polling: Too many open files
When I try to tail -f catalina.out, I get the error:
tail: inotify cannot be used, reverting to polling: Too many open files
I tried the answer in this post:
Too many open files - how to find the ...
0
votes
0answers
22 views
Apache default web root folder
I have a dir /home/me/workspace that I wish to make the webroot for apache. I edited the ../sites-available/default DocumentRoot to this directory, as well as in the Directory> tag.
I then restarted ...
0
votes
0answers
12 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
22 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
24 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
13 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
22 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
25 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
39 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
39 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
33 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
46 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
49 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
13 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
27 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
17 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
79 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
42 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
611 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
61 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
274 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
27 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
49 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
32 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
41 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
43 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
43 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
21 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
48 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
63 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
43 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
112 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
76 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
33 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 ...
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 ...




