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)

2
votes
0answers
332 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 ...
2
votes
0answers
164 views

PHP values not posting when 2 forms are posted in quick succession

I'm using Apache 2.2.22, PHP 5.3.10 and IE7 (it's on work intranet so I have no control over the version of IE). I was using a later version of Apache (2.4.3, on which my php was working perfectly) ...
2
votes
0answers
130 views

HttpPost Java with Apache Library

I'm trying to get a confirmation response from a server after sending a json file to it. I can't see what the problem is with the following. I've been consistently getting a 502 error when attempting ...
2
votes
0answers
125 views

Ajax over SSL works on Mozilla Firefox, but not on IE

As the subject states my hunch it has something to do with IE and certificates, but I need an expert opinion. Background: My ajax url looks something like this: ...
2
votes
0answers
65 views

jWebSocket on mobile browsers

I've developed a web application which uses jWebSocket. I've put it together on an Apache Server and accessing the site with a desktop browser works fine. But it's not working on mobile browsers, ...
2
votes
0answers
79 views

Not being able to locally view webpage on Tomcat server?

I have a Java 2E project that essentially handles things on a website. The xhtml code is fine, and on my laptop I am able to run the Apache Tomcat server in Eclipse, and open up my web browser and go ...
2
votes
0answers
162 views

Using Apache over WC Portal, the jsessionid cookie is not recorded

I have the following schema when regarding servers redirection: 1-Apache OHS (port 7274) has a VirtualHost configured to redirect requests do the WebCenter server. The configuration has been done as ...
2
votes
0answers
91 views

Fatal Error Class file for 'DOMDocument' cannot be found

We are using one application with httpd server. For performance, I moved httpd from prefork.c to worker.c, then i restart httpd. now i am getting following error . Fatal Error Class file for ...
2
votes
0answers
137 views

Apache Commons File Upload versus Ftp

Am trying to understand a Java based exsiting codebase involving file upload using Apache File Upload on the Apache server. Wondering if there is a reason why we cannot use or if there is any downside ...
2
votes
0answers
455 views

Apache's ProxyPass and ProxyPassReverse equivalent in IIS

Is there Apache's mod_proxy equivalent in IIS? I have following configuration in my Apache's httpd.conf (mod_proxy enabled): Header add Set-Cookie "ROUTEID=hej.%{BALANCER_WORKER_ROUTE}e; path=/;" ...
2
votes
0answers
156 views

Apache 2.2.16: client denied by server configuration

I have problem with my server configuration. I use Apache 2.216, PHP 5.3.3 and wordpress 3.4.2 with Shopperpress. Time to time I receive error "client denied by server configuration: path/to/file" in ...
2
votes
0answers
81 views

mod-ndb. Is it alive?

Does anyone know if mod-ndb project is dead now or what is going on? I need its functionality but their link to documentation is dead and last changes to source code were made two years ago. And if ...
2
votes
0answers
127 views

Fresh installation of Apache and Symfony2, error: Container extension “security” is not registered

I've got a problem with Symfony2. Because I want to use wincache in Windows 8, I have to install php NTS. So I've installed Apache 2.4.3 from: http://www.apachelounge.com/download/ and php 5.4.7 ...
2
votes
0answers
216 views

SSL Error when connecting to VisualSVN

My VisualSVN Server was working fine until we got a new router, now when I try to use TortoiseSVN to do a checkout I get the error: `Unable to connect to a repository at URL` . OPTIONS of URL: SSL ...
2
votes
0answers
771 views

httpd.exe Entry point not found

I needed to upgrade my local PHP version so I backed up my htdocs folder, reinstalled XAMPP using the windows installer and copied back my backup. I tried running the apache module to be greeted with ...
2
votes
0answers
163 views

Java website on Tomcat PHP website on Apache - how to get PHP web pages into Java web pages?

We have a Java web application deployed on Tomcat. We also setup Apache and mod_proxy_ajp to route web requests (port 80/443) to Tomcat. We would like to deploy a PHP application on the same Apache ...
2
votes
0answers
823 views

Apache “authentication failure for ”/“: Password Mismatch”

I am a newbie to Apache, using Apache 2.2.22. I am trying to password protect my whole localhost website using .htaccess; .htaccess is located in /Apache/htdocs and the password file is in ...
2
votes
0answers
415 views

XAMPP with Apache; .htpassword passwords dont get read as encrypted

When trying to password protect a page using .htaccess and .htpasswd, I go to the page I have protected and type in the username and password. The problem is the password I encrypted is not the one I ...
2
votes
0answers
288 views

how to secure apache cxf webservice(jax-ws) using oAuth 2.0

I have deployed webservice in tomcat using apache cxf .how to secure that webservice using OAuth 2.0?i have gone through the below url but i didnt understand much.please provide any working example ...
2
votes
0answers
273 views

How to make mod_cache work properly with dynamic content?

I'm trying to use mod_cache to cache dynamically generated content. This is my Apache config: CacheEnable mem / MCacheSize 4096 MCacheMaxObjectCount 100 MCacheMinObjectSize 1 MCacheMaxObjectSize 2048 ...
2
votes
0answers
122 views

Tomcat email notification upon deployement

Wondering is there is a way to generate notification when an application is deployed on Tomcat 6. Right now we use Tomcat Manager web interface to deploy our applications. We have two tomcat instances ...
2
votes
0answers
179 views

Symfony2 Content Encoding Error in production error pages

I've got this error only on a specific host, and only with symfony2 application. This error appears on all s2 generated error pages - 404, 500, etc. I'm using symfony2 on two other production servers ...
2
votes
0answers
237 views

Integrate Solr & Mahout

Solr/Lucene provides the relevancy score for a fulltext search, and Mahout provides recommendations of items for a user along with the preference score. Right now I have both Solr and Mahout working ...
2
votes
0answers
119 views

Apache Content Negotiation, File Extensions, and Permanent Redirects

Given an Apache 2.x web server that uses Content Negotiation (+MultiViews) to access URLs without their extensions (e.g., allow /foo vs. /foo.php or /foo.html), how does one issue a 301 permanent ...
2
votes
0answers
222 views

Should I use FastCGI or SuPHP for my VPS?

I have a VPS running Centos and a Cpanel installation. 2 GB RAM. It currently runs Apache 1.3.42. I could also use 2.0.64 or 2.2.22, should I upgrade? PHP (5.3) runs as SuPHP. I'm wondering if ...
2
votes
0answers
355 views

installation and configuration of james server on local host

i tried google, youtube for some kind of demo's or instructions .. but couldn't find any.. i tried going through the james server's website and i also tried some article on ibm ...
2
votes
0answers
897 views

Apache, mod_ssl “request failed: error reading the headers” for a specific user

Currently we have an Apache 2.2.3 server with mod_ssl 2.2.3 running Django, with users authenticating by using a x509 certificate. So far the system is running perfectly except for a single user, who ...
2
votes
0answers
489 views

Invalid command ‘Order’, perhaps misspelled or defined by a module not included in the server configuration failed

when i try to start or restart my apache server , i get bellow message : Syntax error on line 162 of /etc/apache2/apache2.conf: Invalid command 'Order', perhaps misspelled or defined by a module not ...
2
votes
0answers
439 views

http streaming using vlc, apache web server

I was wondering if you could help me in the following scenario. Currently I am receiving a udp stream in H.264 format and would like to use vlc to transcode it to a mobile device format and turn it ...
2
votes
0answers
219 views

Section | Word using Apache POI

I would like to know if it is possible to block sections on Word using Apache POI. and if anyone has any examples or tutorials that could help me. Thank you very much. :)
2
votes
0answers
531 views

How to install a mod_ftp module on a MAMP server

Background: I recently installed MAMP, and am using it as a production server. The server setup did not come with an FTP server, and from what I've read, you can set up an FTP server via mod_ftp, an ...
2
votes
0answers
243 views

Fastcgi app blocking on FCGX_Finish_r in combination with apache

I have a fastcgi app running several hundred requests per second. Most of the requests finish in a millisecond or less, but some are taking up more than half a second. When outputting some more ...
2
votes
0answers
240 views

Apache+Passenger Optimization Questions?

I am working to optimize the speed of a Rails application we have in production. It is built on an Apache,Passenger,Rails 2.35, Ubuntu on an m1.large EC2 instance (7.5GB RAM, 4 Compute Units) We ...
2
votes
0answers
601 views

Apache not processing encoded URLs with %3F

The problem url links to my website are of the form /fullpage.php%3F%20cp3_Hex%3D0F0200%26cp2_Hex%3D000000%26cp1_Hex%3DFC2024 The un-encoded url is ...
2
votes
0answers
59 views

Is it possiable to set ExpiresDefault to a path ?

caches_pages index will produce ~/proj/public/index.html if we visit http://example.com/ Is it possiable to set ExpiresDefault to this index.html ? such that if we visit http://example.com/ ...
2
votes
0answers
6k views

Apache Timeout Configuration

We are using apache 2.2 version and we have three servers configured for load balancing purpose (like as below) BalancerMember http://node1:port/ route=node1 BalancerMember xxxx://node2:xxxx/ ...
2
votes
0answers
392 views

Reverse Proxy Sending “Internal Server Error” When Sent Non-Standard HTTP Status Code

We're running a JBoss web service behind a reverse proxy, using Apache 2.2.21 on OpenSuSE 12.1. All the services return standard HTTP status codes except for one situation, where we wanted to indicate ...
2
votes
0answers
280 views

JavaFx 2.0 with Apache Pivot 2.0

Is there a way the two (JavaFx & Apache Pivot) can inter operate within the same application? That is, can I add a Pivot "Component" on a JavaFx "Stage" or add a JavaFx "Node" on a Pivot "Window" ...
2
votes
0answers
160 views

Apache + PHP (php-fcgi) doesn't show or log errors

I've got a problem. There is Apache/2.2.16 (Debian) and PHP 5.3.3-7+squeeze8 with Suhosin-Patch (cgi-fcgi). ini_get_all() shows that display_errors is "On", same as log_errors but. When there's an ...
2
votes
0answers
427 views

Open source applications using apache mahout algorithms

I'm working on a project using hadoop. Now I want to test a data intensive application on the hadoop.I checked out apache mahout machine learning algorithms.Are there any open source applications ...
2
votes
0answers
177 views

custom Tomcat RPM with native libraries installed (apr) in one package

I created a customer rpm from the latest tomcat just by using a simple unpack. This tomcat package works both with Ubuntu and RHEL5.5 (64 bit). I would like to add the native libraries. What ...
2
votes
0answers
249 views

Apache Roller - Multipart upload Failing

I'm having trouble pinpointing the failure point of a file upload. I will try to provide as much information as possible on the setup and issue. Apache Roller v 4.0.1 Apache Tomcat 7.0.26 -run with ...
2
votes
0answers
1k views

Apache AddType text/css .css Ignored

I have made an ,htaccess file in my /font directory with only this line in it (as part of troubleshooting). AddType text/css .css None the less Google Chrome (even 19.0.1053.0 canary) reports that ...
2
votes
0answers
2k views

Django OSError: [Errno 13] Permission denied: 'static'

I tried almost for a week, but could not solve this problem, and could not find anything online, that can help me. I have a multi-domain server with Centos 5.3, and a Django project, I must deploy. I ...
2
votes
0answers
494 views

Speeding up Rails 3.2.1 Development Environment

I'm running a rather large project in Development and its just too slow. I believe the reason is because on each request Rails reloads every class. This project literally has hundreds of classes so ...
2
votes
0answers
71 views

access Apache Configuration from Apache Module

I am developing an Apache 2.x module with I/O filters. I need to access to Apache configuration from httpd.conf from my module filters code. I have "The Apache Modules Book, Application Development ...
2
votes
0answers
182 views

Keep referer mod_rewrite

Please help with the following question. There is domain1.com, domain2.com, domain3.com. With the help of organized htaccess redirects to domain.com. But in the apache logs for domain.com, I do not ...
2
votes
0answers
750 views

PHP Scripts returning “Premature end of script headers”

I have just installed Apache 2.2.20 and PHP5 on my Ubuntu 11.10 machine, and I am attempting to get PHP scripts to work, including this one:- <?php phpinfo (); ?> All scripts involving PHP ...
2
votes
0answers
121 views

Apache refresh after anything but 200 Ok

I have an Apache (2.2.20) and for a specific VirtualHost, I would like to make the Browser refresh the page when an error occurred. the use-case is that I have many computers that just start a ...
2
votes
0answers
245 views

Google API oauth httpd server conflicts with SABNzbd+ in Python

I'm writing a Python app that interacts with a Google API and requires user authentication via oauth2. I'm currently setting up a local authentication server to receive an oauth2 authentication code ...

1 2 3 4 5 159