Ubuntu Servers :: Get Svn Over Apache Running On Maverick?

Jan 7, 2011

I'm attempting to get svn over apache running on maverick server. Here is my site config

Code:
<VirtualHost *:80>
ServerName common.subversion.xxx.xxx
ServerAdmin xxxxxxx
DocumentRoot /var/www/SVN
AddExternalAuth pwauth /usr/sbin/pwauth
SetExternalAuthMethod pwauth pipe

[Code]...

While the redhat posts indicated selinux, when I checked it with sestatus (after first installing sestatus), it came back disabled. So what is locking down the /var/www directory?

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: When Transferring Large Files Using Scp Between Desktop Running Maverick And Other Servers?

Nov 12, 2010

sometimes when transferring large files using scp between my desktop running maverick and other servers running Ubuntu, Debian or CentOS, I get the following error message: 77% 258MB 11.3MB/s 00:06 ETAReceived disconnect from xxx.xxx.xxx.xxx: 2: Packet corruptI've found a seemingly related bug report on launchpad here: but the provided "ethtool" fix did not help. I'd be most grateful for any ideas on how to solve this issue. Some more info:Linux lotus 2.6.35-22-generic-pae #35-Ubuntu SMP Sat Oct 16 22:16:51 UTC 2010 i686 GNU/Linuxlspci | grep eth -i00:19.0 Ethernet controller: Intel Corporation 82567LM-3 Gigabit Network Connection (rev 02)

View 1 Replies View Related

Ubuntu Servers :: Running R From An Apache?

Dec 9, 2010

I'm looking to run some R scripts on a mysql database (engine =csv) from the apache webserver.

The goal is to record some statistics/numbers while someone is logged in, pass those numbers to r, run some statistics algorithms on the passed set of data and output an image file back to the logged-in user's html web page.

Doing this along with knowledge on how to call general r functions from within a php framework would be great.

View 1 Replies View Related

Ubuntu Servers :: Apache Processes Listed But Httpd Not Running?

Dec 5, 2010

I have written this script to monitor Apache2:

Code:
#!/bin/bash
#count lines that show apache2 but not the fgrep itself
let i=`ps aux | fgrep apache2 | fgrep -v grep | wc -l`
if [ "$i" -gt 0 ]
then
#log something

[Code]...

It has all been working fine until recently when Apache is becoming unresponsive. I manually ran ps to check and there were 3 processes. However when I ran apache2ctl graceful I got the message 'httpd not running, trying to start' Is there a better way to check if a daemon is up?

View 4 Replies View Related

Ubuntu Servers :: Running Apache And Etherpad Lite On Port 80?

Sep 1, 2011

I'm running both Apache on my site and Etherpad Lite, both on different domains. However, running them both on port 80 causes a conflict. I tried to use a reverse proxy in Apache (this is the configuration -- I'm not sure if I did it right), but it doesn't seem to do anything.

View 1 Replies View Related

Ubuntu Servers :: Monitor Remote - Check If Apache Is Running And If Its Not Send Out A Mail

May 11, 2011

im looking for a program that lets me monitor server remote a check if apache is running and if its not send out a mail pretty much something like the Big Brother projeckt was before they went comercial i found a few projekts but most havent been updated for years anyone got a clue on any active projekt that does this?

View 1 Replies View Related

Programming :: Apache Mod_write/proxy - Bunch Of Web Servers Running On My Internal Network

Jan 26, 2011

Suppose I have a bunch of web servers running on my internal network:

And I have a dyndns account, I was wondering:

How can I do this?

View 2 Replies View Related

Ubuntu Servers :: Unable LDAP Support For Ubuntu 10.04 LTS Server Running Apache 2?

Jul 27, 2010

I'm wondering how I can enable LDAP support for my Ubuntu 10.04 LTS server running Apache 2 and PHP 5.3.2? What I'm trying to do is allow users on my existing company's LDAP system to login to my Elgg site automatically (and possibly have their details filled automatically).

View 1 Replies View Related

Ubuntu Installation :: Broke Apache When Upgrading To Maverick

Oct 13, 2010

While upgrading to 10.10, I opted to keep my apache conf files as they were (since I forgot to back them up before starting) and now apache isn't happy at all. At first it just wasn't working, so I backed up my entire /etc/apache2 dir, ran

Code:
'sudo apt-get purge apache2'
and then deleted all references and left over config files, then ran

Code:
'sudo apt-get install apache2'
and still apache wasn't working - in fact it did not seem to properly/completely reinstall with all dependencies.

Next I went through in Synaptic and removed a bunch of stuff myself, tried another apt-get purge and install, and still nada. Next I tried:

Code:
'sudo aptitude purge apache2'
which seemed to run a little more robustly. So naturally next I ran

Code:
'sudo aptitude install apache2'
and though it seemed to install everything appropriately, apache was not started and trying to run

Code:
'sudo service apache2 start'
I get an unrecognised service error.

When trying to directly run

Code:
'sudo /usr/sbin/apache2'
I get

Code:
'apache2: Could not open configuration file /etc/apache2/apache2.conf: No such file or directory'

Which is true, it does not exist but I don't understand why it's not reinstalling properly. Luckily this is just a local test server and I don't need to right now, but it would be good to get it back up and running. Could this really be all because I didn't replace my old files with the new conf files?

View 5 Replies View Related

Ubuntu :: Running Maverick With Relative Stability?

Aug 27, 2010

I've heard that some people have been running maverick with relative stability, however I remember experimenting with lucid in about the same stage in development and it was a disaster. Is there anybody here running maverick for day-to-day use?

View 3 Replies View Related

Ubuntu :: Running A Script After Resuming From Suspending (10.10 Maverick Meerkat)

Oct 13, 2010

These forums have been my bible ever since I switched from windows to ubuntu... especially because I was so scared that my laptop was always hot (if you know how to change the temperatures at which HP dv7 laptop fans start kicking the hell in- let me know!). 10.10 has improved this so I'm really really happy with this. Seriously love Ubuntu. Okay, enough for intros.

[Code]....

I want to run this after resuming from suspending. I've been successful in running the script on startup but couldn't do anything about resuming from suspending with these methods [URL] and every other in the forums. By the way, these commands enable Two-Finger Scrolling (doesn't work if you put both your fingers in an horizontal line or vertical).

View 8 Replies View Related

Ubuntu Multimedia :: Maverick: Winealsa Seg Fault When Running Spotify In Wine?

Jan 2, 2011

I've been trying to get Spotify running in wine on Maverick. I've had this running on older versions of Ubuntu in the past, but now it's not working. Spotify loads up fine, but as soon as I try to play some audio it crashes. When running it from the terminal I get the folowing backtrace:

Code:
Backtrace:
=>0 0x5ad88450 (0x1515e6a4)

[code]....

View 1 Replies View Related

Ubuntu Servers :: NIC Bonding With Lucid/Maverick

Oct 14, 2010

How to bond NICs in Ubuntu server 10.04/10.10 correctly.

I installed ifenslave-2.6 on a fresh install. Then I tried going into the /etc/network/interfaces file and adding a new entry for bond0 to the file and adding bond-mode 6, bond-miimon 100 and slaves eth1 eth2 to the end of the bond0 config.

That did not work, it keep telling me it cannot bring up the interface even after a reboot it still does not work.

I also followed some tutorial I found online about editing /etc/modprobe.d/aliases

That did not work really well either, the interface came up but had no slaves.

Can anyone give a clue or a current method to bond interfaces in the 10.04/10.10

View 9 Replies View Related

Ubuntu Servers :: Downgrade From Maverick To Lucid?

Nov 9, 2010

I'm trying to setup a server for my home office, But I heard that using Maverick is not for office purpose and asked me to use Lucid instead.Should I download the Lucid version install it or do direct downgrade to Lucid?

View 4 Replies View Related

Ubuntu Servers :: Creating Virtual Apache Servers?

May 3, 2010

I have Webmin installed on an Ubuntu server. I currently have a successful apache server running on port 80, however I want to create a virtual host on port 81. When I try I go to servers->Apache Webserver-> Create Virtual Host I change the port to 81 and the document root to /var/port81www then I click create. How ever when I goto 192.168.1.5:81 (local ip, I know I have to port forward but its not even working local) it does not work.

View 5 Replies View Related

Ubuntu Servers :: Connect To A PPTP VPN (router) Using (Maverick/Natty)?

Jun 9, 2011

how do I connect to a PPTP VPN (router) using Ubuntu server (Maverick/Natty)?

View 3 Replies View Related

Red Hat :: Running IPmonitor To Monitor The Disk Usage On Our Servers - Running Df -h

Mar 19, 2010

We are running IPmonitor to monitor the disk usage on our Linux servers. It does not seem to coincide with what is reported when running df -h. For example on a Red Hat 5.3 server - our IPmonitor shows that 85% is used on the /usr partition, however when I do a df -h on the server it shows that 91% is used. Why there would be a discrepancy? IPmonitor uses SNMP.

View 5 Replies View Related

Ubuntu :: Running Ubuntu 10.10 Maverick Meerkat On Their PC / Lappy?

Jul 20, 2010

Just was wonderin if anyone was running Ubuntu 10.10 Maverick Meerkat on their PC/lappy?It seems pretty stable to me and is very similar to Lucid.I was just wanting opinions, etc on any issues or any comments about your experiences with it?I did notice it said it wont run on anything below a i686.

View 9 Replies View Related

Ubuntu Servers :: Upgraded From Maverick To Natty - Installed Unwanted Extra Packages

Apr 30, 2011

I upgraded my dedicated server using the do-release-upgrade command, and it seems to have installed many extra packages I do not require. This is a headless server in a datacentre, yet the upgrade caused me to install GUI packages I do not need. Is there a way to quickly remove all but the default server packages?

View 1 Replies View Related

CentOS 5 :: Getting Apache Up And Running?

Jun 25, 2009

I've just installed latest verion of centos and am having trouble getting Apache to work or even knowing how to test it's working.

When I open up firefox and type 'http://localhost/' I am getting the message "failed to connect" firefox can't establish a connection to server localhost.

View 2 Replies View Related

Ubuntu :: Web Server Not Working - Running Apache And Mysql

Apr 16, 2010

i have apache and mysql running, i can access my web server by visiting localhost on port 80 but for some reason when it doesnt work when i try using my ISP provided IP address... (it used to work).. i have my router setup with a DMZ on my LAN IP (my computers IP, this is the computer in my home network that serving with apache).. i also cant seem to shut down my mysql server (theres an update ive been trying to get) even when i use sudo...

View 5 Replies View Related

Ubuntu Security :: Need Daemon Running Apache Server?

Apr 5, 2011

I'm trying to modify an existing user so that any files they create can be at least read (although writing and execution would be nice) by any other user. The reason is because I need the daemon running my Apache server to be able to access files created by a daemon running under this user, files which will be created and accessed in real-time.

View 3 Replies View Related

Ubuntu Security :: Running Shell Commands From Apache

Jun 3, 2011

Ok, so I have a few web apps that need to run shell commands. Heres a great example of one:

Code:

This is a PHP script getting my system volume. Herein lies the problem... www-data doesn't have permission to do this!

I changed my apache config to use MY account as the web user, and it does in fact work the way I want it to.

Obviously, I dont want to leave apache running as me, and want it to keep using www-data.... heres my question... how can I give permission for www-data to execute certain programs?

View 3 Replies View Related

Server :: Apache Segfaults After Months Of Running On Ubuntu?

May 13, 2011

OS: Ubuntu Server x64 10.04 Apache: 2.2.14-5ubuntu8.4 I have a virtual server which has been running for months with no problems then one day I saw that it crashed and I had to power cycle it. Since then I have been unable to start Apache as it segfaults no matter options I give it. Before I try to reinstall Apache, why is this segfaulting?

Code:
execve("/usr/sbin/apache2", ["/usr/sbin/apache2"], [/* 21 vars */]) = 0
brk(0) = 0x7f9f48f8d000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9f47e0d000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3

[Code]...

View 2 Replies View Related

OpenSUSE :: Php Running As Cgi Script In Apache 11.3?

Sep 12, 2010

I am trying to run php as cgi script with apache and opensuse 11.3. I disabled the mod_php and installed mod_fcgid, and php-fastcgi, as per the instructions here. I have been trying to achieve this, but, somehow it is now working. I can see the page if i have an index.html, but if i have index.php, it downloads it as a file. I really tried to set this thing up for more than 12 hrs now. I am soo frustated.

my /etc/apache2/vhosts.d/shekhar.conf
my /srv/www/wrapper/shekhar/php5
my /etc/apache2/conf.d/mod_fcgid.conf (I uncommented the lines inside the <FilesMatch > Tag., it gave me same result, even after uncommenting the tag.)
my /etc/apache2/httpd.conf

View 2 Replies View Related

General :: Running Apache As A Different User?

Jul 29, 2011

When I run the ps -efH command to list out all the process, I can see Apache running as root and seems to have sub-processes running as www-data. Here's the excerpt:

root 30117 1 0 09:10 ? 00:00:00 /usr/sbin/apache2 -k start
www-data 30119 30117 0 09:10 ? 00:00:00 /usr/sbin/apache2 -k start
www-data 30120 30117 0 09:10 ? 00:00:00 /usr/sbin/apache2 -k start

[code]....

View 2 Replies View Related

Ubuntu :: Upgrade Lucid To Maverick By Using Maverick Live Cd?

Oct 17, 2010

can we upgrade lucid to maverick by using maverick live cd. what are the other methods for upgradation

View 3 Replies View Related

General :: Don't Need The Apache Service Running All The Time?

Oct 27, 2010

I have recently ported from Windows to Linux (xubuntu) I am a developer, i installed everything i need, LAMP. Now in Windows i used to turn off all unnecessary Services, i don't need the Apache or MySQL service running all the time. I used: net start mysql

Whenever i needed it. How do i do the same in Linux:
1. Disabling not-needed daemons from auto-starting?
2. Starting them only when i need them?

View 2 Replies View Related

Networking :: Single Server Running Apache On Two Lan's?

Jun 23, 2010

I have a single CentOS server with two separate NIC's. I was asked to install an internal Wiki on Apache but have that dedicated to one NIC so it's internal only. Then have just a site running on Apache on the 2nd NIC which is externally accessible. I have never done anything like this and would like tonow how difficult this would be on a single stand alone server that I have above?

View 1 Replies View Related

General :: Running Apache On A Firewall System?

Mar 2, 2011

if you are running Apache on a firewall system, perhaps to display a web front end for firewall configuration, how would you make sure that it is accessible only from inside the local network?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved