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.
1
vote
1answer
41 views
Apache's “OPTIONS * HTTP/1.0” running 100% CPU - Runaway httpd process
I have this recurring issue where an httpd processes will randomly start running at 100% CPU. Often other httpd processes will join in, and it will continue until I restart Apache. Oddly, the thing ...
0
votes
2answers
22 views
httpd.worker binary was not created apache2.2.21
We complied the apache source code 2.2.21. we are able to run httpd and able to launch the site.
But the problem is httpd.worker binary was not created. So How can I create httd.worker file to start ...
1
vote
2answers
31 views
What is a good live request monitor for Apache httpd?
I have used SeeFusion to monitor ColdFusion requests. Is there a similar tool that would allow me to monitor Apache httpd requests in real time? We have a server that was fast and responsive for ...
1
vote
2answers
44 views
'/var/spool/cron' is not a directory, bailing out. when trying to work with crontab via PHP's shell_exec
I am creating a web application. Part of the functionality is depending on that the user can start/stop a cronjob that imports emails.
It doesn't work.
Just to make sure I'm on the right track, as ...
0
votes
1answer
8 views
Apache httpd, WebDAV entries to give access to a directory
After having enabled WebDav on an Apache httpd 2.2, i want to give access to a specific directory (that has not to do with other sites managed by httpd).
What is the smallest set of entries to do ...
2
votes
1answer
23 views
Apache HTTPD proxy - Deny directive ignored
I am running CentOS 5.5 with the stock Apache httpd-2.2.3.
I want to set up a proxy server which will forward proxy requests from a single IP address (123.123.123.123 in the example below) and reject ...
0
votes
1answer
62 views
How to configure SSL with apache2/httpd mass virtual hosting using mod_vhost_alias
I have been searching quite a bit now but couldn't find any answers.
I'm using httpd 2.2.15 and Centos 6.2.
I have configured apache for mass virtual hosting. I.e.:
UseCanonicalName off
...
0
votes
1answer
31 views
Apache 2.2 on CentOS 5.5 doesn't serve PHP files after upgrade to php53
I just upgraded a CentOS 5.5 server (using Apache 2.2) to PHP53 (using the php53u set of packages).
All of a sudden, Apache doesn't appear to recognize .php files. It's just delivering the source.
...
1
vote
1answer
19 views
When is necessary integrate Apache httpd with apache tomcat (mod_jk)?
Apache sites, recommend the integration of httpd and tomcat(mod_jk). The first for static and the second for dynamic content. What about the case that the entire page is dynamic. Does it still make ...
0
votes
1answer
48 views
Apache: deny from all “noindex.html” to root of site
When using the following, I am having a problem blocking all access from unlisted IPs:
<Directory />
Order allow,deny
Allow from 192.168.100.10
Options -MultiViews
AllowOverride ...
4
votes
1answer
57 views
/var/lib/mysql folder is missing
I've created a virtual machine and am installing things from scratch. Definitely not a sys admin so I'm running into some trouble. I've installed these packages and then restarted httpd
yum -y ...
0
votes
0answers
36 views
Trouble running httpd as service under CentOS 6.2
Setup
I have just set up a new CentOS 6.2 server running httpd. I set httpd to run as apache:apache. I also set up all of my files under the site to belong to apache:apache (chown -R apache:apache ...
0
votes
0answers
34 views
PHP-FPM and APC for shared hosting?
We are looking into finding a way to get APC to only create one cache per account / site. This can be done with Fastcgi (last update 2006…) but with Fastcgid APC will have to create multiple caches ...
3
votes
0answers
55 views
apache/httpd responds slower under EL6.1 than EL5.6 (centos)
I've read through other threads on performance differences between RHEL6 and RHEL5, but none seem a tight match to mine.
My issue manifests itself in slightly slower average response time (20ms) per ...
2
votes
0answers
20 views
Apache Authentication / LDAP Group based on URL
I'm working on LDAP authentication for Apache2 HTTPD, and was wondering if it's possible to get Apache to authenticate to LDAP based on groups, but also depending on the URL that is provided. For ...
0
votes
2answers
32 views
How to view which web application is consuming resource
I'm somehow a newbie on sysAdmin.
I have a Dedicated Server @Mediatemple and they're not supporting me on this issue.
So far I had an issue with MySQL Expensive Queries and I found a way how to ...
0
votes
0answers
14 views
ActiveMQ admin webapp assets not found behind apache httpd proxy, what am I missing?
I have apache httpd setup to act as a proxy to different servers I have running. I recently installed ActiveMQ which includes an "admin" and "demo" app that I'd like to expose. When I start ActiveMQ ...
5
votes
1answer
67 views
How to allow Active Directory authenticated users use Nagios web interface?
I have put .htaccess files in the Nagios html root and CGI root directories, so in order to get access to the web interface, the users needs a valid Active Directory account.
The problem I have is in ...
0
votes
2answers
47 views
Apache 2.4 and SuExec configuration
If I want PHP and other scripts to run as their own user when accessed from a web browser, is this the right way to configure apache?
./configure --enable-so --enable-deflate --enable-expires
...
7
votes
2answers
178 views
How do I select which Apache MPM to use?
I'm a little confused between the different MPMs offered by Apache - 'worker', 'event', 'prefork', etc.
What are the major differences between them, and how can I decide which one will be best for a ...
0
votes
0answers
43 views
Building statically-linked custom modules into Apache2
I've got Apache 2.2.22 running on CentOS 5.6. I compiled from source, trying to remove any unnecessary modules and statically compiling any core/required ones.
If it's possible, i'm trying to ...
0
votes
1answer
44 views
WAMP server not running after enabling httpd-vhosts.conf
I tried enabling Virtual Host on my WAMP installation, but WAMP server will not run if I enable http-vhosts.conf, and the icon remains orange.
Here is my hosts file:
127.0.0.1 localhost
...
-5
votes
1answer
33 views
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.
1
vote
3answers
92 views
Shared PHP Sessions in Load Balanced httpd environment
I have two httpd servers running PHP on RHEL 5.7. Initially I was sharing PHP sessions between the servers using a common NFS share that was hosted on a third server. This was causing slow downs and ...
0
votes
0answers
95 views
Httpd won't start because of permission denied
This happened after the server went down all of sudden, we couldn't access it only a minute later, when we attempted apache restart. the error below occurred:
httpd: Syntax error on line 221 of ...
0
votes
2answers
55 views
which version of Apache to install on my Centos 5.x Linux
I see that there are two different releases in the Apache.org website.
one version is httpd_2.4.1 and another version is httpd_2.2.22 both are latest version.
any one have an idea?
Thanks!!
E.
0
votes
1answer
65 views
SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
Server details:
RAM: 16GB
HDD: 1000GB
OS: Linux 2.6.32-220.7.1.el6.x86_64
Processor: 6 Core
Please see the link below for my # top preview:
I can often see the error mentioned in title in my ...
1
vote
1answer
55 views
configure httpd.conf to accept 1,000 connctions - How
I would like to edit my httpd.conf to accept max of 1,000 clients connections.
this is what I have now:
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 256
MaxClients ...
0
votes
3answers
59 views
Scripts has stopped working after apache/php update
I have updated php to 5.3.1 now some of the scripts hosted on my vps have stopped working. This includes whmcs and fantastico. All these scripts are showing a blank page. now debugging each and every ...
1
vote
2answers
83 views
A lots of Apache processes are using my CPU uses always more than 70%
I am running a plesk panel in 1and1. I have 120 sites running and all are using pligg cms, each site has 600 visitors per day. Please see the details of my server below:
HDD-1000GB
RAM-16GB
...
1
vote
2answers
92 views
HTTP Caching Server that supports POST
I am hosting a REST service which is sending appropriate cache-control headers. I use Varnish as a caching server in front of my webserver. However, a limitation of varnish is that it doesn't support ...
4
votes
1answer
163 views
how to rewrite '%25' in url
My website software replaces space characters with '+' characters in the URL, A proper link would look like 'http://www.schirmacher.de/display/INFO/How+to+reattach+a+disk+to+XenServer' for example.
...
1
vote
1answer
51 views
PHP won't run on Fedora 15
I have followed this exact tutorial on installing php on a Fedora 15 system.
I have all the necessary packages installed with no errors. Yet the simple phpinfo() test page will show - it will show a ...
3
votes
2answers
83 views
apache consuming a lot of memory
I use Amazon EC2 large instance (Memory 7.5 GB) for my http server. Recently I noticed my ssh commands running slow so I checked the memory usage.
free -t -m
total used free ...
0
votes
1answer
30 views
Httpd + Expect Script Fail (no more ptys) if httpd is not run through cli
I have a CentOS virtual server through Vmware. The server runs an httpd daemon which serves an php page with a form. The users complete the form, and by clicking submit the php page calls an expect ...
0
votes
2answers
55 views
HTTPD server computer freezes up entirely
I have an apache HTTPD server that i keep running 24/7 . The problem is the server will sometimes freeze up entirely. The server is ubuntu 11.10 normal (not server) edition (i just can't work with a ...
1
vote
2answers
181 views
CentOS Apache HTTPD Configuration (403 Forbidden)
This is what i have in my httpd.conf
<VirtualHost *:80>
ServerAdmin spero78@spero78.com
ServerName mcmoddr.com
ServerAlias www.mcmoddr.com
DocumentRoot ...
1
vote
2answers
55 views
Grepping through the results of apachectl -S
I have a server with about 300 virtual hosts. When I want to make sure a specific httpd.conf file is loaded into the Virual Host config and the syntax is correct, I run apachectl -S. The problem is, ...
-1
votes
3answers
98 views
What Linux Distro would your recommend for my Production Web Server? [closed]
I have been using CentOS for my Web Server for a while now, but it just doesnt feel right any more, I see CentOS as more of an Enterprise Server Distro rather than for HTTPd and FTPd work.
Would your ...
1
vote
1answer
88 views
decrypting AES files in an apache module?
I have a client with a security policy compliance requirement to encrypt certain files on disk. The obvious way to do this is with Device-mapper and an AES crypto module However the current system ...
0
votes
2answers
26 views
password protect apache user directory using system passwords
I have set up Apache to check user passwords using these modules:
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule ...
0
votes
1answer
81 views
Two virtual hosts with internal and external ip for same application, same port
Is it possible to have two virtual host configurations for the same server - one with internal ip address and one with domain name(the domain name points to the same server with the internal ip ...
0
votes
1answer
81 views
How to exclude a specific URL from basic authentication in Apache?
Two scenarios:
Directory
I want my entire server to be password-protected, so I included this directory config in my sites-enabled/000-default:
<Directory />
Options FollowSymLinks
...
0
votes
1answer
74 views
RedirectMatch redirect every url to https except few urls
At present I am redirecting all http urls to https urls using the following directive,
RedirectMatch permanent ^(.*)$ https://someserver.com$1
Now I am stuck with an scenario where I have to ...
0
votes
1answer
49 views
Redirecting a subdomain to subdomain/folder
I have linux server with plesk panel. I am running sourceforge VM in NAT mode with static ip 172.16.63.XX. In my host i have configured subdomain's (vhost.conf) with proxypass to connect with VM ...
0
votes
2answers
54 views
Downgrading httpd on Fedora 16
I have a Fedora 16 server (installed in VirtualBox; host system is WinXP Pro, if it matters) that I'm trying to set up as a dev duplicate of an existing production server. The prod server does a lot ...
-1
votes
3answers
105 views
EC2 Unable to install httpd
Trying to setup wordpress in EC2. found several tutorials in web and tried. their are few steps to setup apache, php, mysql. one thing is install httpd following command
yum install httpd
But I am ...
1
vote
1answer
26 views
apache httpd error: “mod_rewrite: can't access DBM RewriteMap file”
I'm running a fresh httpd install on Fedora linux and all my static content 403s.
The error_log shows this:
mod_rewrite: can't access DBM RewriteMap file
How do I fix this?
Thanks,
Chris
2
votes
1answer
87 views
Apache: require basic auth, except for specific POST requests
(RHEL 6.2, Apache 2.2.1)
I'm trying to get a LAMP site running behind basic auth to prevent general access (it's a testing environment for a site still in production) and I've hit a problem where the ...
2
votes
1answer
215 views
Apache MPM event in Apache 2.4+
For years I have been using the mpm-prefork module as it was my understanding that this was the preferred worker for Apache 2 and 1.3.
Now I will be installing some fresh Apache servers and will be ...