Questions tagged [httpd]

httpd is a typical process name of a web server.

httpd (for Hyper Text Transport Protocol Daemon) is a typical name of the web server process.

Apache is the most popular web server that runs using this process name. It is also the name given to the new default server for OpenBSD 5.7 and on.

1448 questions
3
votes
1 answer

Apache status says stopped but still httpd process running

I am new to Apache, the server Apache status stopped but still the process is running. The web page is serving properly. When i tried to restart the process, it's not. I believe the parent process is dead but still the child process is serving the…
sridhar raj
  • 41
  • 1
  • 1
  • 3
3
votes
0 answers

VirtualDocumentRoot and ProxyPassMatch

I have the following Apache configuration: ServerName localhost UseCanonicalName Off LogLevel debug ServerName _default_ VirtualDocumentRoot /Users/alex/Sites/op3/cms/account/%-2/domain/%-3+/webroot DirectoryIndex…
AlexMax
  • 543
  • 1
  • 5
  • 15
3
votes
2 answers

Upgrading to PHP 5.6 using Yum (REMI repo)

I would like to ask how to upgrade to PHP 5.6 on my CentOS machine using Yum + REMI repo. For example, I already use the REMI repo for everything. Now, after I change this line in /etc/yum.repos.d/remi.repo: [remi-php56] enabled=0 to enabled=1 I…
fizzy drink
  • 385
  • 4
  • 8
  • 22
3
votes
1 answer

SHA-2 signed SSL certificate crashes apache on startup on CentOS 5.X

In preparation of the warnings that are going to start showing up in browsers when visiting SSL sites with SHA1 signed certificates, I wanted to get all of the certs that I have upgraded. Some of my infrastructure is running on "legacy" CentOS 5.X…
Steakfest
  • 51
  • 1
  • 5
3
votes
1 answer

Trying to install php-devel on AWS EC2 server to compile a PHP extension, but getting errors "httpd24 conflicts with httpd-2.2.27-1.3.amzn1.x86_64"

I'm trying to install php-devel on an AWS EC2 server so I can compile a PHP extension. But I get an conflits error. --> Processing Conflict: httpd24-2.4.10-1.59.amzn1.x86_64 conflicts httpd < 2.4.10 --> Processing Conflict:…
Molkobain
  • 139
  • 1
  • 2
3
votes
1 answer

RHEL6 httpd Root CA configuration

I'm setting up SSL on a RHEL6 box and I'm having problems finding information about configuring the Root CAs. I've got four files: cert.crt - My SSL certificate my_key.key - The key used to request/generate the certificate CorpDomain.cer - File…
forquare
  • 45
  • 13
3
votes
1 answer

Apache not serving changes to a file updated by gulpjs

I have a CentOS 6.5 VM set up using Apache HTTPD 2.2 as the web server and I'm using GulpJS for my build process. When I update a CSS file the GulpJS build process runs ok and if I look at the file on the VM I can see the updates, however when…
andrewdixon
  • 228
  • 3
  • 10
3
votes
2 answers

Apache httpd mod_rewrite with Tomcat resulting in lost JSESSIONID

I'm working on a Java web application, for which I recently implemented an authentication module that relies on the JSESSIONID cookie to identify users. I was testing on a local tomcat from eclipse and everything worked fine... Until I deployed the…
sldk
  • 151
  • 1
  • 5
3
votes
2 answers

Installing Apache httpd 2.4 "--with-included-apr"

I'm trying to install Apache httpd 2.4.9 on a bare CentOS 6.5 server. Using the command ./configure --prefix=/etc/httpd --with-included-apr, the installation of httpd goes smoothly until it gets to the configuration of apr-util. It then provides the…
Baez
  • 139
  • 1
  • 6
3
votes
5 answers

still "httpd dead but subsys locked" even following the fix of some source

Here is what I have tried so far: edit: /etc/sysconfig/httpd PIDFILE=/var/run/httpd.pid edit: /etc/httpd/conf/httpd.conf PidFile /var/run/httpd.pid then killall -9 httpd result: httpd: no process killed then: sudo rm -f…
FritzB
  • 133
  • 1
  • 1
  • 7
3
votes
2 answers

OPTIONS * HTTP/1.0 in access_log

I am running an internal httpd server that forwards requests to another httpd server. The internal httpd server acts as a proxy and also supports caching. I just upgraded from 2.2.11 to 2.2.25 of httpd. I have the same configuration as before. When…
Engineer2021
  • 601
  • 8
  • 25
3
votes
2 answers

Writing permission with VSFTPD and Centos 6.2

I have a server with centos 6.2 with httpd and vsftpd. I have few web site in /var/www and i want to add a ftp user for each site. My user1 home directory is /home/user1 and can read/write to it folder from ftp. (it's the user i use to ssh and…
frank
  • 133
  • 1
  • 1
  • 5
3
votes
4 answers

Can't find httpd.pid to use for Monit apache2 monitoring

I'm new to Linux and I setup Ubuntu 12.04 on Digital Ocean. I installed Monit and got it to monitor MySQL successfully with email alert. I want to monitor Apache2 as well but cannot find any httpd.pid file needed to put in monitrc file. I can start…
Bergen
  • 41
  • 1
  • 1
  • 2
3
votes
3 answers

Any suggestions on emitting Apache HTTPd access logs to CouchDB?

I'm interested in sending Apache2 access logs directly to CouchDB or some other document storage system. Do you know of any Apache2 modules that do this, or what options there would be to write one myself?
Scott Markwell
  • 742
  • 1
  • 6
  • 13
3
votes
2 answers

Apachectl Missing from Apache HTTPD Binary

I extracted the httpd...tar.gz from here, but I don't see apachectl. [vagrant@centos48 opt]$ ls httpd-2.2.23 httpd-2.2.23.tar.gz [vagrant@centos48 httpd-2.2.23]$ find . -name apachectl [vagrant@centos48 httpd-2.2.23]$
Kevin Meredith
  • 1,269
  • 2
  • 15
  • 21