[us...@httpd] compilation error

2009-08-27 Thread Melanie Pfefer
Hi, Can you please advise why I have this error upon compilation time (make)? /bin/bash /apache/httpd-2.2.6/srclib/apr/libtool --silent --mode=link gcc -g -O2 -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I./include -I/HTTP/httpd-2.2.6/srclib

Re: [us...@httpd] Using environment variable in condition

2009-08-27 Thread William A. Rowe, Jr.
Bhuvaneswaran A wrote: > > Short question: How do I use a environment variable in > condition in httpd.conf file? I like to use "SVN-ACTION" variable in > condition in order to define specific configuration for SVN > requests. You don't; IfDefine's are evaluated at server startup, not per-requ

[us...@httpd] Using environment variable in condition

2009-08-27 Thread Bhuvaneswaran A
Hello, Short question: How do I use a environment variable in condition in httpd.conf file? I like to use "SVN-ACTION" variable in condition in order to define specific configuration for SVN requests. AFAIK, can take parameters passed using -D option. Can I leverage this directive to check for

Re: [us...@httpd] How to maintain session with CGI C++

2009-08-27 Thread Jaikishan Jalan
Yes, even I want to make use of Session module of Apache HTTP server. But I am not able to locate it. I know how to add/load a module in Apache but I could not locate the session module. Following are the modules in my apache server but I think session module is not there (looking for mod_session.c

Re: [us...@httpd] How to maintain session with CGI C++

2009-08-27 Thread Nick Kew
Jaikishan Jalan wrote: Hello, I was wondering if somone could point me as to how to maintain sessions with CGI scripts in C++. Same as with CGI in any other language (google is your friend). But why not use an existing framework to maintain sessions, and just use a session token from that in

[us...@httpd] How to maintain session with CGI C++

2009-08-27 Thread Jaikishan Jalan
Hello, I was wondering if somone could point me as to how to maintain sessions with CGI scripts in C++. -- Thanks, Jaikishan

[us...@httpd] mod_proxy_balancer

2009-08-27 Thread Peter Buning
Hi, we are using Apache 2.2 as a Proxy and mod-proxy_balancer for load balancing. We want share the load between two tomcats. One Tomcat for users 'a-l' and another tomcat for users 'm-z' (That's for optimize caching). If one tomcat is not available, the other should take the load. So our htt

Re: [us...@httpd] Can you supply username & password for AuthType Basic within a POST/GET?

2009-08-27 Thread Jeff Sherk Forerunner Ministries
Thanks William... yes we are using SSL... just wanted to make sure it was secure as well! Thanks - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more i

Re: [us...@httpd] Reverse Proxy questions - Error 503

2009-08-27 Thread Igor Cicimov
You need this line first ProxyRequests Off Igor On Thu, Aug 27, 2009 at 8:12 PM, UseTheFork wrote: > > Hi, > > I am a newbie to reverse proxy (and system administration in general) and I > am looking for pointers. I have an operational Apache 2.2 server accepting > requests on port 80. I also

Re: [us...@httpd] permission problem (still)

2009-08-27 Thread Chuck Crisler
On Thu, 2009-08-27 at 12:13 +0200, André Warnier wrote: > Chuck Crisler wrote: > > On Fri, 2009-08-21 at 09:37 +0100, Tom Evans wrote: > > > > > > My cgi-bin directory (/var/www/cgi-bin) is owned by root with these > > permissions drwxr-xr-x. This is from my httpd.conf > > > Hi. > On my Linux (D

Re: [us...@httpd] permission problem (still)

2009-08-27 Thread André Warnier
Chuck Crisler wrote: On Fri, 2009-08-21 at 09:37 +0100, Tom Evans wrote: My cgi-bin directory (/var/www/cgi-bin) is owned by root with these permissions drwxr-xr-x. This is from my httpd.conf Hi. On my Linux (Debian) systems, the cgi-bin directories - and the scripts in it - have a owner "ro

[us...@httpd] Reverse Proxy questions - Error 503

2009-08-27 Thread UseTheFork
Hi, I am a newbie to reverse proxy (and system administration in general) and I am looking for pointers. I have an operational Apache 2.2 server accepting requests on port 80. I also have an operational service listening to 8080 on the server, but this port is blocked by a router. I have been adv

[us...@httpd] mod_autoindex

2009-08-27 Thread wolfgang haefelinger
Hi there, mod_autoindex confuses me theses days. I'm running 2.2.11 (MacOS X via MacPorts) and 2.2.8 (Ubuntu). I'm scratching the head over issues listed below. 1. By reading the documentation [1], I'm getting the impression that, for example, FancyIndexing, is off by default ("..If the FancyInd