apache-config Questions
3
I am trying to use Django with Apache (and mod_wsgi). With the default Django webserver everything was going well, but now I get 403 (access forbidden) error when trying to load the page. I searche...
Stoneblind asked 20/9, 2010 at 7:13
2
Solved
Is there a way to use variables of some sort in an apache httpd.conf file? I'd like to define a value and use it throughout a block, as in
define myvar somename #or whatever the syntax would be
al...
Errantry asked 13/1, 2011 at 20:3
2
Solved
I have a directory called /var/www/icons on my web server, which is also referenced as an alias in my Apache config as seen below:
Alias /icons/ "/var/www/icons/"
The directory contains a ...
Microtone asked 24/8, 2012 at 13:47
1
Solved
I am getting a "Location not allowed here" error with this .htaccess.
Does anyone have any idea on how I should fix this?
<Files 'login'>
AuthName NTLM
AuthType NTLM
NTLMAuth on
NTLMAut...
Patras asked 12/7, 2011 at 16:47
1
I have a question about apache configuration. Please help me!
My server run multi virtual hosts (multi domains). But, every time I edit a vhost file, I have to restart apache, and, server have to ...
Tension asked 13/9, 2010 at 6:39
1
How do I make a directory listing in apache show the ./hidden files? I tried both
<Directory /var/www/*>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
al...
Alcot asked 10/3, 2011 at 21:27
1
Solved
By default, Apache2 seems to allow only 1 connection per IP address.
How do I configure Apache2 to allow multiple simultaneous connections from the same IP address?
Here is my situation:
a web ...
Background asked 17/8, 2010 at 20:17
1
Solved
I have a server with several virtual hosts. Now I want to set up the error documents for the whole server. I have located my error sites in /var/www/error/*, but with the ErrorDocument directive I ...
Languor asked 22/7, 2010 at 17:5
1
Solved
I have two different domains I want to use for this website, how can I configure the virtual host to make this work?
Is it possible to assign it more than one server name?
Multiplier asked 30/4, 2010 at 13:25
© 2022 - 2024 — McMap. All rights reserved.