The httpd.conf tag has no wiki summary.
1
vote
1answer
22 views
How to redirect all subdomains do one domain in Apache config file without specifying domain name?
I want to make general rule for all my domains, so I don't have to specify each of them individually.
I have these two lines in my Apache config file:
RewriteCond %{HTTP_HOST} ^domain\.com
...
0
votes
1answer
40 views
I can't run apache, all against me, it says “The requested operation has failed”, see log?
Installing the Apache2 service
The Apache2 service is successfully installed.
Starting the Apache2 service
The Apache2 service is running.
ce] Apache/2.0.64 (Win32) configured -- resuming normal ...
1
vote
1answer
21 views
Simple query about the apache Include directive
I understand the principle of including external files into the httpd.conf using the Include directive, but I just want to double-check that I've understood how it works.
On our server, we already ...
2
votes
0answers
37 views
htppd.conf or other local issue loading any php file in one specific localhost directory [closed]
Firefox:
"You have chosen to open (no file name here?) which is a: application/x-httpd-php (12.6 KB) from http://localhost"
"What should Firefox do with this file? Open with () Save File [ BROWSE ]"
...
0
votes
0answers
5 views
connection partially encrypted, SSL for perl app [migrated]
I am getting error on FireFox "connection partially encrypted" other browsers show that's not encrypted...
When I setup apache with ssl I use "/var/www/html/" for default directory, but all scripts ...
0
votes
2answers
62 views
Restarting the httpd service in RHEL returns “Stopping httpd: [FAILED]” - How do I fix this?
This is my first indication of an issue:
$ sudo /sbin/service httpd restart
Stopping httpd: [FAILED]
Starting httpd: no listening sockets available, ...
0
votes
4answers
33 views
mod_rewrite redirects to www.example.com// when trying to access example.com
I have a VPS on which I'm trying to setup multiple websites. For one of them, with the current set of rules (below), accessing
hxxp://example.com
sends me to
hxxp://www.example.com// [note the ...
1
vote
1answer
78 views
Configure Apache server-status handler
This is on Apache/2.2.21. In httpd.conf, I had the following directive:
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from ...
0
votes
2answers
67 views
How can I configure Apache to use more of my CPU?
Apache threads are stacking up on one of my web servers (300-500 simultaneous requests, some taking 3-8s to process!), but CPU usage is very low (~10%). Page load time is slowing way down as a ...
2
votes
1answer
53 views
Why is the RewriteBase not working?
Here is what I am trying to do:
domain is thinkingmonkey.me
domain has 127.0.0.1 as IP addr
mod_alias is installed.
I have a conf file called directories.conf. In which I have all the ...
0
votes
2answers
37 views
mod_rewrite `Redirect` how?
I have 2 urls say thinkingmonkey.me and thinkingmonkey.com both have ip-address 127.0.0.1 (A.K.A localhost).
I want to redirect any requests to thinkingmonkey.com to thinkingmonkey.me.
...
0
votes
2answers
47 views
Finding Document Root
I can browse the company intranet site using the following URL.
http://192.168.1.2/admin/index.php
How do I find the full path of the file "index.php"?
I tried...
locate admin/index.php
and it ...
0
votes
1answer
28 views
What should I set ServerName to in httpd.conf if using only virtual hosts?
I have a linux server with 2 dedicated IPs that I use to host about 10 different sites with Apache's virtual host capabilities. Each site has its own domain name, and I use NameVirtualHosts to direct ...
0
votes
2answers
48 views
Unable to get mod_rewrite to stop processing
This is linked to Rewriting subdomain.domain.com when other 'subdomains' exist
I need mod_rewrite to 'stop' processing, but it seems to continue on.
On my registrar, I've set A records as:
...
0
votes
1answer
62 views
Rewriting subdomain.domain.com when other 'subdomains' exist
My httpd.conf looks like this:
NameVirtualHost 12.34.56.78:80
<VirtualHost 12.34.56.78:80>
DocumentRoot /var/www/html/site
ServerName www.example.com
<IfModule mod_rewrite.c>
...
1
vote
2answers
68 views
Subversion Checkout Yields Could Not Open the Requested Subversion System
I've installed subversion on our RHEL server and also installed dav_svn_module. My location tag in httpd.conf is as follows:
<Location /subversion>
DAV svn
SVNPath /subversion
AuthType Basic
...
2
votes
2answers
34 views
Get Apache2.2 to hide Microsoft documents that are being edited?
I have a htdocs directory where I am serving a few Microsoft Word documents. When someone is editing a document, the name of the document changes to look like something like this: ...
0
votes
1answer
57 views
If directive not working in apache VirtualHost conf, says “Invalid command”
Why??
<VirtualHost *:80>
ServerAdmin admin@mydomain.com
DirectoryIndex index.php
<If "%{SERVER_PROTOCOL} != 'HTTPS'">
Redirect / ...
0
votes
1answer
14 views
Directory directive for directory outside doc root - best practice
I have a virtual host which has access to a directory outside of its document root. In the config for this host I specify the directory directive to allow access to this directory.
<Directory ...
0
votes
1answer
55 views
Multiple virtual hosts on localhost for development
I'm using Xampp (Apace 2.2.20) on mac os lion for development. I have a number of CMS projects and i want to access them by going to cms1.localhost, cms2.localhost, cms3.localhost etc
Currently, with ...
0
votes
1answer
20 views
Can I change Apache configuration based on requestHeaders?
I need to configure filter settings (In Apache2) based on RequestContent header. Is it possible?
Specifically changes based on the value of one header.
(I'm using mod_line_edit to filter html in ...
0
votes
1answer
100 views
WAMP Server not working when I add a directory directive
I am attempting to put WSGI (python) on a WAMP server (Apache 2.2.21, Python 2.7, WAMP 2.2a). Unfortunately, when i add just a simple directory directive and restart, Apache won't start. here is the ...
0
votes
1answer
66 views
Redirect port / port 10000 to https apache
I have been reading around and trying different configurations to get a request to my server on port 10000 to redirect a http to a https request.
For some reason I can't figure out how to make it ...
0
votes
2answers
30 views
Setting http://domain and http://ip to show different directories
Can someone tell me what httpd.conf settings I need to acomplish this?
When in browser I access http://IP I want to show: /var/www/html/
And when I access http://domain I want to show ...
0
votes
1answer
85 views
Changing the order of VirtualHosts in WHM/cPanel
I have a need for one of the VirtualHosts that WHM is pulling from cPanel when automatically building httpd.conf to be placed last, because it uses a wildcard subdomain. Example:
<VirtualHost ...
1
vote
2answers
22 views
rewrite engine setting
I can see the following entries in /etc/httpd/conf/httpd.conf
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
What is the use of these lines in the config file?
0
votes
1answer
32 views
Protect by password the / and /index.php but not the other scripts
In the document root of my web server (Apache 2.2.15 on CentOS 6.0) I have an /index.php script, which I'd like to be password protected and then few helper scripts (/helper1.php, /helper2.php, ...) ...
1
vote
0answers
38 views
Apache2 ScriptAlias seems to be ignored
I have two vhosts configured on my Apache2 server. One contains the API and the other a mobile version of my app. Since the mobile version needs to access the API from its own domain, I decided to ...
0
votes
3answers
70 views
Inline includes for httpd.conf?
Let's say I have a file list_of_naughty_ip_blocks.conf. Can I use the include directive to achieve the equivalent of line 8 below in my httpd.conf? If so, what is the proper syntax? Anything to note ...
2
votes
2answers
204 views
Blocking by user-agent string in httpd.conf not effective
I'd like to block some spiders and bad bots by user-agent text string for all of my virtual hosts via httpd.conf but have yet to find success. Below are the contents of my http.conf file. Any ideas ...
0
votes
1answer
134 views
Setting up Virtual Host in Fedora Core 15 using apache
I'm trying to setup a couple of Virtual Host files on my Localhost PC running Fedora Core 15.
Now I get this working, but now onloy one Virtual Host site works, and if I type in ...
1
vote
3answers
118 views
Apache Performance analysis
I am having really difficult time with my web server. I have been tweaking things as per the suggestions on web, yet not able to find anything concrete.
My Apache process was eating 450MB under ...
1
vote
1answer
60 views
Handling default VirtualHost in Apache
please correct any of my statements if I'm wrong.
I've realized that VirtualHosts are loaded through httpd.conf line (exact path is individual)
Include conf/vhosts/*.conf
And each *.conf host is ...
0
votes
0answers
33 views
Using mod_rewrite with mod_jk
This is an extension of this question which I asked yesterday. While the answer to that question is correct, due to other circumstances that approach will be the last resort.
Therefore, I have tried ...
0
votes
1answer
227 views
How to limit bandwidth in CentOS using htaccess and not httpd.conf?
I'm trying to limit bandwidth in centOS. I have tried using bw_module, cband_module and bandwidth_module, but all of those required to use the httpd.conf and must restart httpd!
I have to do this ...
0
votes
1answer
33 views
dynamically scan dir and include any .conf file found and add them to httpd.conf
i want to make a somewhat dynamic subdomain thing for my members.
I looked into PHP, which didn't really meet all my requirements.
alos htaccess wasn't right for me either.
the only problem is that ...
1
vote
3answers
111 views
Apache - httpd.conf Include Files?
I have a large httpd.conf file, most of which is virtual hosts. Is there a way to make a file, say virtual_hosts.conf, and include it from httpd.conf? I've googled a bit, but can't seem to find much ...
0
votes
1answer
192 views
Apache HTTP Server+Tomcat: Which file generates mod_jk.conf, how to modify generated stuff, and how does httpd reach it?
I'm using XAMPP with Apache HTTP Server and Tomcat Add-On installed.
There's a default mod_jk.conf which is generated by Tomcat when starting it.
But which file generates this mod_jk.conf file?
How ...
0
votes
1answer
54 views
Apache server processes second request more slowly than first
I have an Apache server that has one Virtual Host with multiple Server Aliases, and I experience slow access times depending on what name I use to access the website.
My httpd.conf file:
ServerName ...
0
votes
2answers
168 views
How can I redirect any ServerAlias to the respective ServerName?
I want to 301 redirect all example.org to www.example.org. The following example is doing just that, but it's got a lot of noise to it and is thus hard to maintain and error prone:
<VirtualHost ...
0
votes
2answers
76 views
What is the problem with this apache config
So im getting the error 'Forbidden You don't have permission to access / on this server.' when I go to ec2.guildwars2community.com using this config
NameVirtualHost *:80
<VirtualHost *:80>
...
1
vote
2answers
151 views
MaxClients exceeds ServerLimit value…see the ServerLimit directive
I want to set my serverLimit to 1024, and I am using prefork.c
So, went to prefork.c, made the change, did make, make install.
Then I did an apachectl stop && apachectl start
Not I change ...
2
votes
3answers
291 views
Basic Apache httpd server setup becomes slow to serve images requiring frequent restart
I have an Apache httpd server running on RHEL 5.3. I'm using this server to serve static content (images) to for a website running on another httpd instance. In the public web directory are several ...
2
votes
2answers
48 views
Small confusion with access control directives in Apache
The access control to my server is defined like this:
Order allow,deny
Allow from 127.0.0.1
And this works the way I want it. First, only access from the local machine is allowed and then ...
-1
votes
2answers
71 views
I Have 5GB Free RAM and 70-130 Apache Processes - Improvements?
I want to tune my httpd.conf. I have constantly about 60-130 Apache processes (all 20+MB). However my server only needs like 3GB and I have 8GB overall.
My settings:
Timeout 10
FileETag None
...
0
votes
1answer
102 views
Linux Suse 11 and apache - httpd.conf
I have one problem and I hope you could help me.
I disable http and now using only HTTPS- SSL. In httpd.conf I use:
ProxyPass /comp1/ htt_://192.168.1.5/
ProxyPass /comp2/ htt_://192.168.1.6/
...
0
votes
1answer
68 views
Apache alias to Ruby on Rails application
I have a RoR application that runs in /var/rails/redmine, and would like it to appear as a subdirectory in my Apache server (primarily so I can use a SSL certificate and not muck around with ...
1
vote
3answers
274 views
How to speed up apache
We have a server with 8Cores, 16GB of RAM and RAID 0 SAS 10K drives. Our goal is to use this to serve a fairly simple php application quickly. We have tested all other components and we think we have ...
0
votes
1answer
20 views
Apache: Testing against multiple module
We can use Apache's IfModule directive to test presence or absence of a specific module. Apache also allows nested IfModule directives which can be used to test multiple modules, in other words we can ...
0
votes
0answers
70 views
Apache prefork.c: Are these settings worng?
I'm optimizing a apache server for ads displaying with OpenX. Actually, we dont got a lot of traffic, and the general load of the machine is really low, but actually, the CPU usage is over the 70%.
...