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

Why does the httpd process consume so much memory?

Possible Duplicate: Server refuses to use swap partition I am using Linux with Koloxo panel for site management. My database server went down, and I think it happened because of a lack of memory. This is even though the machine has 8GB memory and…
realcoder
  • 1
  • 1
-3
votes
1 answer

Setting up DNS for the first time -- questions about FQDN and cPanel

This is my first experimental run of setting up a linux web host. I'm setting up cPanel and I want to try to do all of the configuration through cPanel, as I know that many manually entered changes could be overwritten by the cPanel application. I…
-4
votes
1 answer

Created an httpd server but sample page is not loading

I was given a server to create a test site for our services, this is the first time I been trying to do this so I did a lot of research, finally I found this page which gave great directions, but even after trying all this I can't load my simple…
Tavo
  • 1
  • 4
-4
votes
2 answers

Apache directory to listen on certain port

Note: this is not a firewall issue I am running a kolab server and trying to increase security by having the web-admin listen on a certain port.. I picked 8443. Here's my conf file: Alias /kolab-webadmin…
-4
votes
1 answer

Running Multiple servers on CentOS 5

I have to run httpd on 3 ports of my centos installation.I chose port 80,8080 and 8081.I can access all three ports from the server machine,but not from the other machines in the network.When i tried nmap from the server terminal i got the following…
rjv
  • 93
  • 3
-4
votes
1 answer

Will Apache load and process .htaccess file during every request

... or there is an optimization which reduces operation cost to single stat() call in case file is unmodified? Please provide a reference link of some kind.
usar
  • 11
-5
votes
1 answer

php5.6.2 installation with httpd24 ( apache version 2.4.10 ) on centos/rhel

using this repo : http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/x86_64/ius-release-1.0-13.ius.centos6.noarch.rpm for php installation , and for apache i am using amazon linux repo current version of php : php -v PHP 5.6.2 (cli) (built: Nov …
Ashish Singh
  • 1
  • 1
  • 2
-5
votes
1 answer

Apache HTTP Server is running without no executable! How is this possible?

When I logged in to an EC2 instance created by someone else to host Apache HTTP Server I cannot run any of common Apache commands but the Apache is running: $ ps -aux | grep apache jimble 22250 0.0 0.0 12944 864 pts/0 S+ 02:28 0:00…
Handsome Nerd
  • 107
  • 10
1 2 3
96
97