[EMAIL PROTECTED] [trunk] Order,Deny,Allow not allowed in

2006-01-12 Thread Beau E. Cox
Hi - I just svn - checked out the trunk sources for httpd 2.3. Configured and compiled fine. After installed, I tried to bring it up and got errors on the Order,Deny,Allow directives in my blocks and the startup aborted. For example this block: Options FollowSymLinks AllowOverride None

Re: [EMAIL PROTECTED] Apache/Bind relationship

2006-01-12 Thread Gerry Danen
On 1/11/06, Aman Raheja <[EMAIL PROTECTED]> wrote: > with dig or nslookup? If not resolving correctly, you might want to seek > help at the Bind mailinglist. Aman, do you have a url for the bind mailing list? Gerry - The offici

RE: [EMAIL PROTECTED] Override SSLVerifyClient

2006-01-12 Thread Azwan Adli Abdullah
Thanks. However I'm still can't get it working. I'm using Apache 1.3.33. Is this can only be applied to Apache 2 only? > I am puzzled. The following works for me (Apache 2.0.54/Solaris 8): > > >LogLevel warn >ProxyRequests Off > >ServerName labelle16 > >SSLEngine On >S

Re: [EMAIL PROTECTED] Reverse Proxy Again

2006-01-12 Thread Franky Ronaldy
I have created the simple javascript program to check the cookie which being set by the SAP. And I notice that SAP Netweaver set cookie into my browser : saplb_*,(J2EE2350500)2350550 PortalAlias,portal JSESSIONID,(J2EE2350500)ID2350550DB11007797051053951047End But if I access it through reverse p

Re: [EMAIL PROTECTED] Conf file macros?

2006-01-12 Thread David Salisbury
Thanks , one and all! -Dave - Original Message - From: "Nick Kew" <[EMAIL PROTECTED]> To: Sent: Thursday, January 12, 2006 6:31 PM Subject: Re: [EMAIL PROTECTED] Conf file macros? On Thursday 12 January 2006 21:28, David Salisbury wrote: Just wondering ( I don't see it in the docs

Re: [EMAIL PROTECTED] Conf file macros?

2006-01-12 Thread Nick Kew
On Thursday 12 January 2006 21:28, David Salisbury wrote: > Just wondering ( I don't see it in the docs ) if one can define "variables" > in the Apache conf. files. > > i.e. I have seen people write something along the lines of > > %{HTTP_REFERER} > > in their conf file. > > So.. is there any supp

[EMAIL PROTECTED] mod_auth_ldap not always challenging

2006-01-12 Thread Thomas Van de Velde
Hi,I have configured mod_auth_ldap on the apache Web server and it works 99% of the time.  However, there are certain users that do not get an authentication request.  This seems to be related to the proxy through which the user passes.  Just by changing the proxy in the web browser a user was chal

Re: [EMAIL PROTECTED] Conf file macros?

2006-01-12 Thread Joshua Slive
On 1/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > The module module_env is used to define variables in the > config file, or pass variables from the shell to the apache > environment. > > # define the environment variable > SetEnv SrvRoot /usr/local/apache2 > > I'm not sure of the syntax

Re: [EMAIL PROTECTED] [warn] (128)Network is unreachable: connect to listener on [::]:80

2006-01-12 Thread Harish . Chakravarthy
Yes, I took care of it. The warning messages is IPv6 related. By explicitly listing the IP and port number I disabled IPv6, example Listen 123.456.78.90:80 Cheers Harish [EMAIL PROTECTED] 01/12/2006 12:36 PM Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject [E

Re: [EMAIL PROTECTED] Conf file macros?

2006-01-12 Thread httpd2
The module module_env is used to define variables in the config file, or pass variables from the shell to the apache environment. # define the environment variable SetEnv SrvRoot /usr/local/apache2 I'm not sure of the syntax to use the variable though. As you say the docs are a bit vague to s

[EMAIL PROTECTED] Conf file macros?

2006-01-12 Thread David Salisbury
Just wondering ( I don't see it in the docs ) if one can define "variables" in the Apache conf. files. i.e. I have seen people write something along the lines of %{HTTP_REFERER} in their conf file. So.. is there any support for a sort of variable substitution within the conf file.. e.g. %

[EMAIL PROTECTED] [warn] (128)Network is unreachable: connect to listener on [::]:80

2006-01-12 Thread Harish . Chakravarthy
I keep getting the following warning message in my error log, however httpd is up & running on port 80 (Listen *:80 in httpd.conf) Any idea what is happening ? Here is the message in the log file from Apache 2.0.55 on Solaris 8 [Thu Jan 12 12:28:15 2006] [warn] (128)Network is unreachable: conn

Re: [EMAIL PROTECTED] file size limitation?

2006-01-12 Thread marc
No, this will not work. I have asked for a cite to specific apache documentation as to such limitations but never did receive a response, though it is an acknowledged limit. We were hoping to netboot some larger images via http and got caughyt in a image size that grew beyond the limit I

[EMAIL PROTECTED] Trouble with mod_deflate

2006-01-12 Thread Brian Duke
I am having trouble getting mod_deflate to work on a windows installation. I'm using Apache 2.0.53 on a Windows 2003 server. In order to rule out other configuration options, I have re-installed Apache with just the default config file and changed nothing except to add this for mod_deflate. I exami

Re: [EMAIL PROTECTED] file size limitation?

2006-01-12 Thread Joshua Slive
On 1/12/06, Chris Purcell <[EMAIL PROTECTED]> wrote: > Is there a maximum file size limitation in Apache where you cannot > download files over 4GB?I have both an Apache 1.3.29 server and an > Apache 2.2.0 server with the same files on them. One file is 4.2GB and > the other is 5GB. When yo

[EMAIL PROTECTED] child pid 28594 exit signal Segmentation fault (11)

2006-01-12 Thread Arun G Nair
Hi list,    I get this error in my error_log. Its apache 1.3. I get this when I use 'ab' to benchmark. What could be the reason ? $ ab -n 1000 -c 10 /index.php Server Software:    Apache/1.3.33 Server Hostname:    66.160.128.92 S

[EMAIL PROTECTED] file size limitation?

2006-01-12 Thread Chris Purcell
Is there a maximum file size limitation in Apache where you cannot download files over 4GB?I have both an Apache 1.3.29 server and an Apache 2.2.0 server with the same files on them. One file is 4.2GB and the other is 5GB. When you view the files in your browser on the 1.3.29 server, the f

RE: [EMAIL PROTECTED] How to disable public_html

2006-01-12 Thread Jain, Abhay K, ALABS
Title: Message It did the trick. However the message that comes back is slightly misleading   Not Found   Requested URL /~username/index.html was not found on this server. -Original Message-From: Arun G Nair [mailto:[EMAIL PROTECTED] Sent: Thursday, January 1

RE: [EMAIL PROTECTED] How to disable public_html

2006-01-12 Thread Jain, Abhay K, ALABS
Yes. I did it twice. -Original Message- From: Axel-Stéphane SMORGRAV [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 3:19 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] How to disable public_html Stupid question: Did you restart you Apache server following your

RE: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Wim . Van . Leuven
As a matter a fact, I'm not interested in the number of requests, but in the size of the request. I'd like the cache to get the header to check if the cached resource is stale based on the last-modified header. Maybe by combining this strategy with an expiration time of some hours, might even imp

RE: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Axel-Stéphane SMORGRAV
How does this work for you: it depends on what you want. If you want certain URLs to be revalidated with every request, you should follow Joshua's advice and make sure that those resources are served with Cache-Control: must-revalidate. If the source server is an Apache and the resources are st

Re: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Joshua Slive
On 1/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello Joshua, > > I can follow what you are saying. Can I force this header inclusion for > static file serving? Header add Cache-Control must-revalidate on the origin server. Joshua.

RE: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Wim . Van . Leuven
Hello Axel-Stéphane, If I can follow what you are trying to tell me, I should add the "expiresactive on" directive on the source server instead of the caching server? Axel-Stéphane  SMORGRAV <[EMAIL PROTECTED]> 12/01/2006 15:12 Please respond to users@httpd.apache.org To cc

Re: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Wim . Van . Leuven
Hello Joshua, I can follow what you are saying. Can I force this header inclusion for static file serving? Joshua Slive <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 12/01/2006 15:11 Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PRO

RE: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Axel-Stéphane SMORGRAV
The mod_expires that you activate with "ExpiresActive On" will add an Expires header to the responses sent to the client. It does nothing for Apache cache expiration. It does however have an effect on the expiration of downstream caches, in your case probably on the User Agent cache. For cache

Re: [EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Joshua Slive
On 1/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > When inspecting the debug logs and the http headers, all files get cached at > the proxy. However when I change the modification time of the files on the > source servers, the cache doesn't get updated. Thus still serving the old > version

[EMAIL PROTECTED] Informix webdtablade and php functions

2006-01-12 Thread HENCHOZ Daniel
Hello, I've installed a SUN server under Solaris 9 with Apache 2.0.55, PHP 5.1.1, Informix 9.40.UC6, Informix Client SDK 2.90.UC3, Informix Webdatablade 4.13.UC3. Now I try to get information from the Informix database via a PHP ifx_connect function and on the same apache server using the Inf

[EMAIL PROTECTED] Apache reverse and caching proxy

2006-01-12 Thread Wim . Van . Leuven
Hello all, I'm retrying my configuration for a caching proxy server which flushes the cache on the modification time of the files. However, It doesn't seem to work anymore. The files get cached but are not refreshed on a touch of the file on the source server. Not sure what I changed that it do

[EMAIL PROTECTED] webpage user authentication using LDAP (only through TLS )

2006-01-12 Thread Muthu
Hi, I would like to authenticate users using LDAP directory server (only through TLS connection) to access a web url http://host.domain.com/test. I have placed a .htaccess file in the webroot/test directory. This file contains AuthType Basic AuthName "Password Required" AuthLDAPURL ldap://h

[EMAIL PROTECTED] how can we do axis c++ operation on tomcat 5.0 and axis 2

2006-01-12 Thread mohan devanoor
hello can any one help me out please i hav tomcat 5.0.30 and axis 2 versions installed. in the installation guide it was mentioned clearly about java applications . but how about c++ applications..? i have few queries.. 1. how can we create and deploy a web service for c++ 2. which axis ve

AW: [EMAIL PROTECTED] Reverse Proxy Again

2006-01-12 Thread Oliver.Schaudt
Hi Franky, with a SAP Portal in the background you have to send back more [i used hier only "irj" because the next contexta in the uri which the portal wants are "portal" / "portalapps" /"go" and "servlet" . ProxyRequests Off ProxyPass/irj http://www.domain.com:5/irj

[EMAIL PROTECTED] Reverse Proxy Again

2006-01-12 Thread Franky Ronaldy
Hi, I am quite new for reverse proxy. I need some advice from expertise here. I have to configure apache as a reverse proxy with SAP portal at the backend. My apache run in linux ES 3 with apache version 2.0.46. I have configured httpd.conf to act as a reverse proxy as following: ... ProxyReques

RE: [EMAIL PROTECTED] How to disable public_html

2006-01-12 Thread Axel-Stéphane SMORGRAV
Stupid question: Did you restart you Apache server following your modification ?? -ascs -Original Message- From: Jain, Abhay K, ALABS [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 8:00 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] How to disable public_html