Apache Web Server - Invalid Response


 
Thread Tools Search this Thread
Top Forums Web Development Apache Web Server - Invalid Response
# 1  
Old 07-06-2010
Apache Web Server - Invalid Response

Hi,

I have a SCO Unix Openserver V6 server which is hosting a website with Apache V1.3 as the http server. The web site has an initial login screen which re-directs to another page once the user name and password has been verified.

When connecting to the website and trying to login, it times out with "error code 64: host not available, background: the gateway or proxy server lost connection to the web server" when connecting through an ISA server with HTTP compression enabled, but if HTTP compression is disabled I can get onto the website ok.

Also I have no connection problems when connecting without going through a proxy or ISA server.

I have also tried this on a server with Apache 2.2 installed and with http compression in apache enabled and disabled but it doesn't make any difference.

I understand that this issue may be a configuration issue on the ISA server but I just wanted to find out if anyone has come across this before and if there is an Apache fix or configuration change to resolve the problem rather than all our web customers changing their server settings?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Web Development

Apache 2.4 web server - string manipulation

Hi, I have configured an Apache 2.4 web server for Kerberos authentication. I need to pass the user in an HTTP header to the back-end server. This can be achieved by:- # Set header to blank RequestHeader set KERBEROS_USER "" # Set header RequestHeader set KERBEROS_USER "%{REMOTE_USER}s"... (0 Replies)
Discussion started by: sniper57
0 Replies

2. HP-UX

Apache web server instalation error in HP-UX 11.31

Hi , I am getting an error while installing on a new hp-ux 11.31 server for the first time. I have troubleshooted to some extent and installed the C compiler which it was asking for and now a new error has arised. please find the below error, Any help would be appreciated. $ make Making all... (1 Reply)
Discussion started by: Prasad@hp-ux
1 Replies

3. Web Development

Unable to start the apache web server

Hi All, I'm getting this below error bash-4.1$ ./apachectl -k start (98)Address already in use: make_sock: could not bind to address hostname:18000 no listening sockets available, shutting down Unable to open logs I tried to change the port number, still same error: ... (5 Replies)
Discussion started by: raghur77
5 Replies

4. IP Networking

Tshark/pcap and web-server response time

Hi everyone! How can I get response time difference between GET and HTTP/1.0 200 OK (i mean time latency of web-server) with using of tshark&shell or something else for each hostname from pcap file? What can you recommend me to do that? (1 Reply)
Discussion started by: lepetal
1 Replies

5. Web Development

Apache Web Server Config

Hi Gurus I am a newbie in Apache. I want to configure Apache Web server(A for reference) to receive all requests on Port-843 to be redirected to another Apache web server(B) and access a crossdomain.xml(located in /var/www/html) file there. I have put the following entries in... (0 Replies)
Discussion started by: Hari_Ganesh
0 Replies

6. Solaris

Uninstall Apache web server

Hello, I have a Solaris 10 and it looks like it was installed with apache. I see some files in: Since I'd like to use CSWapache2 from OpenCSW I'd like to remove the one from SUN but I don't know which package name it has. Do you know how can I remove it ? Thanks R.F ---------- Post... (4 Replies)
Discussion started by: RobertFord
4 Replies

7. Solaris

Configure apache web server for coldfusionmx7

Hi, I have been trying to configure apache web server for coldfusion mx7 on solaris 5.8 using the command: ./wsconfig -server coldfusion -ws apache -dir /usr/local/apache/conf -bin /usr/local/apache/bin/httpd -script /usr/local/apache/bin/apachectl -coldfusion Then it prompted me: Apache... (1 Reply)
Discussion started by: sagolo
1 Replies

8. Solaris

Apache web server question

Hi - Maybe not the right forum for this but I will ask anyway.. I recently installed apache on my ultra 10 - solaris 9... Working okay - and I have some docs in my htdocs directory that I can access through a web browser.. Now I want to get a bit fancy and change the home page so I can... (2 Replies)
Discussion started by: frustrated1
2 Replies

9. UNIX for Dummies Questions & Answers

Apache Web Server

Hi, Can someone help me for the Apache Web Server files for HP-UX 11.0 systems. Is there any download available? Thanks in Advance Anent (9 Replies)
Discussion started by: anent
9 Replies
Login or Register to Ask a Question
SVNWEB-SERVER(1p)					User Contributed Perl Documentation					 SVNWEB-SERVER(1p)

NAME
svnweb-server - simple webserver for SVN::Web SYNOPSIS
svnweb-server [--root DIR] [--port PORT] [--net-server Net::Server] DESCRIPTION
svnweb-server is a webserver that runs SVN::Web. It's an easy way to use SVN::Web without having to set up Apache (or any other web server). The tradeoff is that the server is very simple. But for light use then it may be perfectly acceptable. OPTIONS
--root DIR The directory in which you ran "svnweb-install". Optional, defaults to ".". --port PORT The port the server should listen on. Options, defaults to 8080. --net-server Net::Server The Net::Server subclass to use to create the server. A single, non-forking server is created by default. Other types of server can be created by giving the correct Net::Server subclass. For example, to use a server that forks to handle each request, use "--net-server Net::Server::Fork". SEE ALSO
SVN::Web BUGS
This is a simple server. Accordingly, a few features do not work properly at the moment. Redirects SVN::Web::Browse will redirect the client if the URL is missing a trailing "/". That redirection does not work with this server. That's not an issue for any URLs generated by SVN::Web, but may be an issue for URLs that are entered by hand. This will also affect SVN::Web::List's "redirect_to_browse_when_one_repo" option. cgi_class The "cgi_class" declaration (if any) in config.yaml is ignored. CGI is always used as the CGI class. Please report any bugs or feature requests to "bug-svn-web@rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SVN-Web <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SVN-Web>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. AUTHOR
The current maintainer is Nik Clayton, <nikc@cpan.org>. COPYRIGHT AND LICENSE
Copyright 2006-2007 Nik Clayton. All Rights Reserved. perl v5.14.2 2012-06-11 SVNWEB-SERVER(1p)