0
votes
0answers
11 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
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
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 ...
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
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
40 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 ...
1
vote
1answer
47 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
31 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
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 ...
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 ...
-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 ...
0
votes
0answers
54 views

WiFi and Apache/VNC server services (Ubuntu 12.10) after boot

WLAN USB stick assembled successfully to my Ubuntu Apache server. It also automatically connects to network after reboot. Thanks developer guys, greate work from you. But I have found some strange ...
1
vote
0answers
79 views

How do I copy files with SCP to /var/www?

I need to copy files from my computer to my server's folders in /var/www so they are uploaded to my cloud. Here's what I try to do: I open my computer's terminal and type: scp ...
-1
votes
4answers
169 views

Cron job to restart Apache

Ubuntu Server 12.04. I use: sudo crontab -e * * * * * root /etc/init.d/apache2 restart > /dev/null 2>&1 sudo restart cron And it doesnt work. How to fix it? So many docs in google,I need ...
0
votes
1answer
44 views

Need help troubleshooting Apache inside VM

I'm hitting a wall troubleshooting this. I feel the problem is either due to my lack of networking skills, or a basic knowledge of configuring Apache. I'm hoping I can shed some light on my setup by ...
1
vote
1answer
114 views

How to fix 500 Internal Server Error using AuthConf in HTTPD?

This is a new installation. I used sudo apt-get install libapache2-mod-auth-mysql phpmyadmin If i put the following code in my httpd config file I get a 500 Internal Server Error. Any idea why I"m ...
1
vote
1answer
143 views

unable to connect to localhost after installing apache

hi unable to connect to localhost after installing Apache checked with https//localhost , https//127.0.1.1 and https//127.0.1.1 please find the logs below avinash@ubuntu:/etc/init.d$ sudo service ...
0
votes
1answer
30 views

Apache Error 98

Whenever I boot up Apache, this error occurs: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down I've dug around the forums, ...
0
votes
1answer
133 views

Ubuntu Server 12.04 - Create a non-Root user with own Userdir

I've created a new non-root user, dev, that so far does not belong to any groups, and I've been following this guide to help me setup Apache for hosting sites under this user's public_html directory ...
0
votes
1answer
400 views

set up mailserver for multiple domains guide for beginner

I am not Linux pro, and after days of trying with tutorials how to set up postfix or other e-mail server I am try to find solution here. In your office we have HP Proliant server with Ubuntu server ...
2
votes
1answer
114 views

How to give Public_html to each user?

I have a new installation of Ubuntu 12.04 and I want to have 2 or more users be able to test with apache/php/mysql. Within default config at sites-available I added two different VirtualHosts, one ...
0
votes
4answers
300 views

Apache could not reliably determine server

Apache cannot fully determine domain name when I tried restarting after install. I get this error; sudo /etc/init.d/apache2 restart *Restarting web server config apache2 ...
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 ...
2
votes
0answers
552 views

VSFTPD 553 error: could not create file

Fresh LAMP server setup with Ubuntu 12.04 and VSFTPD. I'm trying to access the /var/www folder (web root) with FTP user. I created a new user ftpuser and added it to the www-data user group created ...
11
votes
3answers
10k views

Could not reliably determine the server's fully qualified domain name?

When I restart my apache server using the command sudo /etc/init.d/apache2 restart I get the following error: Restarting web server apache2: Could not reliably determine the server's fully ...
0
votes
0answers
46 views

Apache server freezes and gives problems on restarting Apache service

I have a web server on Ubuntu 10.04 LTS and recently there is a sudden high load on the server resulting in websites hosted on the server not responding, I suspect an increase in RAM can fix this. ' ...
2
votes
1answer
65 views

Using native connection while still connected to a vpn

I'm setting up a vpn server on a remote development server. The development server has websites that I'm developing and the vpn is in place so that I can tell apache to only accept local connections ...
3
votes
1answer
39 views

How to give access to LAMP server so that it can execute a “.cgi” or“.pl” file which in turn executes a c program which controls a parallel port?

I have written a c program that controls the parallel port ... and also written a .cgi file which in turn executes the above c program which turns 'on' an led attached to the parallel port. This thing ...
0
votes
0answers
39 views

How to run ASP.NET MVC 3 application on Linux based server?

Is it possible to install IIS on Linux? is there any option? thanks
0
votes
1answer
54 views

DNS A records Ubuntu server

This may sounds very easy to do but I'm a little confused in the process. I've registered a domain e.g. example.com and want to point it to my server with IP e.g. 111.111.111.111 I've made ...
1
vote
0answers
50 views

Server setup for multi-site development web server with multiple contractors logging in?

While I've been using Linux for many years as a desktop OS I'm still a novice at the more serious server admin stuff. Basically I'm looking for a best practices that covers: Hosting many domains (I'm ...
1
vote
2answers
124 views

Is there any difference between apache2 and httpd?

Today I was installing phpmyadmin on Ubuntu 12.04 and after a while a dialogue poped stating what server I want to use (apache2 and httpd). Are these two, two different kind of server?
0
votes
1answer
227 views

AWStats icons are not showing / Error 404

Edit: This is the solution should anyone have the same problem After installing and configuring AWStats from the repository, and following instructions from here ...
0
votes
1answer
144 views

How to access Ubuntu server 12.10 via hostname,

I had it working, but then installed LAMP and a few other things to set up a webserver, now PUTTY only allows connection via IP, which works, and Webmin worked with hostname as well, until now... I ...
1
vote
0answers
37 views

404 error on existing file for bots

My website works fine for users, but apache2 gives 404 error for some pages to bot requests (google and yandex). How can I solve this problem? One row from apache access.log: 66.249.76.215 - - ...
1
vote
0answers
67 views

How to run a local and external website on same computer with 2 NIC's, 2 Routers and 3 seperate networks?

Hello and hopefully I can get some answers to my question, though I think I'm making it more complicated for myself than it has to be. My business is a used auto dealership, and I'm in the process of ...
1
vote
1answer
970 views

Setup DNS server for local network (with DHCP) for use with apache

I've set up an ubuntu-server to host a website. But at first i want to configure it to work in my local network. Actually it serves as DHCP server for the whole network with static ip 192.168.170.250 ...
1
vote
1answer
173 views

How to make a Portable Server for ubuntu?

I want my server to be portable so it will be available everywhere when I plug it in to other ubuntu computers. Like I want to use it at school, I will just have to run a script and the server runs. ...
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
446 views

apache + nginx(for only one subdomain)

I have a nice little Server with Ubuntu 12.04 LTS with Apache controlled by plesk. Now I've installed nginx for my Gitlab subdomain. But now nginx wants to control all. How can I configure the nginx ...
1
vote
1answer
245 views

PHP may be executing as a “privileged” group and user, which could be a serious security vulnerability

I ran some security tests on a Ubuntu 12.04 Server, and I've got these warnings : PHP may be executing as a "privileged" group, which could be a serious security vulnerability. PHP may be executing ...
0
votes
1answer
722 views

Stuck with Apache2 [closed]

I cant finish Apache2 install, also cannot remove it. It has blocked my dpkg, now I cant get no installations in or out. I even tried distro upgrade, but it did still has broken dpkg.. How to fix ...
1
vote
1answer
137 views

Rename localhost folder. Gives empty screen

I'm trying to rename my apache2 localhost folder. I have already gone to /etc/apache2/sites-enabled/site-name and changed the following lines in the Document: DocumentRoot /home/user/public_html ...
0
votes
0answers
253 views

Using Symfony on Apache using a Virtual Machine

I have an Ubuntu Server 12.04 and a tasksel LAMP stack installed in VirtualBox. I would like to be able to use the PHP Symfony framework and access it over my Windows 7 virtual host, but am having ...
0
votes
1answer
190 views

Apache2 memory limit

What does setting your memory limit to -1 do in php.ini for apache2. I assume it just gives it unlimited memory but im not sure could anybody clarify? Dont want it chewing through all my memory ha! ...
0
votes
1answer
320 views

Multiple Wordpress Blogs in 12.04

I've got an ubuntu server hosted up at Amazon. I'm using virtual hosts, and I already have that somewhat set up. (i.e. wiki.mydomain.com is my mediawiki which is running). I'm installing Mediawiki per ...
5
votes
2answers
2k views

How to stop apache access.log grooving every few seconds?

I installed on fresh Ubuntu 12.04 Server + Zend Server CE (MySQL / PHPmyadmin) from deb http://repos.zend.com/zend-server/5.6.0_ubuntu1204/deb server non-free Repository. ::1 - - ...
1
vote
1answer
254 views

Why does apache keep running out of memory?

All the time my apache2 runs out of memory, I have 6 sites running on it. My server specs are: 2 gig ram, 6 core processor, 60 gb hard drive, and a 1000 mb/s how can I sort the problem out? it ...

1 2 3