Questions tagged [apache-config]

Apache configuration is text based configuration file (or set of files) which are used to configure apache httpd web server

264 questions
0
votes
1 answer

Django Admin page with Apache2

I am running Ubuntu 14.04 on my notebook and I am using Django 1.6.4 (with virtualenv) together with Apache 2.4.7. I have set up a django project that is located under my home directory in /home/nick/Workspace/Web/kleyboldt_django (kleyboldt is the…
Nick Lehmann
  • 598
  • 1
  • 7
  • 25
0
votes
1 answer

(django initial setup) Django installation is redirecting all traffic to django page, fix?

I'm a complete newbie to Django. I've been trying to get it working on my Ubuntu server. everytime someone my server, it redirects to the "Congratulations on your first Django-powered page." It completely ignores the index.html file in the www…
0
votes
0 answers

Apapche conf file deny access to a specific directory for external networks apache 2.2

I have a directory /data/generated/job/ inside of /jobs/ i can have sub directories etc. I also have a alias set up for /data/generated My conf files looks like this. AllowOverride None Order…
Yeak
  • 2,470
  • 9
  • 45
  • 71
0
votes
1 answer

Optimal apache configuration

I have the pre_virtualhost_global.conf with these settings (worker MPM): KeepAlive On KeepAliveTimeout 10 MaxKeepAliveRequests 500 ServerLimit 16 MaxClients 512 MinSpareThreads 96 MaxSpareThreads 512 ThreadLimit 64 ThreadsPerChild…
zsola3075457
  • 177
  • 4
  • 14
0
votes
1 answer

Redirecting to a sub folder and then removing the subfolder from the url while loading index.php

Im battling to get something right on my live web server. The scenario: I recently re-structured my YII project to allow for multiple applications to use the same images/db connection within one project. "/common" - All images,extensions, models…
Jack Kitley
  • 375
  • 1
  • 2
  • 16
0
votes
2 answers

redirect to subfolder and then hide subfolder from url

i have a url: www.example.co.za. when i go to that url i can see my directory structure. This is my document root and needs to remain my document root so that i can access all underlying folders. inside my document root i have the following folders.…
Jack Kitley
  • 375
  • 1
  • 2
  • 16
0
votes
3 answers

Subversion (SVN) Propfind 405 error

I am brand new to Subversion and have been told that this is the best thing since sliced bread. I have tried Google, and I am just drawing blanks on what is wrong and have tried multiple different suggestions. I get the following error. The…
Joe
  • 655
  • 1
  • 11
  • 24
0
votes
4 answers

display image form other sever and path display on browser should be mine server

I want to show some images from other sites but i want my own servers url without storing at my end. in code i write like this but on bowser source display as
Mehar
  • 61
  • 1
  • 8
0
votes
1 answer

403 error in accessing localhost after wamp installation, despite having "Allow from 127.0.0.1" in apache conf

I've just installed Wamp and I'm getting 403 access denied error when I try to access http://localhost.I've checked my apache configuration file and it has the line Allow from 127.0.0.1 in both and
0
votes
2 answers

Apache RewriteRule

I have an encoding problem, using the Apache rewrite rule below: RewriteRule ^/somethingx/somethingy/somethingx_somethingz(.*) /somethingx/somethingy/somethingx_somethingy/$1 [L,R=301] The Rewrite rule works fine but except it is encoding '?'…
test
0
votes
4 answers

Apache/PHP confuses dir name and script filename?

Why does an URL like http://192.168.1.116/wordpress/wp-content/themes/bktf/frameworks/back-end/theme-options/options/fields/font/field_font.js.php?ver=1358535557 ...ends up serving…
NeuronQ
  • 7,527
  • 9
  • 42
  • 60
0
votes
1 answer

Apache vhosts config RewriteCond to ignore part of URL

I am attempting to control redirections on my site using the Apache vhosts config. I have two-letter regions setup, such as /fr, /de, /es, which I am currently ignoring as you will see from my vhosts file below. However I also have a 301 permanent…
crmpicco
  • 16,605
  • 26
  • 134
  • 210
0
votes
1 answer

How to make PHP handle a non-existing file request via Apache directives?

I am trying to write a PHP extension that executes some operations for specific requests. The problem is that, even if the handlers are set correctly for PHP to run, unless the request URL is mapped onto an existing file, it just displays a 'Not…
ravemir
  • 1,153
  • 2
  • 13
  • 29
0
votes
1 answer

Requests to /favicon.ico consistently returns the Subversion favicon.ico but I can't find the configuration resulting in this

On one of my servers which is being used for some internal development spaces and the likes, are configured with Apache, Git, Subversion among other things. The VirtualHost configuration is nothing out of the ordinary and I thought I had full…
0
votes
0 answers

Django Deployment on Apache's virtualhost

I have a wordpress (/var/www/cb), which I wish to run as root (www.cb.com) and one Django app (/vc/cb/cb) as a subdirectory (cb.com/launch). ServerAdmin info@cb.com ServerName cb.com …
Houman
  • 64,245
  • 87
  • 278
  • 460
1 2 3
17
18