search for: httd

Displaying 5 results from an estimated 5 matches for "httd".

Did you mean: htt
2011 Aug 01
2
RedHat to CentOS packages
...re trying to use Nessus to monitor our system and we're having a hard time mapping the package versions from RedHat to CentOS in order to be able to report against CVE (vulnerability reports). After some research, we think that the mapping is as follows (using HTTPD as the example): CentOS httd-2.2.3-43.el5.centos.3 is equivalent to RedHat httpd-2.2.3-43.el5_5.3 So, it looks like CentOS replaces "_$MINOR_RELEASE" (in this case "_5") with ".centos" . Is this a fair assumption or are there other rules we are missing? Is this documented anywhere? Thanks Ga...
2009 Sep 08
1
ovirt web interface
Good morning, I build ovirt following instruction o ovirt.org but when I try to connect to the web interface the following error is reported: Redirect Loop I think the problem is first lines in ovirt-server.conf under /etc/httd/conf.d: NameVirtualHost 172.25.0.52:80 <VirtualHost 172.25.0.52:80> <Location /ovirt> RewriteEngine on RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] </Location> </VirtualHost> I tried to delete the above lines and it seems to work but with som...
2010 Oct 23
0
How to install and update a src rpm?
...nloading that package manually? I've run: "yum install rpm-build mock yum-utils" successfully. But when I try to run "yumdownloader --source httpd", I get the error listed at the bottom of my mail. Do I maybe need to add a file to /etc/yum.repos.d/ ? I'd like to have httd source somewhere in a good defined place (will it be $HOME/src or /usr/src ?) because I'm trying to develop an Apache module. I'm using CentOS 5.5. Thank you Alex afarber at centos:src> sudo yumdownloader --source httpd Loaded plugins: fastestmirror Loading mirror speeds from cached ho...
2010 Sep 22
20
problem in downloading large file with apache+mongrel
hii all, am using apache as frontend to mongrel and loaded xsendfile module in apache ,am looking for 1 GB of download .this is download routine def download @stream = Stream.find(params[:id]) send_file(@stream.location,:filename => @stream.name,:disposition > ''attachment'',:x_sendfile => true ) and And this is how it is processed Processing
2009 Sep 10
0
Re: persistent ssh_host_keys
...t; Good morning, > > I build ovirt following instruction o ovirt.org but when I try to connect > > to the web interface the following error is reported: > > > > Redirect Loop > > > > I think the problem is first lines in ovirt-server.conf under > > /etc/httd/conf.d: > > > > NameVirtualHost 172.25.0.52:80 > > <VirtualHost 172.25.0.52:80> > > <Location /ovirt> > > RewriteEngine on > > RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] > > </Location> > > </Virt...