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
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
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
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
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
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
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]:
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
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
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,
:
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
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
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
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
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
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
>
>
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
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
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
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;
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
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.
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
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/"
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
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
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
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
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
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
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
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
> -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
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!!!
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
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
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
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.
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
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
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.
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
42 matches
Mail list logo