[EMAIL PROTECTED] Reverse proxying through a forward proxy?

2006-07-21 Thread Joost de Heer
Situation: Internet <--> Reverse proxy <--> forward proxy <---> backend server >From the reverse proxy, I can't directly access the backend server. There is however a forward proxy that I can access which can access the backend server. The network behind the forward proxy, and the forward proxy i

[EMAIL PROTECTED] Re: Reverse Proxy with internal redirects

2006-07-21 Thread Joost de Heer
> My question is, can the location header variable be rewritten before the > external client receives it and makes the request to the internal server > name? ProxyPassReverse should be able to do that. Joost - The official User

[EMAIL PROTECTED] Re: problem loading DSO modules

2006-07-20 Thread Joost de Heer
> Could you help me to understand why apache doesn't load shared modules? You compiled httpd-2.2, but are trying to load modules compiled for httpd-2.0. This won't work. Educated guess: You have the ServerRoot in your httpd.conf wrong, causing the LoadModule lines to look in the wrong directory f

Re: [EMAIL PROTECTED] Apache 1.3, 4GB file limit

2006-07-19 Thread Joost de Heer
Dan Trainor wrote: > Bryan Hansen wrote: >> I am trying to find a solution to the 4GB file limit that exists in >> Apache 1.3. Most resources that discuss this issue offer solutions to >> patch apache which only seem to work with apache 2.0+. (ie >> http://people.apache.org/~jorton/ap_splitlfs.diff

RE: [EMAIL PROTECTED] Starting Apache

2006-07-14 Thread Joost de Heer
Graves, Jan wrote: > Rob, > > Here is the end of what I was told is my Apache error log file: > [Wed Jul 12 07:05:11 2006] [error] mod_ssl: Init: Private key not found > (OpenSSL > library error follows) > [Wed Jul 12 07:05:11 2006] [error] OpenSSL: error:0D07207B:asn1 encoding > routine > s:ASN1_

Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Joost de Heer
[EMAIL PROTECTED] wrote: > DSO means that mod_so.c has to present on the system, right? > Well I can't find it. Does this mean it won't work? Or are there other > checks? > > The AddModule command gives me this error: > > ./apache2 start > Starting httpd2 (prefork) Syntax error on line 7 of > /etc/

[EMAIL PROTECTED] Re: limiting log files' size

2006-07-12 Thread Joost de Heer
Mario Pavlov wrote: > Hi guys :) > I was searching the documentation for a while for some way to get my > httpd-access.log limited by size > but I didn't found anything... > is there a way to limit my log files by size ? > for example when the log file reaches 100Mbytes to stop growing and evry > n

[EMAIL PROTECTED] Re: proxy SSL question

2006-07-11 Thread Joost de Heer
Ellison , John P wrote: > Hi. I was wondering if I can setup a reverse proxy using Apache and > somehow have the origin server require a "client" certificate from the > proxy server? I've been reading the docs about the directives, and it > looks like the SSLProxyVerify directive will require the

[EMAIL PROTECTED] Re: lost mod.access.so need some help getting it back

2006-07-10 Thread Joost de Heer
Jack Gates wrote: > Apache was working fine I had not messed with the configuration at all, > went > to bed, got up, Apache no longer works and a file is gone. > > /etc/httpd/conf/httpd.conf is looking for /etc/httpd/modules/mod.access.so > > mod.access.so is not on my box anywhere Because it's ca

[EMAIL PROTECTED] Re: problem with mod_rewrite rewiterule with [P](internal proxying)

2006-07-07 Thread Joost de Heer
Ravish Agarwal wrote: > Hi All, > > > > We are using apache WebServer version 2.0.55 on HP-UX version 11iand > we are trying to redirect the requests to another WebServer on the > same host > > > > We have made the following entries in the httpd.conf file. > > > > ProxyRequests On > > ProxyPass /me

[EMAIL PROTECTED] Re: Multiple SSL virtual servers on the same IP address and port number

2006-07-07 Thread Joost de Heer
James Jacob wrote: > Hi, > I'm using Apache HTTP Server (version 2.0.55) for my project. I'm having > three SSL sites which I run on the same IPaddress, but with different > port numbers. > > For example say for the ports 443, 444 & 445. > The sites I have can be for example, > 1) one.xyz

RE: [EMAIL PROTECTED] Configuring Siteminder 5.5 for apache2.0 on HP-UX 11- can't find libmod_sm20.sl

2006-07-06 Thread Joost de Heer
[EMAIL PROTECTED] wrote: > Still isn't working. I put what you suggested in the envvars file and it > didn't help. I even tried explicitly setting PATH to include > /opt/siteminder2/webagent/bin and SHLIB_PATH to include > /opt/siteminder2/webagent/lib by using export and even with that it didn't

[EMAIL PROTECTED] Re: [Fwd: ezmlm warning]

2006-06-29 Thread Joost de Heer
Emmanuel E wrote: > wonder what, how or why this happened: > Remote host said: 550-5.7.1 {mx029} The IP address of the server you are > using to connect to GMX is listed in 550-5.7.1 the Composite Blocking > List (CBL). 550-5.7.1 550-5.7.1 For additional information, please visit > 550-5.7.1

Re: [EMAIL PROTECTED] Problem Installing Apache 2.2.2 on Linux

2006-06-21 Thread Joost de Heer
>> I tried to install Apache web server on Linux(CentOS).I have downloaded >> and installed it in the default dir i.e /usr/local/apache2.Now when i >> run >> apachectl start in the /usr/local/apache2/bin , thr is a msg that this >> command does not exit. ./apachectl start (the current directory is

[EMAIL PROTECTED] Re: Please help with mod_authnz_ldap

2006-06-15 Thread Joost de Heer
Iftikhar Rathore wrote: > Hello > I am having a lot of trouble getting my users authenticated using > mod_authnz_ldap. There is not much info anywhere and google couldn't > help. And example .htaccess file would help greatly. > > I have the .htaccess here (besides this .htaccess no other change has

[EMAIL PROTECTED] Re: Authentication directive from 1.3 to 2.2 , what do i miss here?

2006-06-12 Thread Joost de Heer
> but now in 2.2 it does recognized that the page needs Authentication > but then > > in the logs it says : > > [Sun Jun 11 16:53:15 2006] [error] [client 1#2.1##.#.6#] No Authn > provider configured, referer: http://myhome:/blah.html > > [Sun Jun 11 16:53:15 2006] [error] [client 1#2.1##.#.6#]

[EMAIL PROTECTED] Re: can't startup tomcat 413

2006-06-11 Thread Joost de Heer
johnny page wrote: > I attempt to start tomcat 413 and get errors This is an Apache HTTPD mailinglist. Please use the appropriate Tomcat mailinglist. Joost - The official User-To-User support forum of the Apache HTTP Server Pro

[EMAIL PROTECTED] Re: FilesMatch Explanation!

2006-06-11 Thread Joost de Heer
Zakai Kinan wrote: > I have this directive > >require user "{Admin}" > > > in an htaccess file and it does not work. Does any > have any ideas. I have also tried it in httpd.conf > file. - Is the user really called {Admin} (with the {})? - Do you have a 'Satisfy any' for the directory

Re: [EMAIL PROTECTED] PDF Documentation

2006-06-09 Thread Joost de Heer
Joshua Slive wrote: > On 6/9/06, Joost de Heer <[EMAIL PROTECTED]> wrote: >> Hello, >> >> Is there a specific reason why the 2.2 (or 2.0.58) documentation isn't >> distributed in PDF format anymore? > > Because it takes a chunk of time to generate the p

RE: [EMAIL PROTECTED] Segmentation Fault

2006-06-09 Thread Joost de Heer
>> So, what should I do now? > > The obnvious answer is "fix the error"... > > To do that: > > - Open your config file in a decent editor (eg, emacs) The error was in /etc/init.d/httpd, not in the config. So edit that script, and not the config. Joost ---

[EMAIL PROTECTED] PDF Documentation

2006-06-09 Thread Joost de Heer
Hello, Is there a specific reason why the 2.2 (or 2.0.58) documentation isn't distributed in PDF format anymore? Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/use

[EMAIL PROTECTED] Re: htaccess

2006-05-30 Thread Joost de Heer
Mididoc Productions wrote: > hi, > > we have in the htaccess file a treatment for errors: > > ErrorDocument 403 http://www.ourdomain.com > ErrorDocument 404 http://www.ourdomain.com > ErrorDocument 500 http://www.ourdomain.com > > this is for redirecting any user to the mainpage, when he is searchi

[EMAIL PROTECTED] Re: Configuring Apache behind a wireless router

2006-05-30 Thread Joost de Heer
Josh Sephton wrote: > Hi, > > I'm trying to configure Apache to respond for requests to the external > address of my LAN. > > Currently I have a Belkin wireless router into which my internet comes in > through. I then have several Windows computers which connect to that > router. > One of these box

Re: [EMAIL PROTECTED] FW: Apache Permission Error

2006-05-24 Thread Joost de Heer
[EMAIL PROTECTED] wrote: > Victor, > > Thanks for the reply. Attached here is the configuration file. >> > [Thu May 18 02:07:37 2006] [error] [client 74.136.xxx.xxx] >> client denied by >> > server configuration: /usr/www/homepage/ You have a Deny all and not a Allow all. Joost -

[EMAIL PROTECTED] Re: FW: Apache Permission Error

2006-05-23 Thread Joost de Heer
Ming Tang wrote: > Hi there, > > I intalled Apache 2.1.4 recently using ports 2.1 is development, please change to 2.2 to see if this problem still occurs. Joost - The official User-To-User support forum of the Apache HTTP Serv

[EMAIL PROTECTED] Re: Mod_auth_radius

2006-05-12 Thread Joost de Heer
Mike VanHorn wrote: > >> Did you load all the needed modules? You need mod_auth_basic.so for >> basic >> authentication. > > Yes. Well, I think so, anyway. I'm looking in to mod_authnz_external now, > as > it comes with a radius authenticator, and adheres to the new > authentication > model that Ap

[EMAIL PROTECTED] Re: Mod_auth_radius

2006-05-12 Thread Joost de Heer
Mike VanHorn wrote: > > I'm using mod_auth_radius with Apache 2.2.2 to protect a directory. Here's > the entries from the log file: > > [Thu May 11 15:32:43 2006] [debug] mod_auth_radius-2.0.c(1154): Radius > Auth > for: servername requests /path-to-protected-directory/ : > file=/full-path-to-prote

Re: [EMAIL PROTECTED] instaling modules

2006-05-11 Thread Joost de Heer
>> > did you run your ./configure with >> > "--enable-mods-shared=all" ? > $ ./configure --prefix=/usr/local/apache2 --enable-so > --enable-mods-share=all Compare your configure line to what was suggested. Joost - The offi

[EMAIL PROTECTED] Re: ProxyPreserve... Port?

2006-05-10 Thread Joost de Heer
Shane Smith wrote: > Joost, > > Yup, yer right, I turned off proxyrequests, and it's unnecessary. > Doesn't help change the output though. I could run something to fix > the output, but it just seemed to me that if apache is going to allow > you to preserve the host, it should allow you to preserv

[EMAIL PROTECTED] Re: ProxyPreserve... Port?

2006-05-10 Thread Joost de Heer
> > > Order deny,allow > Allow from all > > ProxyRequests On > #ProxyPreserveHost On > ProxyPass /pizza/ http://10.10.1.1:9080/pizza/ > ProxyPassReverse /pizza/ http://10.10.1.1:9080/pizza/ > For reverse proxying, you don't need ProxyRequests on, so are you sure you want this? Running a revers

[EMAIL PROTECTED] Re: Apache 2.2.2 / mod_jk / win32 / tomcat5.5.x

2006-05-09 Thread Joost de Heer
Noah White wrote: > I'm looking for feedback on any experience people have had with this > configuration. Thanks, Any specific reason why you're not using native ajp proxying (ProxyPass / ajp://tomcathost:ajpport/)? Joost - The

[EMAIL PROTECTED] Re: Tomcat Connectors

2006-05-03 Thread Joost de Heer
> Now my requirement is: I have to access this web server from remote > systems in LAN using the system IP address. I am able to access all the > apache pages throgh ip saying http://192.9.200.62/sample.html and also > jakartha tomcat pages through ip like http://192.9.200.62/examples. But > htt

Re: [EMAIL PROTECTED] Apache HTTP Server 2.2.2 Released

2006-05-03 Thread Joost de Heer
> I'll chime in here a little :) Off hand, I can't think of anyone else > who was building Apache 2.2.0 on Windows apart from wrowe and myself, Steffen from Apachelounge provides compiled 2.2.x binaries. (http://www.apachelounge.com, you have to register to be able to download the binaries) Joost

[EMAIL PROTECTED] Re: Question about setting up secure service

2006-05-02 Thread Joost de Heer
> I bought a certificate from a CA and attempted to set up the SSL.conf to > give me another virtual server -- but so far no joy. I can't seem to get > port 443 virtual service https://www.psychtest.com to work alongside port > 80 service http://www.psychtest.com [snip] > below is my ssl.conf Do

[EMAIL PROTECTED] Re: PING in scripts won't timeout. Trap problem?

2006-05-02 Thread Joost de Heer
Mark London wrote: > A user at our site has complained that he when he tries to create a > script (cgi or php) that uses PING, if the PING hits a node that doesn't > respond (i.e. the node has a firewall), the PING never times out and the > script hangs. From the command line, PING will timeout.

[EMAIL PROTECTED] Re: ASP on Apache

2006-05-01 Thread Joost de Heer
a nn wrote: > Hello > > How do I enable ASP on Apache server 2.0? Is it possible at all? Commercially, there's SUN ASP (formerly Chilisoft): http://www.sun.com/download/products.xml?id=420a8e72 There's also mod_aspdotnet, and mod_mono, but they're both for asp.net I think. Joost

[EMAIL PROTECTED] Re: Problem Installing Apache 2.2.2 on Linux

2006-05-01 Thread Joost de Heer
Utkarsh Sharma wrote: > Hi, > > I tried to install Apache web server on Linux(CentOS).I have downloaded > and installed it in the default dir i.e /usr/local/apache2.Now when i run > apachectl start in the /usr/local/apache2/bin , thr is a msg that this > command does not exit. Apart from the missi

Re: [EMAIL PROTECTED] Mod_header REMOTE_USER variable null via reverse proxy server - HELP!

2006-04-28 Thread Joost de Heer
> RewriteRule .* - [E=RU:%{LA-U:REMOTE_USER}] > RequestHeader set UserId %{RU} Shouldn't that be RequestHeader set UserId %{RU}e ? Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://

Re: [EMAIL PROTECTED] Trying to get SSI directives processed after request has been processed by Tomcat app server.

2006-04-26 Thread Joost de Heer
Luc I. Suryo wrote: > > hope this could help other > > Apache 2.0.54 (Unix / Solaris) > tomcat 5.0.28 (Unix / Solaris) > > module installed: mod_jk2, allowing us to pass certain directories that > are j2eee/java program back to Tomcat.. Note that mod_jk2 is deprecated. Joost ---

[EMAIL PROTECTED] Re: Need a mod-rewrite rule for a website's home page

2006-04-26 Thread Joost de Heer
David Blomstrom wrote: > I have a content management system that uses mod-rewrite rules for various > sections. For example, the page mysite/About/index.php uses the following > mod-rewrite rule: > > RewriteRule ^About/([a-zA-Z0-9_/-]+)/?$ About/index.php?bout=$1 [L] > > It displays URL's like mysi

Re: [EMAIL PROTECTED] png images are broken with reverse proxy

2006-04-26 Thread Joost de Heer
> > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /var/www/html/ > ServerName mydomain > > ProxyRequests off > >Order deny,allow >Deny from all >Allow from 192.168.80.0/25 > Why have a block if you have 'ProxyRequests off'? > ProxyPass

Re: [EMAIL PROTECTED] mod_access and Client IP's from Load Balancers

2006-04-25 Thread Joost de Heer
Jeff Nokes wrote: > Thanks for the reply! > > Yes, that is correct. > But since I cannot use arbitrary headers, these options aren't viable for > me. Load Balancers should be able to set the X-Forwarded-For header (I know F5 can do it, no idea about NetScaler, but I'm fairly sure it should be poss

[EMAIL PROTECTED] Re: png images are broken with reverse proxy

2006-04-25 Thread Joost de Heer
Vects wrote: > Hi there, > I have a problem with mod_proxy, png images are broken. I found that > apache removes '\n\r' (hex 0a0d) from png files. Is there anyway to > prevent apache to do that or I need to fix png files? Do you use output filters? Joost

RE: [EMAIL PROTECTED] Re: Problems with JS, IE 6.0 and mod_deflate

2006-04-18 Thread Joost de Heer
Axel-Stéphane SMORGRAV wrote: >> IBM HTTP Server != Apache HTTP Server, It's based on Apache HTTP Server, >> with IBM specific stuff thrown in. > I am not so sure they have made that many changes to the code. I think it > is mostly their own compilation of httpd (for support reasons), with maybe

[EMAIL PROTECTED] Re: How to SSL protect certain directories

2006-04-16 Thread Joost de Heer
Romeo Theriault wrote: > Joost, I've tried you option, > >> RewriteCond %{REQUEST_URI} !^/secure_dir(.*) >> RewriteCond %{HTTPS} on >> RewriteRule /^(.*) http://my.site/$1 > > but still get no change in behaviour. It won't go back to http once > it's gone to https:. Change the RewriteRule to Rewr

[EMAIL PROTECTED] Re: How to SSL protect certain directories

2006-04-14 Thread Joost de Heer
Romeo Theriault wrote: > I have an apache website that I need some directories protected by > ssl. So I got the certificate etc... Now I have two virtual hosts, > one that is the unsecure and one that is the secure. There are only a > few directories that I need secured by ssl. > > for example: > h

[EMAIL PROTECTED] Re: Problems with JS, IE 6.0 and mod_deflate

2006-04-14 Thread Joost de Heer
Simon Werner wrote: > We are encountering a problem with IE 6.0 SP1 where it seems to have > problems with compressed data being served from the IBM HTTP Server > 2.0.47 (Apache). IBM HTTP Server != Apache HTTP Server, It's based on Apache HTTP Server, with IBM specific stuff thrown in. Joost -

[EMAIL PROTECTED] Re: CustomLog Help ? Somebody?

2006-04-13 Thread Joost de Heer
> CustomLog "|/bin/sed 's/;variable/?variable' | /usr/sbin/rotatelogs > /etc/httpd/logs/mysite.%Y-%m-%d-%H_%M_%S 5M" combined - Instead of writing to a sed pipe, parsing the logfile before sending it to Livestats is much better IMO. - Does this command run fine from the command line? I.e. does 'ec

[EMAIL PROTECTED] Re: Single Sign-On to Virtual Hosts

2006-03-28 Thread Joost de Heer
David Knecht wrote: > This is probably a rather simple question related to single sign-on to > virtual hosts. Although I did some research I need some advice that > points me to the right direction... > > This is the environment: > > Virtual host A; Allowed users: administrator, user_a > Virtual ho

[EMAIL PROTECTED] Re: Reverse proxy with response update (once again)

2006-03-20 Thread Joost de Heer
FRAS Eddy RD-TECH-REN wrote: > I re-post this question, I'm sure someone will be able to tell me at least > if it's feasible or not. > I'd like to use httpd as a reverse proxy and modify the response sent by > the remote server with an XSL treatment (via a servlet for example). Something like mod_

[EMAIL PROTECTED] Re: [Digest Authentication Fail] Apache Http Server V2.2

2006-03-20 Thread Joost de Heer
> Step 3. Then update httpd.conf as following > LoadModule auth_digest_module modules/mod_auth_digest.so > >AllowOverride All > > > Step 4. Make a new directory named as /usr/local/apache/htdocs/secd, > create .htaccess as belows: > " > AuthType Digest > AuthName "Digest Test" > AuthUserFil

[EMAIL PROTECTED] Re: Apache precompiled version 1.3.33 for Solaris 8

2006-03-06 Thread Joost de Heer
Kaushal Shriyan wrote: > Hi > > I am looking out for Apache precompiled version 1.3.33 for Solaris 8 > Since I cannot rebuild from src on my particular solaris box ftp://ftp.heanet.ie/pub/blastwave/stable/sparc/5.8/apache-1.3.33-SunOS5.8-sparc-CSW.pkg.gz Joost --

[EMAIL PROTECTED] Re: How to rotate the logs in Windows XP?

2006-03-02 Thread Joost de Heer
PKarthick wrote: > Hi all, > I need to have separate log files on daily basis...for every 24 hours new > log file should be created... > When I am trying to rotate the log file (access.log) in Apache using > rotatelogs.exe,I could not start the apache service... What's in the event log? It should

RE: [EMAIL PROTECTED] Why doesn't Apache bind socket to vhost's IP addr.?

2006-03-02 Thread Joost de Heer
[EMAIL PROTECTED] wrote: > I think that's what I meant by "embedded Linux HTTP server" > I simply forgot its name. khttpd? Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

[EMAIL PROTECTED] Re: php and apache22

2006-02-23 Thread Joost de Heer
>>> In /var/log/messages the error did not show up --- it looks like >>> this is somewhere crunched in the startup script. Starting >>> apache directly I am prompted with: "No such file or directory: >>> Failed to enable the 'httpready' Accept Filter" >>> >>> Any idea what this means? http://www.m

RE: [EMAIL PROTECTED] Re: RewriteRule being ignored

2006-02-21 Thread Joost de Heer
Axel-Stéphane SMORGRAV wrote: > If memory serve me right, all mod_proxy hooks execute before mod_rewrite > in Apache 2.0. Module ordering is irrelevant. In that case, reverse proxying must be done with mod_rewrite, something like (untested!): ServerName www.myserver.com RewriteEngine On

Re: [EMAIL PROTECTED] mod_rewrite directives problem

2006-02-21 Thread Joost de Heer
Robert Ionescu wrote: > Shyne wrote: >> Apparently the directive RewriteCond %{REQUEST_FILENAME} !-f matches >> requests for existing files, which it should exactly not do. > > We were able to analyze the RewriteLog in a German mod_rewrite forum. > The problem here was the following: > > %{REQUEST_

[EMAIL PROTECTED] Re: INFLATE filter and content decompression

2006-02-21 Thread Joost de Heer
> I am looking for a way to do this under Apache2 and am > wondering whether anyone has any ideas. I have tried this: > > SetOutputFilter INFLATE > or perhaps? And on the mod_deflate page there are some examples on how to disable gzip compression, it shouldn't be too hard to reverse the logi

Re: [EMAIL PROTECTED] Soft. Load Balancer Recommendations

2006-02-21 Thread Joost de Heer
Jacqui Caren wrote: > Nick Kew wrote: >> On Sunday 19 February 2006 23:26, James Wuerflein wrote: >> >>>I'm looking for a software load balancer solution where I could do 1 to > [snip] >> Erm, why not start by telling us what's the matter with Apache's >> bundled loadbalancing capabilities? > > Sli

[EMAIL PROTECTED] Re: RewriteRule being ignored

2006-02-21 Thread Joost de Heer
David Hull wrote: > I am running apache 2.0.50 on SuSE 9.2. I also run Tomcat 5.0.28 and pass > connections to it from Apache. I installed Apache from the SuSE package. > > My RewriteRule is not working. It appears to be completely ignored. > Connections get passed to Tomcat via the Proxy pass w/o

RE: [EMAIL PROTECTED] PHP file not found.

2006-02-20 Thread Joost de Heer
> NameVirtualHost 192.168.1.4:80 > > Argument to NameVirtualHost and must be identical. So either fix your NameVirtualHost, or change your line (I'd suggest the NVH change) Joost - The official User-To-User support forum of

[EMAIL PROTECTED] Re: PHP file not found.

2006-02-19 Thread Joost de Heer
Nick wrote: > Hello there, I am using xampp with Apache 2.20 to test my site hosting. > The > system is hosted on a virtual PC - yes, I know. I'm working on it. > > I have edited my hosts file to point to the virtual machine's IP address, > but the only site, regardless of the URL I type in reverts

[EMAIL PROTECTED] Re: What's in the name of the user and group in httpd.conf?

2006-02-19 Thread Joost de Heer
pine oil wrote: > Can someone explain to me whether or not it matters for me to use any name > for the user and group in the httpd.conf? > > What does the user and group entry in the configuration file? Under windows they're ignored. Under Unix, if you start the server as root, the children will

[EMAIL PROTECTED] Re: Securing new apache installation

2006-02-19 Thread Joost de Heer
Dotan Cohen wrote: > I just installed apache 4.x on Kubuntu 5.10 via apt-get. You mean 'mysql 4.x'. Ask on a mysql mailinglist. Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

Re: [EMAIL PROTECTED] apache 2.2 build failure

2006-02-19 Thread Joost de Heer
kalin mintchev wrote: > > anybody has tried mod_proxy and balancer then? > >> hi al... >> >> trying to build apache 2.2 with the http proxy and load balancing >> modules >> enabled. ./configure went trough fine. the making fails. i'm attaching >> the full output of where the error happens but her

[EMAIL PROTECTED] Re: Redirect to https based on user ip address

2006-02-19 Thread Joost de Heer
Noel Stratton wrote: > Good Morning, > > I currently have an internal website. I am now required to let users > access the site outside of internal network. I have got it working so > that it will require authentication to an active directory domain when > the user is outside of my network. Howe

[EMAIL PROTECTED] Re: Proxying and load balancing

2006-02-17 Thread Joost de Heer
> > BalancerMember http://192.168.1.1:8080 loadfactor=50 > BalancerMember http://192.168.1.3:8080 loadfactor=50 > > > ProxyPass balancer://myCluster/myProject > ProxyPassReverse balancer://myCluster/myProject What this does is 'replace in the returned headers the

[EMAIL PROTECTED] Re: Tree report viewer problem apache ReverseProxy

2006-02-14 Thread Joost de Heer
isha b wrote: > Hi httpd users , > > I am hosting a webserver thorugh Reverse proxy. Everything is working fine > except the "Tree Report viewer "section . I guess you'll need mod_proxy_html to rewrite the source code of the page. But: > #SetOutputFilter proxy-html > #ProxyHTMLExtended On > #Prox

[EMAIL PROTECTED] Re: Apache 2 on Suse 9.1 Reverse Proxy not working

2006-02-14 Thread Joost de Heer
> 1. issue the following URL: http://lucas.delexian.com/ocs > 2. Server responds with rewrite of URL: > http://lucas.delexian.com/welcome/index.jsp > 3. However, server message is: > Object not found! > The requested URL was not found on this server. If you entered the URL > manually please check y

[EMAIL PROTECTED] Re: "missing configuration" errors in log

2006-02-14 Thread Joost de Heer
> Everything seems to be working fine, but there is an annoying debug > message that occurs every time the directory is accessed: > > [Tue Feb 14 00:26:38 2006] [debug] mod_auth_pgsql.c(778): \ > [client 10.0.0.4] [mod_auth_pgsql.c] - missing configuration parameters You probably load mod_auth_pgs

RE: [EMAIL PROTECTED] No go with Apache 2.0.55 and PHP 5.1.x

2006-02-10 Thread Joost de Heer
> If you are getting PHP code in the browser, have you set the > following in your httd.conf file: > > AddType application/x-httpd-php .php PHP should be configured with AddHandler and "anyone advocating in this century AddType for php needs a clue", to semi-quote Fajita. Joost

RE: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Joost de Heer
Nehal Sangoi wrote: > Hi > > I tried this option. But it is working differently then what i am thinking > for. > > I did follwoing entries in my httpd.conf file. > > CustomLog "|/appl/apache/bin/rotatelogs /appl/apache/logs/mod_jk.log 5M" The second arg to rotatelogs provided with Apache is the nu

[EMAIL PROTECTED] Re: Precompiled Mod_SSL binaries for Win32 and Apache 1.3

2006-02-01 Thread Joost de Heer
Jason J. Czerak wrote: > Anyone have a link to such a binary? I can't find one at all! Is there a reason why you still want to use 1.3? Active development for this version has been stopped for quite a while now. Joost - The off

[EMAIL PROTECTED] Re: reverse proxy - forward ip

2006-01-30 Thread Joost de Heer
allan juul wrote: > hello, > > we have on the same machine an apache2 in front (80) of a backend web > server (8000) in a reverse proxy set up. the backend sees the proxied > requests from the apache as coming from localhost. > we are in a situation were we need the backend to see the request comin

[EMAIL PROTECTED] Re: Problem with Images not displaying.

2006-01-30 Thread Joost de Heer
> The problem I am having is that none of the .gif images appear on > any of the pages. Question: Most browsers have a setting to disable automatic image loading. (In IE it's called 'Show pictures', in FF it's called 'Load images'). Did you accidentally turn this off? Next thing to do, if the

[EMAIL PROTECTED] Re: apache 2.2 mod_proxy failover/lb

2006-01-27 Thread Joost de Heer
> Does anyone know the syntax to disable a node in the balancer-member > config for mod_proxy? I'm currently using the following config: > BalancerMember http://ip2:80 status=D ( or status=d ) Should be 'status=disabled'. And yes, that's undocumented... Joost --

Re: [EMAIL PROTECTED] Yet another Redirect/ RedirectMatch question

2006-01-27 Thread Joost de Heer
Mukarram Syed wrote: > Hi. > Thanks for replying Joshua. Sorry for delay in responding back. > > Here is my redirect: > > > ServerName maxim-toastmaster.com > Redirect / http://www.esalton.com/ > Here are the headers when I go to 'http://maxim-toastmaster.com': HTTP/1.x 301 Moved Permanently S

[EMAIL PROTECTED] Re: wrong virthost

2006-01-24 Thread Joost de Heer
> NameVirtualHost 217.114.218.63 > > You vhost definitions should match the definition of NameVirtualHost. Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/u

[EMAIL PROTECTED] Re: Apache 2 and SSL on server with multiple IPs, SSL won't load...

2006-01-23 Thread Joost de Heer
> Listen 129.170.xxx.yyy:443 > SSLEngine on Use SSLEngine in the SSL vhost, not in the general configuration part. Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/u

Re: [EMAIL PROTECTED] IndexIgnore is Ignored With Multiple Slashses

2006-01-23 Thread Joost de Heer
Robert Ionescu wrote: > David Wolever wrote: >> I have noticed that mod_autoindex ignores the IndexIgnore >> directive if there is more than one slash after the >> domain name. Dirty fix (untested): RewriteCond %{REQUEST_URI} (.*)/{2,}(.*) RewriteRule (.*)/{2,}(.*) $1/$2 [N] Joost

[EMAIL PROTECTED] Re: Apache installation problem -socket address usage

2006-01-18 Thread Joost de Heer
Ian Western wrote: > Hi everyone, > can anyone out there help me. I'm trying to install Apache but whenever > I try to run it, I get a window with the text below: > > "(OS 10048) Only one usage of each socket address address/port> is normally permitted. :make_sockcould not bind to > addres

[EMAIL PROTECTED] Re: Disabling PUT DELETE and TRACE on Apache?

2006-01-11 Thread Joost de Heer
Emmanuel E wrote: > Hi, > > Is there any way to disable PUT DELETE and TRACE methods on Apache? User > authentication is one way but then it still allows authenticated users to > use those methods. Untested: RewriteCond %{REQUEST_METHOD} (PUT|DELETE|TRACE) RewriteRule (.*) - [F] Joost

[EMAIL PROTECTED] Re: verify error:num=20:unable to get local issuer certificate

2006-01-11 Thread Joost de Heer
Arun G Nair wrote: > Hi all, > I get this error when trying to connect to my SSL enabled site with > openssl's s_client. > > "verify error:num=20:unable to get local issuer certificate" > > I have purchased a CRT signed by AddTrust External Root CA through Comodo. >

[EMAIL PROTECTED] Re: Apache 2.2 - so - is it stable? How compatible is it?

2006-01-11 Thread Joost de Heer
Marc Perkel wrote: > I remember upgrading from 1.4 to 2.0 as being somewhat painful but well > worth it. So - I pose this question: > > How much pain is involved to go to 2.2 from 2.0.5x ? Relatively easy. The only thing you need to look out for is the new auth(z|n) structure. I.e. mod_access (whi

[EMAIL PROTECTED] Double authentication for a website?

2006-01-06 Thread Joost de Heer
I have a reverse proxy which needs double authentication: First the reverse proxy itself has an authentication, and then the machine that is reverse proxied to has authentication. Software used: - Apache 2.2.0 on Linux (Red Hat Enterprise Linux AS release 3 (Taroon Update 6), running kernel 2.4.21

[EMAIL PROTECTED] Re: Error message: Faulting application Apache.exe, version 0.0.0.0 faulting module php_oci8.dll

2005-12-18 Thread Joost de Heer
Todd Patrick wrote: > [stats] > Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production > Windows XP > Apache 1.3.3 or Apache 1.3.4 installed as a service That's -antique-. Try a more recent version of Apache, preferrably 2.0.55. Joost --

[EMAIL PROTECTED] Re: Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-07 Thread Joost de Heer
> Under this configuration, when I try to start apache, it fails with > "[error] Oops, no RSA or DSA server certificate found?!". Even under > Debug, it fails to tell me which certificate it hit this on. You do need to specify the SSLCertificate(Key)File in all SSL vhosts. Joost ---

[EMAIL PROTECTED] Re: Error on start

2005-12-04 Thread Joost de Heer
Michael S Pallos wrote: > I have installed Apache 2.0.55 on Solaris 10. The httpd is not starting > up > and the error_log reports the following: > (22) Invalid argument: setgid: unable to set group id to Group 4294967295. Your 'Group' directive probably points to a non-existing group. Joost

[EMAIL PROTECTED] Re: Startup failed, Apache 2.0.55

2005-12-04 Thread Joost de Heer
> When I attempt a start by executing "PREFIX/bin/apachectl -l start" I get > the following error: > ld.so.1: /usr/apache2/bin/httpd: libgcc_s.so.1: open failed: No such file > or > directory - Do you have this file on disk? (seeing you used gcc, it probably is) - Is the directory it's in in your

Re: [EMAIL PROTECTED] Help required for security vulnerabilities in 1.3.29

2005-11-30 Thread Joost de Heer
>> 1.3.34 was released several weeks ago (at least the Unix version, did >> William Rowe upload the win32 1.3.34 binary yet?) > > http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=113147100206551&w=2 > > I can't find the reference just now, but he later suggested this lack of > interest means we c

Re: [EMAIL PROTECTED] Help required for security vulnerabilities in 1.3.29

2005-11-29 Thread Joost de Heer
> To start, you can get information on apache 1.3 security vulnerabilities > here: > http://httpd.apache.org/security/vulnerabilities_13.html > You'll notice this lines up quite closely with the list you quote. > All of these problems could be fixed simply by upgrading your server > to the most rec

[EMAIL PROTECTED] Re: Apache configuration: width of lists of files ?

2005-11-29 Thread Joost de Heer
Uwe Dippel wrote: > On Mon, 28 Nov 2005 14:54:49 +0100, Joost de Heer wrote: > >> IndexOptions +NameWidth=* > > My excuses for asking this simple question. > My only excuse: It seems badly documented. I tried Google once I got your > answer, and there does not seem to

[EMAIL PROTECTED] Re: Apache configuration: width of lists of files ?

2005-11-28 Thread Joost de Heer
Uwe Dippel wrote: > When displaying files as lists, I found some small differences at the > widths between 1.3 and 2.0. So do my users, and ask me to set / change the > width of the columns to make more characters of the filenames show. I > found a similar request in the archives, more than 3 years

[EMAIL PROTECTED] mod_proxy_html question

2005-11-25 Thread Joost de Heer
Hello, I have a mod_proxy_html question: Software used: - Red Hat Enterprise Linux AS release 3 (Taroon Update 6) - httpd-2.1.9 (because I need mod_proxy_balancer) - mod_proxy_html 2.5 I use the following configuration for a reverse proxy vhost: SSLEngine on ServerName XXX.YYY.ZZZ SSLC

Re: [EMAIL PROTECTED] Migrating from IIS to Apache - how to keep the SSL certificate?

2005-11-22 Thread Joost de Heer
herauthon wrote: > Suspicious whitespace sequence : Avast Alert could you please fix your mail program so it won't bug us with this useless information? Joost - The official User-To-User support forum of the Apache HTTP Server

[EMAIL PROTECTED] Re: Migrating from IIS to Apache - how to keep the SSL certificate?

2005-11-22 Thread Joost de Heer
[EMAIL PROTECTED] wrote: > Hi, > > We are considering a migration from IIS to apache2 on a win2k server. I > got mod_ssl up and running with a self-signed sertificate but I hit the > wall when I tried to reuse our existing certificate signed from a CA. First export the IIS certificate: - Go to th

RE: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Joost de Heer
>> > NB - Remember that you can't do name-based VHs with SSL. >> >> I think Apache 2.1 can. >> > > You think wrong. I do think it can do it too. Although the certificate of the first vhost is always used, after the traffic is decrypted the vhosts act like normal name based vhosts. If all your vhos

Re: [EMAIL PROTECTED] Google Map of Apache users active on this list (OT)

2005-11-04 Thread Joost de Heer
>> We've been working with Google Maps to see if we can automatically map >> origins of emails to groups. > > FWIW, it has me in completely the wrong part of the country, At least you're only once in a wrong place, I'm twice on that map, and twice on a place where I don't live Joost -

[EMAIL PROTECTED] Re: How to configure httpd.conf for HTTP PUT Method

2005-11-04 Thread Joost de Heer
- Please stop sending HTML mail. - Please don't send your whole configuration. At least strip out all comments. Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/users

[EMAIL PROTECTED] Re: copy ssl cert from old machine to replacement machine?

2005-11-04 Thread Joost de Heer
Joe A said: > i have a machine that has apache2 and ssl setup on > domain.com > > i want to replace that machine with a new one ... do i have to request a > new > certificate or is there an easy way to copy the certificate to the new > machine that will be replacing the old one

<    1   2   3   >