Apache (HTTP Server) /əˈpætʃiː/ is a modular cross-platform web server software with a large variety of features(called modules) including SSL, compression, log, proxy and server-side programming language interfaces like Perl, Python, Tcl, and PHP.
0
votes
0answers
4 views
How can I ensure Apache HTTPD server works with OpenLDap installed on my computer?
I have the following modules installed on my computer:
openldap-2.2.13-12.el4_8.2
nss_ldap-253-7.el4
According to the documentation Apache can work with more than one LDAP module:
...
1
vote
0answers
22 views
No module names URLs on Django with mod_wsgi?
I am trying to run a Django project using Apache2 mod_wsgi on my Debian 6 machine. This project runs fine if I start this project with the development server. But now I get this error:
Exception ...
0
votes
1answer
15 views
Apache: One setting for multiple directories
I'd like to protect multiple directories with mod_digest with one settings.
Currently I have this /etc/apache2/conf.a/mod-digest_realm-protected.conf
AuthType Digest
AuthName "protected"
...
0
votes
1answer
12 views
How to rewrite part of a url using apache rewrite rule?
www.example.com
The site has categories like:
reptiles, vegetables, countries
And pages within each category, with urls like:
www.example.com/reptiles/iguana.html
...
0
votes
0answers
7 views
Using htaccess to force https not working for full urls with htpasswd
I am currently using htaccess to force all http requests on my apache2 server go to https. https is setup and working properly. The htaccess rewrite is working if i use just the base domain name (ex: ...
0
votes
1answer
11 views
0
votes
1answer
25 views
How to deploy Django with mod_wsgi on Debian machine?
I have installed apache2, mod_wsgi on my Debian machine and added this on my apache2.conf file:
WSGIScriptAlias /home/zurelsoft/Documents/workspace/genalytics/genalytics/wsgi.py
WSGIPythonPath ...
0
votes
0answers
21 views
Benefits of using Nginx & Apache together?
I've heard of some people using Nginx and Apache on the same server.
I've got 2 main questions:
What do each of them do better than the other? I can't find much.
Is proxying them together the only ...
0
votes
0answers
5 views
Apache : not found/apache2: 2: /etc/apache2/envvars: [migrated]
Recently, i switched from Nginx due to a compatibility issue that i had with URL rewrite, i just couldn't get it and i already had it set up for Apache, When i tried to install apache Again, i ...
0
votes
0answers
17 views
Running django project with apache2 and mod_wsgi on debian server
I am trying to run my test application written in django 1.5 following this link using apache2 and mod_wsgi. I created a django project tests in /root directory of my vps server (using startproject ...
-1
votes
2answers
44 views
Trying to run a python django website but Mod_wsgi is not working
I am trying to run a pyhton django project using apache2 and mod_wsgi on linux.
It doesn't seem to be running any of the python code. When I enter the website's url (mysite.com on my server) in my ...
0
votes
0answers
3 views
Apache2 not executing cgi scripts
I have Debian server with apacha2 insalled, trying to execute a cgi script on it.
I get 403 error, and records in logs saying "I have no permission to execute cgi files".
I have mentioned my ...
0
votes
1answer
14 views
ASP.net MVC configuration issue without mod_mono
We're developping an MVC .Net website supposed to run on linux.
It worked fine with mod_mono but we're forbidden to actually use mod_mono on the production server for performance matters. Also, we use ...
0
votes
0answers
10 views
Magento: getting rid of intermediate /index.php/ from server pathname: broken links due to index.php in URL
I am running a magento 1.7.0.2 installation on Ubuntu Desktop 12.04 LTS with
Apache 2.2.22. I have installed magento in /var/www/mymagentoinstallation.
When I go to ...
0
votes
0answers
9 views
Very long initial loading time for static JavaScript files with apache2
The initial loading time of my html5 app (JavaScript file loading) is very long.
So I started out to find the problem.
Apache Version: 2.2.12
With firebug I saw the time statistics for my jquery ...