search for: httpd

Displaying 20 results from an estimated 2509 matches for "httpd".

Did you mean: http
2014 Feb 03
3
Memory leak - how to investigate
..."top" (situation now): Mem: 1361564k total, 1264324k used, 97240k free, 8428k buffers Swap: 3014648k total, 64852k used, 2949796k free, 358676k cached At or before the last crash I got a long error message on the console. "Oom-killer" was called repeatedly by httpd and named. I paste below the first error message, which is long. There were several long entries like this. I - Jussi [root at ns1 ~]# httpd invoked oom-killer: gfp_mask=0x280da, order=0, oom_adj=0, oom_score_adj=0 httpd cpuset=/ mems_allowed=0 Pid: 2962, comm: httpd Not tainted 2.6.32-358.23....
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
I am trying to build an RPM for Apache-2.4.7-1 on Centos-6.5-i86_64. I am using mock. The are three build dependencies that I am trying to resolve. One, mod_socache_dc / distcache, I have simply removed from the spec file. The other two are arp and apr-utils. Since httpd-2.4.7 needs arp >= 1.4 I got the two latter requirements from http://www.apache.org/dist/httpd/httpd-2.4.7-deps.tar.bz2 and extracted them into rpmbuild/SOURCES/httpd-2.4.7/srclib intending to use the --with-included-arp configuration directive per rpmbuild/SOURCES/httpd-2.4.7/INSTALL. I also r...
2011 Mar 15
5
apache service start problem
hello list!! I have developed a custom apache module for my company that setups up our own particular config of httpd and php in order to run our sites.. However, there is one wrinkle. It take two puppet runs to start the httpd service with this module and we''d like to get that down to one run! The reason seems to be that we have our own custom ssl vhost conf that we use called 001-chrome-ssl.conf. What...
2013 Sep 20
1
Averate memory usage trend
Hi, I would like to understand how to draw a graph to find out the average memory used by a single httpd process given these details collected over a period of several days. I code R but this is about a method to find an average memory utilization. I believe I have enough data. How should I statistically calculate this ? The figures inside braces are the total httpd processes at that time. Will...
2003 Apr 09
5
httpd exited on signal 11
Hello Folks, I have used FreeBSD-4.8-RC and apache 1.3.2x. In some days,my dmesg has shown as the lines; pid 9229 (httpd), uid 80: exited on signal 11 pid 10106 (httpd), uid 80: exited on signal 11 pid 9842 (httpd), uid 80: exited on signal 11 pid 35708 (httpd), uid 80: exited on signal 11 pid 9371 (httpd), uid 80: exited on signal 11 pid 10337 (httpd), uid 80: exited on signal 11 pid 9757 (httpd),...
2008 Jul 15
2
Problem with mod_proxy_ajp.so
Hi, After updating httpd package it outputs an error when restarting apache. Problem was "workarounded" commenting out line 2 of /etc/httpd/modules/mod_proxy_ajp.so Starting httpd: httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 3 of /etc/httpd/conf.d/proxy_ajp.conf: Cannot lo...
2012 Jul 18
4
cert issues, puppet agent applying configs, problems oh my!
...mainname: Unknown host notice: Ignoring --listen on onetime run dnsdomainname: Unknown host dnsdomainname: Unknown host info: Caching catalog for ip-10* info: Applying configuration version ''1342645763'' info: FileBucket adding {md5}e92bea7e9d70a9ecdc61edd7c0a2f59a info: /File[/etc/httpd/conf.d/README]: Filebucketed /etc/httpd/conf.d/README to puppet with sum e92bea7e9d70a9ecdc61edd7c0a2f59a notice: /File[/etc/httpd/conf.d/README]/ensure: removed info: /File[httpd_vdir]: Scheduling refresh of Service[httpd] info: FileBucket adding {md5}2674ddafcede67ed823db6e09c8c8985 info: /File[...
2015 Aug 11
6
Odd problem with updates to the recent CR
Richard wrote: >> From: m.roth at 5-cent.us <snip> >> Anyway, starting late last week, we found issues - as in, its >> process, which runs under, and is started by, apache, was suddenly >> pegging a CPU or so. Trying to stop httpd, that worked... but this >> idiot process never did (and it's ugly to clean up after). >> >> What we just this morning found out to be the problem is that some >> package seems to change the permissions on /var/log/httpd to 700 >> from 770. The result was that this...
2009 Oct 28
6
Rsync and full path of filenames
...onfiguration files with rsync, in a script. What I don't want to do : a full snapshot of /etc. What I want to do : backup only those files I need, in an otherwise empty directory tree. In my script, I'd begin with a list of the files I effectively want to backup. Something like : /etc/httpd/conf/httpd.conf /etc/httpd/vhosts.d/*.conf /etc/exports Then I'd have some other files in /usr/local/bin and /usr/local/sbin, which I would like to backup too. Instead of a puzzling explanation, let me just show you how I would like my resulting backup to look like, so you get the idea : e...
2015 May 22
3
can i get .spec file for apache httpd of centos?
Hi All, Currently my system is using httpd 2.2.27. As there were many Vulnerability fixes released under 2.2.29, I would like to upgrade the Apache httpd. My system is having CentOS 6.5. I checked on CentOS Repos using yum but could not find the latest httpd rpm from there. So I am building the httpd rpm from the source tar ball downloaded...
2020 Jun 16
5
Apache (httpd) fails to start at boot - Centos 8.1
If I do 'systemctl start httpd', apache will start right up. But during boot, it doesn't and I get the resulting errors below. Jun 15 21:17:28 dream httpd[1534]: (99)Cannot assign requested address: AH00072: make_sock: could not bind to address 10.20.30.11:80 Jun 15 21:17:28 dream httpd[1534]: no listening sockets avai...
2020 Jan 10
2
Building and packaging httpd
Hi, Am rebuilding httpd from scratch to enable http2 and minimize extra modules on Cent Os 8. Am having trouble understanding the spec file [0] and systemd initialization [1][2][3] (these are very similar to those extracted from [4]). Why are 3 scripts needed to start the service and why is a pid setting not needed as...
2003 Jan 08
2
Proper --exclude= syntax?
I'm currently syncing the home directories on two boxes with the syntax: dest-host# rsync -av -e "ssh" --delete --progress source-host:/home/ /home/ That's working well. Now I want to exclude /home/httpd/* from the process. (I don't want web changes on one box to affect the other box.) Which of the following is the best/correct one to use? 1) --exclude=/home/httpd/* 2) --exclude=/home/httpd/ 3) --exclude=/home/httpd 4) --exclude=httpd/* 5) --exclude=httpd/ 6) --exclude=httpd Thanks! -Dan...
2013 Oct 13
2
LAMP stack with strange dependencies
...''php'': > > ensure => present, > > before => File[''/etc/php.ini''], > > } > > >> file {''/etc/php.ini'': > > ensure => file, > > } > > >> package {''httpd'': > > ensure => present, > > } > > >> service {''httpd'': > > ensure => running, > > enable => true, > > require => Package[''httpd''], > > subscr...
2011 Mar 16
3
only one puppet client fails with yum
...nux ec2-184-72-200-83.compute-1.amazonaws.com 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:39:36 EST 2008 i686 i686 i386 GNU/Linux [root@ec2-184-72-200-83 ~]# puppetd -t info: Caching catalog for ec2-184-72-200-83.compute-1.amazonaws.com ## errors installing packages via yum info: //apache/Tidy[/etc/httpd/conf.d/ssl.conf]: File does not exist info: //centos/Tidy[/etc/yum.repos.d/CentOS-Media.repo]: File does not exist info: //centos/Tidy[/etc/yum.repos.d/CentOS.repo]: File does not exist info: Applying configuration version ''1300227365'' notice: //centos/Cron[runPuppet]/hour: def...
2011 Oct 07
1
how to use optional parameters
New to puppet and I just don''t understand how to do this. Apologies in advance if it''s a dumb question. Let''s say I have a module called httpd and inside that is a class called httpd::service, which accepts a couple of parameters: class httpd::service ( $running = ''running'', $enabled = ''true'', ) { service { "httpd": path => "/etc/init.d/httpd", ensur...
2015 Nov 16
2
FCGIWrapper
Hi, I am setting up my development environment. I am new to linux. I installed Apache on CentOS 7.0. I modified /etc/httpd/conf/httpd.conf and tried to restart Apache. I got the below error' AH00526: Syntax error on line 393 of /etc/httpd/conf/httpd.conf Wrapper /home/currencybooking/fcgi-bin/php5.fcgi cannot be accessed:...enied The line no 393 in /etc/httpd/conf/httpd.conf is FCGIWrapper /home/currencybooking/f...
2013 Oct 20
4
- multiple virtual host on httpd
hi everybody, how I do to set a mutiple virtual host on httpd configuration? I need to host multiple sites with the same IP address what must be the httpd.conf configuration file and into /etc/httpd/conf.d/? thanks in advance kind regards, ./p
2020 Jun 16
3
Apache (httpd) fails to start at boot - Centos 8.1
Il 16/06/20 06:21, Gordon Messmer ha scritto: > On 6/15/20 7:06 PM, Jay Hart wrote: >> If I do 'systemctl start httpd', apache will start right up.? But >> during boot, it doesn't and I >> get the resulting errors below. >> >> Jun 15 21:17:28 dream httpd[1534]: (99)Cannot assign requested >> address: AH00072: make_sock: could >> not bind to address 10.20.30.11:80 >...
2004 Dec 03
4
Is my Apache server running as the root user or not?
Heya.. By reading my /usr/local/etc/apache2/httpd.conf, I can find out that my Apache is running as the user "www" and the group "www" .. Yet, when I run sockstat, it tells me one of the forks are runned as root and listening on port 80 as well as the other forks are runned by www:www.. If I got a lot of users connecting to my...