httpd is a typical process name of a web server.

learn more… | top users | synonyms

0
votes
3answers
24 views

Apache httpd offline installation on Debian

how can I install Apache HTTPD offline on a Debian Linux distribution? On this case I have no internet access at all on this machine, so I was searching for binary distributions of Apache Httpd and ...
0
votes
0answers
14 views

Apache + Tomcat: Difference of socket_timeout and request_timeout of mod_jk

I'm connecting Apache to Tomcat using mod_jk. There is many timeout settings. I couldn't get difference of socket_timeout and request_timeout. It seems to me no need to use request_timeout if we are ...
0
votes
1answer
17 views

Building apache 2.4 RPM

I'm trying to build up-to-date packages for httpd... I would like to build Apache 2.4.4 (latest) as an RPM. so that i can install on multiple servers and not compile each time... When i try to do ...
-6
votes
2answers
57 views

What do the numbers after status code in HTTPD logs signify?

"POST /cgi-bin/test.cgi HTTP/1.1" 200 368 "-" "-" What is the 368? I have also seen 370 and 333 in this log. What do they mean?
0
votes
0answers
28 views

Possible error in httpd.conf? php websites don't work

I have a server running Plesk 10.0.0, today I noticed that my website wasn't working, when I try to view it nothing is shown at all, it was working fine a couple of days ago. I wondered if it was a ...
0
votes
1answer
25 views

Virtual hosts only working for 2/4 directories?

I am running CentOS 6.2 and I have in httpd.conf the following: <VirtualHost *:80> ServerAdmin user@example.co.uk DocumentRoot /var/www/html/example.co.uk/public ServerName ...
0
votes
2answers
50 views

Why is G-Wan performance so low on Opteron?

I am testing G-Wan 4.3.14 on CentOS 6 with the 2.6.32 Linux kernel using an Opteron 6234 6 module / 12 core processor. Running a simple weighttp test I get: weighttp -k -n 1000000 -t 6 -c 1000 ...
0
votes
1answer
24 views

Reverse proxy to proxy traffic to (external dns) *.domain.com to internal <str[1-…>.domain.com dns

I'd like to configure a reverse http proxy to serve traffic from numerous internal webservers while exposing a single external ip. I plan to have an externally published wildcard dns for ...
0
votes
1answer
40 views

Can we configure HTTP response code headers?

We're stumped. We're getting a new header in our Apache httpd + Passenger web server we didn't expect. We have a sensitive web client reading this we cannot modify at this time. Can we modify this ...
0
votes
1answer
62 views

Apache gzip compression

I have an inherited Apache 2.2.17 server running on Ubuntu that I need to enable compression on. I have ensured the mod is loaded: apachectl -t -D DUMP_MODULES Loaded Modules: ... deflate_module ...
0
votes
1answer
29 views

suphp error Directory / is not owned by admin

I'm trying to run a test phpinfo page from: /home/admin/testdomain.com But it displays such error: Internal Server Error Directory / is not owned by admin suPHP 0.7.1 My /etc/suphp.conf is like ...
1
vote
0answers
42 views

Why do we get 'cannot open file' we use XSendFile with /tmp?

We're upgrading to Fedora 18. We've deployed our Rails app, and it works as expected, except for downloading zip files of reports. It works on our existing production server (Fedora 15). We're ...
0
votes
0answers
38 views

apache unable to connect to localhost

I have installed Apache Web Server with no errors. Then I tried to configure the server editing /etc/httpd/httpd.conf to allow php in it; so I added index.php to DirectoryIndex section, and after ...
-1
votes
3answers
82 views

Why is httpd spawning many process no reason? [closed]

I need help with this, apache will all of a sudden eat all the CPU and ram. There is hardly any traffic on the server, maybe a couple hundred a day. top - 01:34:49 up 1 day, 17 min, 2 users, load ...
0
votes
0answers
36 views

Multiple WordPress installations conflict with each other

I am managing a server for customers. Three customers use WordPress. Every time one works, the other two get down. I have to restart HTTPD, then the first website visited works, and the other two go ...
0
votes
1answer
34 views

CentOS 6 & Apache2.2 VHost Configurations

I have a personal VPS configured to host two domains that I purchased, I managed to configure Apache correctly and get both domains able to point to their own directories and show correctly. I want ...
0
votes
0answers
21 views

how to config monit for send mail alert apache restart

I'm configuring /etc/monitrc and I need a config that Monit sneds an alert email when httpd service start I'm trying with this configuration: check process httpd with pidfile /var/run/apache2.pid ...
1
vote
0answers
64 views

What causes my new web server to delay its response?

I'm migrating my servers from Rackspace over to Amazon. Our servers are running mod_perl and the connect times are much longer on the Amazon server (oftentimes up to 1 second just to connect) with ...
1
vote
4answers
148 views

httpd: how to dynamically delay request forwarding to proxy?

I have Apache httpd (2.2.22) configured as reverse proxy. There is a situation in which I need to take my web server (the receiver of the proxied requests) offline for a few milliseconds. During this ...
0
votes
3answers
52 views

Consequences of limiting max number of httpd processes

I am considering limiting the maximum number of httpd processes on a centos/apache web server. I have seen several posts which discuss taking this action to help reduce memory load (which is why I am ...
0
votes
1answer
45 views

Change default document root for all subdomains in directadmin

is there any way to set document root for all subdomains to a different path like: (www/path/subdomains) using regexps or something else? something like this? |*if SUB="*"| ...
0
votes
1answer
57 views

Failed to restart Apache server

I'm trying to restart Apache through Plesk. When I click "Restart", i'm getting the following message. Error: Unable to make action: Unable to manage service by apache_control_adapter: Service ...
0
votes
0answers
27 views

Redirect switcharoo - Apache

I'm having trouble making this or some variant of it work: <IfModule mod_rewrite.c> RewriteEngine On <DirectoryMatch "/home/.*/public_html"> RewriteRule /wp-login.php - [F] ...
2
votes
2answers
41 views

Strange “GET /api/levels/ ” and “GET /play/” requests in logs

I've setup new Amazon EC2 instance. In a day or two started to get strange "GET" requests from the "google bot-like" IP's (eg 66.249.76.84, 66.249.74.152) about one in 10 seconds (some examples): ...
1
vote
2answers
55 views

can't access apache via custom port

I have configured apache to Listen on the port 80 and 4986 I can access it on virtualhost on port 80 but can't access it on port 4986 I have tried lsof -i:4986 : apache2 26669 www-data 6u IPv6 ...
0
votes
1answer
175 views

socket file descriptor (1063) is larger than FD_SETSIZE (1024), you probably need to rebuild Apache with a larger FD_SETSIZE

My Apache is throwing Internal Server Error 500 errors and logs like this: > [Sun Apr 07 23:35:24 2013] [error] [client 124.162.30.45] (2)No such > file or directory: FastCGI: failed to connect ...
0
votes
0answers
20 views

how to debug apache serving empty asset files?

I have compiled apache httpd from source on Mac OS X 10.8. The server loads the pages but not the related css and javascript files. When I access the css file manually in the chrome browser it is ...
0
votes
1answer
27 views

Apache server spam post requests

I really don`t know how to describe this problem but i got screenshot. black = server IP blue = domain I also noticed some strange files in "mak/administrator" folder. Any suggestion? p.s this ...
-1
votes
1answer
49 views

Apache errors - *** glibc detected *** Backtrace - perl

I have been getting these errors in my apache logs on my server - it only happened once a day or every two days. Any idea what could be causing this? I dont even have an idea of where to start? *** ...
0
votes
2answers
27 views

httpd : Different website depending on remote ip

Is it possible to serve 2 differents website with the same domain for request comming for 2 ip range. For example I want that mydomain.com serves website A and for ip comming from Europe serves ...
0
votes
1answer
25 views

Cannot find the mpm configuration file in Apache

I installed httpd with yum install on CentOS, and the version is httpd-2.2.3-65.el5.centos.3. But I cannot find the httpd-mpm.conf file and the apachectl file. The server runs fine but I don't know ...
0
votes
2answers
48 views

Unable to change Apache http server port in unix

I downloaded Apache HTTP server, compiled it and installed it in a unix box. I tried to start my Apache HTTP server in unix but got the below error so I thought of changing the port. (13)Permission ...
0
votes
1answer
74 views

Parallels Apache stopped loading virtual host config files?

Apache on a server i'm helping manage has stopped reading virtual host configuration files. It's OpenVZ with a Plesk control panel. The client used Plesk to create the virtual hosts, and the config ...
0
votes
1answer
58 views

Comprehensively List HTTP Requests (IPs, URLs, etc)

Is there there a way to show a list of apache/httpd processes with their pids and some information about the request? Like request url, any params, domain, internal/external IP address, etc. I've ...
1
vote
1answer
63 views

Invalid command 'SSLEngine' Centos

I uninstalled Apache, and reinstalled it, and now when I try to start it I get the following error: Syntax error on line 94 of /usr/local/psa/admin/conf/generated/13636697550.95452800_server.include: ...
1
vote
1answer
25 views

anonymous access to icinga cgi

I'm currently setting up an Icinga monitoring system, however I'm lacking the idea of how to access a specific page that asks for authentication when accessed by http, mainly the "All problems" option ...
-1
votes
1answer
192 views

Can't restart my httpd service

I just made a change to my PHP.ini file. (my Linux dist is CentOS). I figured I need to restart apache for that to take effect so I issued the command: service httpd restart When doing that I get ...
0
votes
0answers
29 views

Files in my server can be accessed..only once at a time

I have a tiny "webpage" in an Apache server running on my computer. I've got for it this .htaccess file: <filesMatch "\.(html|htm|js|css)$"> FileETag None <ifModule mod_headers.c> Header ...
0
votes
2answers
94 views

configure iptables to allow in/out bound connections from the WAN (web) and only a couple pcs on the LAN while blocking anything else

I have a Xen server with several Virtual Machines on it sitting along side normal pcs on my LAN. The VMs host content bound for web access. Httpd is one of them so lets use that as an example. I ...
0
votes
0answers
31 views

Running httpd: “httpd dead but subsys locked”

I have tried absolutely all the fixes in all the websites I could find, but when I try and run httpd it always gives me the message in the title. Here is the /var/log/httpd/error_log: ...
1
vote
1answer
723 views

CentOS 6.4 server installation and setup

I am rather new to Linux. I have chosen CentOS 6.4 to install on a PC that we will use as a web server inside the organisation (not going to be visible from outside). I have chosen to install the ...
0
votes
1answer
124 views

Load balancing using Httpd mod_cluster and tomcat not working

I am trying to setup a load balancer using Httpd, mod_cluster and Tomcat. My Httpd is running on the same server with IP 192.168.9.73 where the tomcat is running. Here is my Httpd configuration- ...
1
vote
0answers
71 views

mod_cluster and Tomcat load balancing design

I am fairly new to Load balancing. I am able to setup a load balancer using Apache httpd, mod_jk and tomcat. Now the problem is we would like to have design in the following manner, ...
1
vote
2answers
65 views

Setting permissions for mp4 and png files in .htaccess

First, I'm brand new to Apache .htaccess. I've got a server that must allow users to dive only into mp4 and png files. So, I've been reading Apache HTTP Server documentation and, according to what it ...
1
vote
1answer
43 views

Hide every directory in a folder from index, but not their contents

On my server, I want to create a directory hidden from normal users, but that is accessible with a link without authentication. Currently I have set it up like this: In the virtual host ...
0
votes
1answer
64 views

apache trailing slash redirect to https

My apache has strange behavior where when accessing the folder without trailing slash it goes to https. For example http://domain.tld/foldername it will goes to https://domain.tld/foldername/ ... I ...
0
votes
0answers
39 views

VPN service on OS X 10.8 is starting httpd, why?

When I switch on the VPN service L2TP type on an OSX Server 10.8 I see that it starts also a httpd process, why is that, is this expected? My problem is that I have MAMP Web server running and then ...
0
votes
1answer
55 views

Do I need a download server? [duplicate]

We have a web infrastructure for serving a normal website that has some moderate file downloads (a few hundred K, up to a MB or two). We have a new requirement to start hosting larger files up to 100 ...
0
votes
1answer
118 views

What does this netstat output mean?

I run a moderately active website on a dedicated server. In the course of protecting against (D)DOS attacks, I ran netstat to get a count of active connections. This produced a rather unusual result ...
2
votes
1answer
53 views

Temporarily stop everyone from accessing mysql DB

I am going to migrate a LAMP server tonight, it uses php and mysql with apache on centos. I want to stop people from accessing the site/database while I back it up. Will stopping httpd be a ...

1 2 3 4 5 13