Re: [EMAIL PROTECTED] apache and webmin

2006-03-01 Thread RYAN vAN GINNEKEN
Richard de Vries wrote: The fact "locate" shows the file as being there does not necesarrily mean it is still there. Have you tried doing a "ls -la /usr/local/lib/libexpat.so.5". Perhaps libexpat.so.5 is a symbolic link to a no longer existing file? You were correct the file is gone dam how d

[EMAIL PROTECTED] sed: 1: "s,%%FTPUSERS%%,$FreeBSD ...":

2006-03-01 Thread RYAN M. vAN GINNEKEN
Hello I am running Apache.0.53 on FreeBSD 4.11 and get this error when trying to stop Apache apachectl stop /usr/libexec/ld-elf.so.1: Shared object "libexpat.so.5" not found, required by "httpd" So i searched archives and googled everywhere to find a solution but have discovered nothing. So

Re: [EMAIL PROTECTED] apache and webmin

2006-03-01 Thread Richard de Vries
The fact "locate" shows the file as being there does not necesarrily mean it is still there. Have you tried doing a "ls -la /usr/local/lib/libexpat.so.5". Perhaps libexpat.so.5 is a symbolic link to a no longer existing file? Additionally, you could try to set your LD_LIBRARY_PATH to specifically

[EMAIL PROTECTED] SSLVerifyClient require in Virtual Host

2006-03-01 Thread Tony Davies
Hi, I am running Apache 2.0.55 on a Linux From Scratch box. I am trying to get an entire virtual host to get an entire virtual host to use client certificates to authenticate, however I can only get it to work on directive (I havent tried ) which forces a renogiate. This is fine for things li

Re: [EMAIL PROTECTED] mod_proxy_html does not like meta tags

2006-03-01 Thread Nick Kew
On Wednesday 01 March 2006 20:13, [EMAIL PROTECTED] wrote: > eg: >content="5;URL=http://internal.example.com/mail/koen.vdvelde.nsf?opendataba >se"> > > will NOT be translated in : > > content="5;URL=http://external.example.com/mail/koen.vdvelde.nsf?opendataba >se"> > > > Any idea what I a

[EMAIL PROTECTED] apache and webmin

2006-03-01 Thread RYAN vAN GINNEKEN
Hello i have recently installed webmin/virtual min on my Freebsd 4.11 system and it seems to have broken apache2. However apache has been running so well for so long i have not had to look at it so this could be unrelated to the forementioned webmin install. This is my problem i get the erro

[EMAIL PROTECTED] Apache 1.3 compile error

2006-03-01 Thread joe
Hi, Everyone, I have a Fedora Core 4 installation and I'm trying to install PHP 5 statically with Apache. However, after running ./configure on Apache (Apache 1.3.34), make fails with the following error output: ===> src/modules/php5 make[4]: *** No rule to make target `all'. Stop. make[3]:

[EMAIL PROTECTED] mod_proxy_html does not like meta tags

2006-03-01 Thread koen . vdvelde
Hi, I'm trying to configure a reverse proxy using apache httpd-2.0.46-25.ent.rpm I installed mod_proxy_html and tried to follow the installation instructions on http://www.apacheweek.com/features/reverseproxies As a result; my httpd.conf looks like this : < LoadFile /usr/lib/libxml2.so < Load

Re: [EMAIL PROTECTED] write prob in webdav

2006-03-01 Thread Joshua Slive
On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > strace httpd -X gives quite a long output and i dont know what to do with it > n yea i sent it on fedora list also, ok i'll keep it in mind next time > SELinux isnt enabled on the system, but if u tell me the way i could > re-check it and turn it

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

2006-03-01 Thread Eugene
On Wed, Mar 01, 2006 at 11:50:34AM CST, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: : : I will have to watch the load on the server : and then possibly decide on compiling a lean static httpd with : only rudimentary functionality : (e.g. this one wouldn't need mod_ssl, mod_vhost, mod_include, :

[EMAIL PROTECTED] Virtual Hosts Problem

2006-03-01 Thread kloomis
Hello: I've read the apache Virtual hosts doc and looked at the examples and I still can't get my httpd.conf working 100% right. Users access my server using an IP address, 123.456.789.012, and several different sub-domain names - abc.example.com , def.example.com, and ghi.example.com I als

Re: [EMAIL PROTECTED] write prob in webdav

2006-03-01 Thread azeem ahmad
From: "Joshua Slive" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] write prob in webdav Date: Wed, 1 Mar 2006 12:07:54 -0500 On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > > > and i have deleted lockdb, changed dav permissi

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

2006-03-01 Thread Ralph.Grothe
Ok guys, got that. I will have to watch the load on the server and then possibly decide on compiling a lean static httpd with only rudimentary functionality (e.g. this one wouldn't need mod_ssl, mod_vhost, mod_include, mod_rewrite, ...) which exclusively serves my private LAN. Maybe even CPAN's H

[EMAIL PROTECTED] LocationMatch and RE help Plz

2006-03-01 Thread Douglas Acheson
Hello, I am having an issue with LocationMatch and PCREs :-(. Here is the scenario. I am using Apache httpd as a loadbalancer between two tomcat instances, which is working fine. Now I want to have the web server serve up all static content, and tomcat server up JSPs and the other dynamic c

Re: [EMAIL PROTECTED] write prob in webdav

2006-03-01 Thread Joshua Slive
On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > > > and i have deleted lockdb, changed dav permissions to > drwxr-xr-x 2 apache apache 4096 Nov 29 04:27 dav > > restarted httpd > but even neither apache is creating a lockdb nor the problem resolved Check the error log again. (You should be d

Re: [EMAIL PROTECTED] write prob in webdav

2006-03-01 Thread azeem ahmad
From: "Joshua Slive" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] write prob in webdav Date: Wed, 1 Mar 2006 11:42:43 -0500 On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > here is lockdb directive in my httpd.conf > >

Re: [EMAIL PROTECTED] write prob in webdav

2006-03-01 Thread Joshua Slive
On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > here is lockdb directive in my httpd.conf > > # Location of the WebDAV lock database. >DAVLockDB /etc/httpd/dav/lockdb > > > i also tried it by getting out of ifmodule directive, but it doesnt work Gettind rid of is a good idea. It o

[EMAIL PROTECTED] mod_proxy_html - First Time User of List

2006-03-01 Thread Stankowski, Seth
Hi, Does anyone have any experience or can help me out compiling mod_proxy_html for Windows. I've compiled Apache 2.0.55 for Windows and now need the ability to use a reverse proxy using Apache. I've successfully compiled libxml2 which is required for this module, but keep running into issues on

Re: [EMAIL PROTECTED] write prob in webdav

2006-03-01 Thread azeem ahmad
From: "Joshua Slive" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] write prob in webdav Date: Wed, 1 Mar 2006 11:17:55 -0500 On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > > [Wed Nov 29 03:43:57 2000] [error] [client 192.16

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

2006-03-01 Thread Jacqui Caren
Nick Kew wrote: On Wednesday 01 March 2006 13:39, [EMAIL PROTECTED] wrote: Is there a way to restrict the forked servers for this vhost while keeping the higher numbers for the public webserver? That doesn't make sense. None of your children are "for" either this vhost or the public webserver;

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

2006-03-01 Thread Joshua Slive
On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Nick, > > of course does it make sense to me. > > Why would I want to have 10 preforked httpd children listening on > 192.168.*.*:80 > when I know that there will be only occassional single requests > to this private address. > As I said

Re: [EMAIL PROTECTED] write prob in webdav

2006-03-01 Thread Joshua Slive
On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > > [Wed Nov 29 03:43:57 2000] [error] [client 192.168.3.6] The locks could not > be queried for verification against a possible "If:" header. [500, #0] > [Wed Nov 29 03:43:57 2000] [error] [client 192.168.3.6] Could not open the > lock database.

Re: [EMAIL PROTECTED] write prob in webdav

2006-03-01 Thread azeem ahmad
From: "Joshua Slive" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] write prob in webdav Date: Wed, 1 Mar 2006 11:08:18 -0500 On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > hi list > i have configured webdav, its working wel

Re: [EMAIL PROTECTED] write prob in webdav

2006-03-01 Thread Joshua Slive
On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > hi list > i have configured webdav, its working well while copying or reading the > contents, but its not writing or deleting any file, y is that so. > apache is working as user apache > below is the config > > > Alias /webdav/ "/var/www/webdav/"

[EMAIL PROTECTED] write prob in webdav

2006-03-01 Thread azeem ahmad
hi list i have configured webdav, its working well while copying or reading the contents, but its not writing or deleting any file, y is that so. apache is working as user apache below is the config Alias /webdav/ "/var/www/webdav/" DAV on AuthType Basic AuthName "WebDAV Storage" AuthUserFile

RE: [EMAIL PROTECTED] OS Env variables - TMP

2006-03-01 Thread [EMAIL PROTECTED]
To resolve my problem, I have finally done the following: - copy httpd.con to %temp% directory - parse the httpd.conf file to find some particular instructions which I created in the httpd.conf file - run apache using this conf file in the %temp% dir VoilĂ . I don't really like this kind of tweaki

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

2006-03-01 Thread Ralph.Grothe
Hi Nick, of course does it make sense to me. Why would I want to have 10 preforked httpd children listening on 192.168.*.*:80 when I know that there will be only occassional single requests to this private address. As I said this URL should only server internal occassional maintenance and stats r

[EMAIL PROTECTED] Apache2 with proxy and Microsoft Windows Update

2006-03-01 Thread Dominique Bagnato
Bonjour everyone, I have just installed apache2 with proxy module on Sun Solaris 10 x86 on a Dell PowerEdge 2850. The proxy works fine on all my computers client (XP, windows2000) but I cannot download the windows update from Microsoft. I went on Microsoft web-site and try everythink they recom

Re: [EMAIL PROTECTED] Basic Authentication with mod_proxy

2006-03-01 Thread Joshua Slive
On 3/1/06, Henrique Craveiro <[EMAIL PROTECTED]> wrote: > Hi, > > Sorry, I was using , I tried and now it works! > Thanks :) > > Henrique > > PS - By the way, which is the reason for it not to work using Directory? only applies to actual filesystem directories on the server. When using proxy, t

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

2006-03-01 Thread Nick Kew
On Wednesday 01 March 2006 13:39, [EMAIL PROTECTED] wrote: > Is there a way to restrict the forked servers for this vhost > while keeping the higher numbers for the public webserver? That doesn't make sense. None of your children are "for" either this vhost or the public webserver; they just ser

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

2006-03-01 Thread Ralph.Grothe
Hi Joshua, ouch, I knew I missed something vital. You see, I errantly first tried to put the additional Listen in the vhost container where it definitely didn't belong. # apachectl configtest Syntax error on line 5 of /var/www/apache/conf.d/vhosts.conf: Listen cannot occur within section That

RE: [EMAIL PROTECTED] OS Env variables - TMP

2006-03-01 Thread [EMAIL PROTECTED]
Thanks a lot for that. I think I will go into this direction. i have downloaded IndigoPerl along with Apache. Further to what you said about apachectl, it seems that this command does not exist under Windows, but we have to use instead "apache -k". If I understand you well, apachectl allows me t

RE: [EMAIL PROTECTED] OS Env variables - TMP

2006-03-01 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 28. Februar 2006 11:29 > To: users > Subject: [EMAIL PROTECTED] OS Env variables - TMP I've been following your thread... Yours is the classic problem that arises when you need to configure apache

Re: [EMAIL PROTECTED] OS Env variables - TMP

2006-03-01 Thread [EMAIL PROTECTED]
This is not working for me. Is there a specific module to load ??? Maybe not working on windows. In any case I would need to have access the temp directory on windows, not the server root, since the server is running from CD. Except from that little but annoying thing, everything works fine!!!

Re: [EMAIL PROTECTED] OS Env variables - TMP

2006-03-01 Thread Khai Doan
To use environment variable in httpd.conf: ${SERVERROOT} This works for me. I am running apache 2 on linux fedora core 2. Khai From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: "users" Subject: Re: [EMAIL PROTECTED] OS Env variables - TMP Date: Wed, 1 Mar

[EMAIL PROTECTED] Reverse proxying from Apache to Tomcat and Basic Authentication

2006-03-01 Thread Ezio Paglia
Hi all. Maybe the problems I am describing are more likely related to Tomcat users, yet I think that an architecture based on an Apache as front-end and one or more Tomcat's as back ends is quite common. Reverse proxying from Apache to Tomcat works, and it still works if we let Tomcat to pro

RE: [EMAIL PROTECTED] Basic Authentication with mod_proxy

2006-03-01 Thread Henrique Craveiro
Hi, Sorry, I was using , I tried and now it works! Thanks :) Henrique PS - By the way, which is the reason for it not to work using Directory? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: segunda-feira, 27 de Fevereiro de 2006 1

Re: [EMAIL PROTECTED] Case insensitive username in htaccess.

2006-03-01 Thread Nick Kew
On Wednesday 01 March 2006 09:05, Jesper Krogh wrote: > "fold"? .. Bah. That's exactly what you do in your patch. /me needs to wake up. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project.

Re: [EMAIL PROTECTED] OS Env variables - TMP

2006-03-01 Thread [EMAIL PROTECTED]
Tx for the tip, this module is exactly what i am looking for. The pb is that it does not seem to be working on windows problem, unfortunately!!! Going through some sites, I was wondering if mod_perl would do the job as well, i.e. reading the full config file and replacing, using regular express

Re: [EMAIL PROTECTED] Case insensitive username in htaccess.

2006-03-01 Thread Jesper Krogh
On 3/1/06, Nick Kew <[EMAIL PROTECTED]> wrote: > On Wednesday 01 March 2006 07:45, Jesper Krogh wrote: > > > Hmmm. Don't you get that behaviour if you use a case-insensitive > > > filesystem? > > > > No. That would give me flexibillity in the names of the files > > containing the user-list, not th

Re: [EMAIL PROTECTED] Case insensitive username in htaccess.

2006-03-01 Thread Nick Kew
On Wednesday 01 March 2006 07:45, Jesper Krogh wrote: > > Hmmm. Don't you get that behaviour if you use a case-insensitive > > filesystem? > > No. That would give me flexibillity in the names of the files > containing the user-list, not the > usernames. It's a fair cop - I misread your question.

Re: [EMAIL PROTECTED] Case insensitive username in htaccess.

2006-03-01 Thread Jesper Krogh
On 3/1/06, Jesper Krogh <[EMAIL PROTECTED]> wrote: > On 3/1/06, Nick Kew <[EMAIL PROTECTED]> wrote: > > On Tuesday 28 February 2006 21:40, Jesper Krogh wrote: > > > Is it possible to make apache match the username "case-insensitive" > > > against lists in AuthUserFile /AuthGroupFile? > > > > That w