The Apache HTTP Server, commonly referred to as Apache, is an open-source HTTP server for modern operating systems including UNIX, its variants and Windows. Apache is a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.

learn more… | top users | synonyms (1)

1
vote
0answers
2 views

apache shiro Implementatation

I have knowledge of spring jsf and hibernate. I have integrated them and create my own framework. Now I want to add session management to my framwork using apache shiro. But i dont have any knowledge ...
0
votes
0answers
8 views

multiple domains in server - howto

let's suppose we have shopify.com,a platform where everybody can create his e-shop and provide it under his domain,the user can add his domain in other words. When somebody ads a domain,what's ...
0
votes
0answers
3 views

Dynamic vHosts in Apache (Include Perl/PHP Script)

In this answer: http://stackoverflow.com/a/4597431/1948292 I've read that you can include dynamic configuration content generated by interpreter on the fly. How does it work? like this in Apache ...
0
votes
1answer
16 views

RewriteRule creating 500 Internal Server Error

I have the following in my .htaccess file: Options +FollowSymLinks RewriteEngine on RewriteRule ^directory/(.*)$ directory/index.php?id=$1 What I'm trying to achieve is this: When the URL ...
0
votes
0answers
7 views

HTTP to HTTPS Redirect Causes POST to GET

I've set up a general http to https redirect in my ubuntu virtual host file as shown below: NameVirtualHost *:80 NameVirtualHost *:443 <VirtualHost *:80> #UseCanonicalName Off ...
0
votes
0answers
9 views

apache.commons.configuration Unable to load the configuration from the URL

For a project I'm working on I need to change some property values at run time and save them. Looking for a solution I found the apache commons configuration. I have looked at some others topics ...
0
votes
0answers
7 views

defining .htaccess to serve backend/frontend

I thought this would be easy, but I can't for the life of me get this to work. My app is running on a shared host (using Apache). The app structure currently looks like this: / app backend // ...
0
votes
1answer
10 views

how to output a MYSQL Database Backup file without saving the file first?

I have the below script which is not working as it should: The script should create a sql file for my database and output the file directly instead of saving it but instead i am getting an empty ...
1
vote
0answers
16 views

Recursive method in JSP hangs tomcat

I have a recursive function defined inside my JSP- <%! public void displayFiles(HashMap files, JspWriter writer) throws IOException { Iterator iterator; iterator = ...
0
votes
0answers
10 views

Htaccess rewrite rule for string and substring

I have written the htaccess for my application which is working fine for all. i.e., Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^/* ...
0
votes
0answers
35 views

How to execute a perl code in localhost?

and I want to be able to view a sample web Perl code through localhost. I have read in the internet that i should put those codes inside cgi-bin but I'm confused, I have a cgi-bin inside /usr/lib/ ...
0
votes
1answer
32 views

java.lang.NoClassDefFoundError: apache-tomcat-7.0.25

While deploying my application to a tomcat server I'm facing following errors: 2013-06-14 07:54:36 ErrorLogger [ERROR] Job (DEFAULT.NearByRioDeJaneiro threw an exception. ...
0
votes
1answer
13 views

HTACCESS Rewrite Rule .*

What does this Line do? RewriteRule .* http://www.test.de [L,R=301]
0
votes
0answers
2 views

Apache and IIS Proxy Issue

I am using Apache httpd to internal IP diversion. I am having the web application in IIS and SSL installed in IIS server. If i am accessing the url https://.. then it will come to the Apache and it ...
0
votes
0answers
8 views

Centrify for Apache - silent authentication, works in Chrome but not IE8, get a login box

We are trying to setup single sign on / silent authentication via Apache 2.2.21 RHEL5. Using Chrome, it works fine - accesses web pages, no login box, but AD user credentials are available. Using ...

1 2 3 4 5 1770
15 30 50 per page