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)

7
votes
0answers
472 views

htaccess rewrite rules with mod_GeoIP

I'm having some issues with mod_geoip for an ecommerce site that has 3 different stores. We have our main store at root/store, but also have have stores at root/ukstore and root/austore. The main ...
5
votes
0answers
419 views

Apache proxyPassReverse and Websockets

I've been working on a Perl Mojolicious project that uses websockets. I'm wanting to launch it on a shared server running apache and use proxyPass and proxyPassReverse to make the url prettier for my ...
4
votes
0answers
754 views

Mod_Proxy 502-Proxy Error intermittently

I'm Using Apache 2.2.16 and Tomcat 7.0.16. I have 3 Tomcat instance which executes 3 different war files. To bypass the request I have configured httpd with mod_proxy. 3 Tomcat instances are running ...
4
votes
0answers
2k views

Android DefaultHttpClient HttpResponse missing Set-Cookie header field

I have a server that uses spring security remember-me-authentication to which I login using Android DefaultHttpClient in a POST method. I am able to successfully login and even able to retrieve the ...
3
votes
0answers
116 views

Apache not sending Last-Modified header even if explicitly set

I have a problem with the Last-Modified header. I created a simple test page: <? header('Last-Modified: Thu, 14 Feb 2013 12:41:31 GMT'); ?> When I open this test page with my browser, if I ...
3
votes
0answers
107 views

video streaming flow control on Apache

I have set up a Apache server with mod_h264_streaming-2.2.7 module installed. The client can view a .mp4 video via html5 or flash player embedded in a webpage. I intend to regulate the flow rate for ...
3
votes
0answers
158 views

BIRT report with web service data source throwing exception Unable to open connection. org.eclipse.datatools.connectivity.oda.OdaException

I am trying to user web service as a datasource for BIRT report. Report run well in Eclipse but from the webviewer deployed in tomcat it doesn't. BIRT version : 4.2.1 Tomcat: 6 Below is the ...
3
votes
0answers
351 views

Mod_wsgi + Python 2.7.3 Segmentation Fault (11)

I've compiled on a RHEL5 the Python 2.7.3 + mod_wsgi 3.4. Running my scripts I've seen that sometimes they work but most of the times I see a blank page . I've checked the error log and I've seend ...
3
votes
0answers
419 views

Apache ProxyPassReverseCookiePath does not work on second application instance

I have two equal web app instances in Tomcat which are made available by Apache's Reverse Proxy. The first one works just fine but the second one has a problem with getting data from the session (null ...
3
votes
0answers
177 views

Virtual Host Config Issue? (80, 443, 8080)

I have an issue I can not seem to get around. I setup apache 2.2 with SSL and it works like a charm. I have it redirecting to SSL with out issues as well. The java application that runs on the ...
3
votes
0answers
186 views

fatal error: 'apr.h' file not found when installing x-sendfile mac os x mountain lion server

When I upgraded my Lion Server to Mountain Lion, it seems that it removed my mod_xsendfile from apache. I followed the instructions from this web site, but got stuck with a "No such file or ...
3
votes
0answers
313 views

How can I use Shiro SSO

how should I configure SSO shiro in web application In my web app I want to access another weba app . But I am new to shiro and having difficulties with SSO.. So anyone can help me
3
votes
0answers
476 views

installing apache mod_ssl with latest openssl version (/usr/local/openssl)

I need to update my apache 2.2.21 installation to use the latest openssl version. But somehow it just keeps using 0.9.8k. (according to server-status). I followed this guide and compiled apache with ...
3
votes
0answers
141 views

how to support “require group foobar” in mod_auth_cas

I am using mod_auth_cas to protect my tsdb site, and the example as follows. when I use "require valid-user", it works well. but I want to only allow some people view my site, so I use "require group ...
3
votes
0answers
165 views

Leaving Wordpress Core Files untouched shared between multiple blog installation

For many reasons I can't use the wordpress network solution.. I will have to maintain multiple wordpress sites on the same server and I'd like to share the core between them. What I'd like to achieve ...
3
votes
0answers
696 views

Does Aries managed-service-factory also manage properties?

I'm using Apache Aries 0.2 in Servicemix 4.3.1 and creating a cm:managed-service-factory. Creation of the services with .cfg files works fine (except for #ARIES-584), but the properties from the .cfg ...
3
votes
0answers
780 views

Create vhost conf

I want to configure a vhost for php so that my open base dir restriciton is overwritten but it does not use my vhost.conf. My php.ini always shows open_basedir /var/www/vhosts/domain/httpdocs/:/tmp/ ...
3
votes
0answers
634 views

How do you set the Access-Control-Allow-Origin header for the HTTP basic authentication response in Apache?

I want to use XHR to log in to a site that uses HTTP basic authentication. The following piece does this. http = new XMLHttpRequest(); http.open("get", "http://...", false, username, password); ...
3
votes
0answers
268 views

Need to display three Apache Trinidad charts in three columns instead of the default two

I have created three charts using the Apache Trinidad chart component and I am having trouble customizing the display of the charts. By default, the charts (or gauges in my case) are displayed in two ...
3
votes
0answers
913 views

Mono 2.10.1 apache errors: Command stream corrupted, last command was -1

When starting a test mono server, Immediately the site is giving quite a few errors. The error I'm particularly concerned about is [error] (70014)End of file found: read_data failed [error] Command ...
3
votes
0answers
261 views

Disable stickyness on apache mod_proxy_balancer

I want to configure Apache Web Server to meet the following requirement: Access server1 while it's working. Access server2 only when server1 does not respond. When server1 responds, access server1 ...
3
votes
0answers
551 views

What is the cause of 500/503 error in Apache/Mono?

i have web services deployed in Apache/Mono server in my production. It is working fine, but sometime it throws 500 error(internal server error) in my apache log in a random manner (i.e., it throws ...
2
votes
0answers
24 views

Drupal 7 Login can't view admin bar, Fresh Install via Drush on CentOS 6.3

I've spent quite a few hours trying to figure out what the problem is. The issue is: Login works but the page doesn't change once I log in as admin. I know that the login works because wrong ...
2
votes
0answers
13 views

What is wrong with my MINA message? Going over a NioSocketConnector and failing, causing MINA to stop

I have a NioSocketConnector, and have successfully gotten the IoSession. I can write test messages ("abcdef", "|", "(asdfb)", "1234567890", etc.) My "real" messages error and cause the connection to ...
2
votes
0answers
101 views

DWR call throws “Failed to read input” in IE8, appearing too frequent

This issue occurs in IE8 only, On browser it throws http 502 error ,while in apache it throws http 103 & my application breaks due to this error After adding sysout in dwr jar i got the ...
2
votes
0answers
41 views

Using of Session Database on multiple Apache Servers

I have been working on a webApp which should be able to perform tasks only by using AJAX. It seems to work pretty good, but I am running into a problem, because I do not store Session variables on the ...
2
votes
0answers
51 views

How do I single sign on between Bugzilla and Node.js?

Bugzilla runs behind the Apache webserver (mod_perl2) and stores the users in MySQL database. Node.js is it's own webserver. How do I single sign on the user in the Node.js app using the user data ...
2
votes
0answers
51 views

Force redirection to HTTPS with query params by HAProxy

I am using HaProxy to load balance incoming requests and do sub-domain based redirection. Now I want to make all incoming request forcefully HTTPS, with query params. For ex:- ...
2
votes
0answers
23 views

Can I use a single AndroidHttpClient instance for multiple calls smultaniusly

AndroidHttpClient is said to be thread safe. Just to make sure - does it means that I can use a single client instance in my app for all the HTTP requests? Is there a reason not to do so? In its ...
2
votes
0answers
66 views

Restrict access based on country and user agent

I want to allow access only to my country(using cloudflare) and user agents (for SEO bots). So actually my country and user agents (for SEO) will have access to allow/index.html, while everybody else ...
2
votes
0answers
34 views

Move top level domain to sub-directory to host multiple sites on same domain using Apache

I have a multiple sites on different domains using a SaaS LAMP application. I'm attempting to move all of the sites under a single domain, and allow for additional sites to be added without monkeying ...
2
votes
0answers
54 views

PHP openssl_sign DIES

I am trying to use openssl_sign in PHP but every time the page says: Cannot display the page. It throws error. if i put die("hello"); right before openssl_sign function then it displays hello but if ...
2
votes
0answers
219 views

How to refresh jsessionid cookie in Apache/Tomcat loadbalancer

I'm using one Apache HTTPD and multiple Tomcats as the load balancing solution. The session sticky is based on JSESSIONID cookie. I have two questions that really need your help. 1) Tomcat version is ...
2
votes
0answers
82 views

Every other refresh of a page containing a $.ajax() request causes a status 412 error

The problem only occurs on Safari for Mac. I'm loading clean json data files, with the following: $.ajax({ url : url, type : 'POST', dataType : 'json', contentType : ...
2
votes
0answers
78 views

Adding i18n using subfolder technique and a Proxy

I've a webapp running on context "/" and I want now to internationalize it using a subfolder technique. I want the same site previously hosted under http://www.mysite.com/ now to serve different ...
2
votes
0answers
31 views

How do freshen a phar cached with the phar.cache_list directive?

I added my phar to the cache_list directive in php.ini and caching worked great. A few days later I updated the phar now I get the following error: Warning: ...
2
votes
0answers
74 views

Reduce Initial Connection & TTFB Time

Similar Question: Here Website: Cleanfiles PPD Network Raw Server Link (Skip DNS): http://173.247.246.58/ Waterfall view (Webpage Test): I recently moved to a new server. All PHP scripts and ...
2
votes
0answers
110 views

Http request duration with PHP5/Apache2

Is there a way to get reliable information from HTTP server about the duration of a HTTP request? Scenario of interest: An AJAX request with data payload is dispatched targeting PHP script using ...
2
votes
0answers
144 views

Apache limit video stream speed

What is the best way to optimize video streaming on CentOS + Apache web server using either a PHP function or Apache module. So in term I want to limit video streaming speed for each visitor to ...
2
votes
0answers
100 views

Specific file monitor using org.apache.commons.vfs2 API

I want to perform some operation after a file named (XXXXXX.txt) created in the sepcific directory. I just dont want to monitor the whole directory. How can i achieve this using ...
2
votes
0answers
130 views

WAMP Server won't allow me to visit php files

I have tried some of the techniques on the other questions here to no avail. For some reason, after 3 weeks of no use, yesterday when I turned my laptop on and activated WAMP server (with no apparent ...
2
votes
0answers
204 views

How can I run ASP.NET MVC3 in Apache?

I have an Ubuntu 12.10 server installed running Mono 2.10.8. I also have Apache2 running and was able to run ASP.NET with mod_mono version 4. I am now trying to run an ASP.NET MVC3 web app, but I get ...
2
votes
0answers
60 views

Solr Document Tagging

I am working with Solr and my need is to tag documents that are indexed based on the content that resides within the documents. I am thinking of using KEA for extracting key phrases. So i wanted to ...
2
votes
0answers
194 views

Apache redirect subdomain to folder, process folder as subdomain

It may looks complicated but I need to change the structure of an existing website to bring it to a more seo friendly level. Current structure is subdomain oriented. ex: ...
2
votes
0answers
57 views

How do I configure Apache to not log certain cookies?

I have Apache running as a proxy and I want to log the cookie string as part of the requests that come through the proxy, but I there are certain cookies I want to exclude since they contain sensitive ...
2
votes
0answers
110 views

apache FTPClient deleting file on FTP while it is uploading

The FTPClient (org.apache.commons.net.ftp.FTPClient) hangs up when another Client consume (delete/move) the file while the FTP is still uploading. Here is the code how i upload the file: ...
2
votes
0answers
77 views

Sending a 307 Redirect using Apache before receiving the full POST payload

Is it possible to send a 307 redirect header before receiving the full POST payload? I've a website which has to redirect a POST request to a third level domain; everything work fine except the fact ...
2
votes
0answers
88 views

.htaccess not loading, even after httpd.conf changes

I was trying to fiddle with wordpress permalinks the other day, and they weren't working. (returning 404s due to not reading the .htaccess under a nested .htaccess) After a little Googling, I decided ...
2
votes
0answers
130 views

Apache 2.2 with mod_jk / Tomcat 6.0 / Removing context paths with 2 wars

I'm currently using a unique server to host 2 Java EE applications. The server is a Linux Debian 6, with Apache 2 and Tomcat 6. I'm using mod_jk in order to remove port from url. Until now, those ...
2
votes
0answers
331 views

Apache Cordova Windows Phone 8 App ajax call request status returns 0

I have developed an app using Apache Cordova Windows Phone 8 framework.I am working on emulator. My first page makes an ajax call to a WCF service to show list of employees depending upon user ...

1 2 3 4 5 159