Quantcast
Channel: Active questions tagged apache-2.2 - Server Fault
Browsing all 88 articles
Browse latest View live

How to create a very simple external FastCGI configuration in apache?

I have an externally started FastCGI application that listens on socket '/tmp/foo.sock' and a directory of static files in '/srv/static'. Apache has all needed permissions on the socket and the...

View Article



peer closed connection in SSL handshake while SSL handshaking to upstream

I have the below flowjmeter concurrent api request -> magento-host-server -> magento-containerThe below error occurs only during the concurrent requests from apache jmeter of testing team are...

View Article

Internal Server Error when deploying Laravel using docker & reverse proxy

I'm trying to deploy my Laravel apps using docker. But got internal server error when accessing the url.I have 2 server, one is for public ip & reverse proxy, and the second is where the Laravel...

View Article

mod_rewrite Proxy - maintain host headers

I am using mod_rewrite to proxy a sub-directory like this:RewriteRule ^somedir/(.*)$ http://proxy.example/somedir/$1 [P,L]That means that requests to http://local.example/somedir are proxied to...

View Article

Debian Apache2 SSL Issues - Error code: ssl_error_rx_record_too_long

I'm setting up apache on Debian lenny and having issues with SSL. I've been through numberous tutorials and i had this working on Ubuntu server, but for the life of me can't get anywhere with Debian....

View Article


Ubuntu + Apache doesn't work on port 80

I have some problems with apache (OS Ubuntu). for some reasons apache doesn't work on port 80. For this settings:etc/apache2/ports.confListen 80<IfModule ssl_module> Listen...

View Article

Redirect http to https apache on different port

<VirtualHost *:82>SSLEngine onSSLCertificateFile /etc/ssl/certs/cert.pemDocumentRoot "/var/www/site"<Directory "/var/www/site">allow from allOptions...

View Article

Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.(while...

am using apache 2.2.i have written this codewhen am trying to run it my browser is failing to run it ,it's showing This webpage is not available The connection to localhost was interrupted. Error 101...

View Article


Apache (http) behind load balancer (http/https) - Redirect does not preserve...

I have two configurations - development and staging - with (supposedly) identical configurations: a set of HTTP-only Apache instances sitting behind a Citrix load balancer that allows both HTTP and...

View Article


Apache never wants to run my python scripts

Environment: Ubuntu 16, Apache 2.4The last three times I tried to setup Apache to serve up Python I run into the same problem: Apache wants to let me download the script instead of running it and...

View Article

How to configure apache as a reverse proxy with the remote server specified...

Problem:I'm trying to configure apache as a reverse proxy where the remove server is specified in a query string parameter. Let's say I'm serving a site at mywebapp.com. If you navigated to...

View Article

Apache LogFormat: what does %f mean?

I have checked the apache logformat from - https://httpd.apache.org/docs/2.4/mod/mod_log_config.htmlI am not able to understand what does "%f" parameter mean in apache log format. The description given...

View Article

net err connection timed out

I have Apache/2.2.22 on Ubuntu 12.04. Apache is set as reverse proxy server. So when accessed from a remote system, the page and contents are displayed. But after some time the server seems to refuse...

View Article


2-way SSL with apache forward proxy

I'm working to set up Apache as a forward proxy with a client that uses 2-way SSL. The basic flow is myApplication --via http--> Apache proxy --via 2 way SSL--> client. After setting everything...

View Article

Apache to listen to multiple ports

I have achieved setting up multiple virtual NIC in 1 VM, and bind websites to different IP on 1 server, e.g., access 2 websites by:http://10.188.2.150http://10.188.2.152 <--both IPs belong to the...

View Article


Takes long time to load the login page from Apache web server

We have an Apache web server 2.2.22 installed in Ubuntu 12.04.4. The site uses PHP pages and MySQL as database in a dedicated DB server. Once in a while, we face slowness connecting our site and see...

View Article

Apache mod_expires

I am rather confused with the whole access and modification.I want the files to be cached until they are modified. If the data is the same, show cache version. If data has changed, download updated...

View Article


Apache mod_deflate not compressing javascript and css files?

"GET /Symfony/web/app.php/app/dashboard HTTP/1.1" 4513/37979 (11%)"GET /Symfony/web/css/application.css HTTP/1.1" -/- (-%)"GET /Symfony/web/js/application.js HTTP/1.1" -/- (-%)"GET...

View Article

"error module dav_svn does not exist"

I accidentally deleted the mod_svn on my webserver, and now I am stuck. Everything I try to do anything with it (remove it or reinstall it with apt-get), I get that message and apt fails. I know I...

View Article

Getting a 503 error but there's nothing in the Apache error log

I'm getting a 503 error whenever I try to request any page. I really don't know how to go about fixing this problem. I've checked the error.log and this is what it contains:[Fri Jan 13 19:03:41 2012]...

View Article
Browsing all 88 articles
Browse latest View live


Latest Images