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.
5
votes
0answers
326 views
FallbackResource on Apache2 (2.2.22 (Ubuntu))
I'm trying to clean up my apache vhosts, since I've got a number of 'Alias's in place, and putting them all into a mod_rewrite can be annoying. However, while I can get to specific URLs (such as ...
4
votes
0answers
997 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 ...
4
votes
0answers
709 views
Why will mp4 video not work when http basic authentication enabled?
I am trying to get video to play in an HTML5 video tag using the following code:
<video id="video" width="768" height="432" controls>
<source src="http://example.com/videos/example.mp4" ...
4
votes
0answers
1k views
IE6 and IE7 send HTTP/1.1 without hostname on redirect
we use Redirect-after-Post Pattern in our webapp.
Sometimes very few error logs are shown in our apache log like this:
[error] [...] client sent HTTP/1.1 request without hostname (see RFC2616 ...
3
votes
0answers
757 views
RVM - Ruby integration was extracted to a separate gem (`remove $LOAD_PATH.unshift`)
I was upgrading to Rails 3.2.6 (ruby 1.9.3-p194) and installing RVM on Debian and using Apache2 server (2.2.19).
I used these very nice instructions: ...
3
votes
0answers
2k views
Cannot remove Cache-Control: no-cache=“set-cookie” in Apache2
I am a mediocre apache2 configuration specialist so I am looking to the apache GODS to school me on a specific header that is causing some browsers to not cache cookies, which I need for an OAuth ...
3
votes
0answers
844 views
Apache LoadBalancing, sticky session, and Spring security framework
I have a public facing Apache 2.2 webserver that I've configured to proxy and balance requests to back-end web applications deployed on Tomcat 6.0. I am using Spring FW + Spring security framework as ...
2
votes
0answers
16 views
PHP-Imagick on OSX, ImagickException: NoDecodeDelegateForThisImageFormat `/my-path/file.jpg' @ error/constitute.c/ReadImage/550
My environment is: MacOSX 10.8.3, PHP 5.3.17, ImageMagick 6.8.0, Apache 2.2.22
I have installed ImageMagick and PHP-Imagick module by using macports.
ImageMagick works as expected, for example I can ...
2
votes
0answers
86 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
91 views
Zend Server resets to defaults on Zend Studio 10 startup
I' m running Zend Server 6.0.1 and Zend Studio 10 on Mac OS X Mountain Lion. Because Zend Servers Apache listens to port 10088 by default on Mac OS, I changed that in Apache configuration file to port ...
2
votes
0answers
53 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
236 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
251 views
.htaccess changes from 2.2 to 2.4, protect directory
I have a web server running Apache 2.2 and am starting a new one with Apache 2.4.
The following is my vhost on the new 2.4 machine:
<VirtualHost *:80>
DocumentRoot /var/www/
...
2
votes
0answers
1k views
ZPanelcp , Domains activation not work
-Hello everyone , I just rent an a dedicated server (ubuntu 12.4) and i install apache + php, mySQL etc ...but using SSH to creat domains (virtual hosts) it is a litle bit laborer so I decided to ...
2
votes
0answers
75 views
DAV SVN config for server hosting multiple domains
I have an apache2 webserver configured to serve multiple domains (I did it with virtual hosts).
After installing Subversion and enabling DAV SVN, the repository can be accessed through all the ...