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
-2
votes
1 answer

Reconfiguration of httpd.conf from one project to three projects on local server

Problem I need to properly configure my httpd.conf on apache2 server to change it from one project (http://localhost/) to three projects. Would you be so kind and check the following codes and descriptions and help me to make a correct…
Emma
  • 121
  • 1
  • 1
  • 8
-2
votes
2 answers

How to remove connection time out links form RHEL

I want uninstall LAMP from my REDHAT virtual server and reinstall back it again but i don't have internet access on my server and when i uninstall mysql from my server i getting below error please help me how i do it. I am new in linux server. Also…
Dexter
  • 109
  • 5
-2
votes
1 answer

Apache Extended Logs of php files

I am using apache and I want to log each php or any script file with its location which runs for more than 30 seconds or so. I tried to find solutions extensively, but no luck has come true. Is this possible in apache using any native or any…
Hashmi
  • 143
  • 10
-2
votes
3 answers

How to terminate a process(httpd) when its PID keeps on changing in CENTOS 7

When I tried to restart my httpd service using systemctl restart httpd Checking the status, I found that process is dead and another process is running. so I removed it using yum erase httpd As a precaution, I checked if the process is still running…
Anup Sharma
  • 77
  • 1
  • 1
  • 8
-2
votes
2 answers

RAM usage by Apache server in Wordpress Site

I need some advice as I have a VPS OpenVZ with 1GB Ram and 1GB burstable. I am running a site on wordpress and my site users are about 2000 per day. My DB size is about 90MB and I am using latest wordpress 4.2.2. I have a problem that my site is…
-2
votes
1 answer

CentOS 7 apache2 httpd + mod_fastcgi installation impossible

Has anyone tried to install mod_fastcgi on CentOS7/httpd yet? Since it's not in the epel or fusion repos, I tried the el6 rpm, which wasn't working (httpd said: Cannot load modules/mod_fastcgi.so into server: /etc/httpd/modules/mod_fastcgi.so:…
sgohl
  • 1,382
  • 1
  • 11
  • 17
-2
votes
1 answer

sudo yum install httpd is throwing errors

Hello this is the command im typing and its returning the error you see, any suggestions please [ec2-user@ip-172-31-41-46 ~]$ sudo yum install httpd Loaded plugins: priorities, update-motd, upgrade-helper Resolving Dependencies --> Running…
cppit
  • 149
  • 1
  • 1
  • 9
-2
votes
2 answers

Learning Puppet Exercise - Installing httpd package and starting service

I'm working my way through the Learning Puppet guide on manifests, and I am stuck on the exercise at the bottom of the page which asks you to install the httpd package and start the httpd service. So far my manifest looks like: package { 'httpd': …
Quetzalcoatl
  • 113
  • 1
  • 3
-2
votes
3 answers

Apache as backend server doesnt kill childs

I have apache as backend server for nginx. Here is my config for prefork MPM which i use: StartServers 1 MinSpareServers 1 MaxSpareServers 5 MaxClients 10 MaxRequestsPerChild 0 So as you can see, MinSpareServers is…
kirugan
  • 105
  • 4
-2
votes
3 answers

Can't create a working init.d for Apache 2.4.2 on CentOS

I built apache 2.4.2 on CentOS from source and now am trying to create an init.d script to go along with it. A friend gave me one script but it never outputted a success or fail and I disliked it. I found in the tar a httpd.init script file. It just…
Dustin
  • 11
  • 4
-2
votes
3 answers

Fine Tune HTTPD.CONF - server crashing after 100 concurrent connections?

We have a WordPress site that keeps shutting down whenever we get around 100 users. WP super cache is already installed. Everytime the site goes down, we have to run service httpd restart. Now, we're trying to figure out if there is anything in…
ServerFaultNewbie
  • 247
  • 1
  • 3
  • 8
-2
votes
1 answer

libphp.so is missing in the oracle linux 9, is there any alternative to let httpd handle php page?

I do find a lot similar problems on CentOS in this forum, and I tried to follow any suggestions mentioned in their answer, however, none solves my problem. Therefore I’m opening this question for platform specific solution. I have downloaded httpd,…
-2
votes
1 answer

a site use Linux Server take long time to load

i get this problem first time since 5 years i use same site same script without any change . i have a site xxxxxxx.com (php script) use a ip http://1.1.1.1 (example) , i use centos as OS for the server . i use directadmin as panel to manage site…
-3
votes
1 answer

High Memory server, apache not using All ram

I have 64G Memory, 12coreX3CPU , SATA HDD... But memory using %5 ?? How to increase this limit? htop https://i.stack.imgur.com/STqtm.png top -c https://i.stack.imgur.com/TpjAx.png [root@ns228430 ~]# free -m total used …
kale20
  • 157
  • 7
-3
votes
1 answer

http daemon not responding

If I run a php file at the command prompt, it works as expected. But it does not load from browser. # php /var/www/html/adminer.php When I try to access the same file from browser, I get an…
shantanuo
  • 3,579
  • 8
  • 49
  • 66
1 2 3
96
97