Re: [EMAIL PROTECTED] Having error on Apachectl start

2005-09-14 Thread Robert Zagarello
I noticed on Apple's MAC OS X support site that the highest version of expat support is server 10.2 and then only using Apache 2.0.36, for eval purposes: http://docs.info.apple.com/article.html?artnum=107014 It sounds like the expat library detection is broken, but that is really a shot in the d

[EMAIL PROTECTED] Having error on Apachectl start

2005-09-14 Thread Boysenberry Payne
Hello, When I try to start Apache I get the following errors: dyld: /usr/local/httpd/bin/httpd version mismatch for library: /usr/local/httpd/lib/libexpat.0.dylib (compatibility version of user: 6.0.0 greater than library's version: 2.0.0) /usr/local/httpd/bin/apachectl: line 100: Trace/BPT

Re: [EMAIL PROTECTED] access control and .htaccess

2005-09-14 Thread Joshua Slive
On 9/14/05, Vieri Di Paola <[EMAIL PROTECTED]> wrote: > Isn't "Options All" supposed to do a listing of all > dirs and files? In version 2.0 you won't see directories/files that you don't have rights to access (because, for example, you haven't logged in). This is for security reasons. Joshua.

[EMAIL PROTECTED] Nameservers

2005-09-14 Thread Dana Marshall
Okay, I'm stuck. I want to have my domain point to my static IP, but when I go to Godaddy.com, and click on Nameservers, it wants a NAME, not an IP address. How do I resolve this? How do I set up a Nameserver, do I need to, or how do I get Godaddy.com to accept just the static IP? Dana

[EMAIL PROTECTED] access control and .htaccess

2005-09-14 Thread Vieri Di Paola
Hi, I'm using Gentoo 2005.0 and Apache 2 with -D DAV -D DAV_FS. WebDAV is working but there are still things I don't master as far as access control is concerned. My Apache2 httpd is using vhosts from dynamic-vhosts.conf. In the latter file I added: DAVlockDB /path/to/lock/file DAV On Options Al

Re: [EMAIL PROTECTED] Memory leak on Windows 2003

2005-09-14 Thread Joshua Slive
On 9/14/05, Marcos R. Cardoso <[EMAIL PROTECTED]> wrote: > Thanks for the help Joshua, but I forgot to add that we use some ASP > scripts here using Sun Chili!Soft ASP 3.6.2 > Could the ASP machine also make this memory inflation possible to happen? Any script running in an apache module is runn

Re: [EMAIL PROTECTED] Memory leak on Windows 2003

2005-09-14 Thread Marcos R. Cardoso
Thanks for the help Joshua, but I forgot to add that we use some ASP scripts here using Sun Chili!Soft ASP 3.6.2 Could the ASP machine also make this memory inflation possible to happen? Marcos R. Cardoso Brazil Joshua Slive wrote: On 9/13/05, Marcos R. Cardoso <[EMAIL PROTECTED]> wrote:

[EMAIL PROTECTED] Per-user CGI does not work

2005-09-14 Thread Joshua Slive
On 9/14/05, Jan Engelhardt <[EMAIL PROTECTED]> wrote: > [2005-09-14 20:24:54]: uid: (10721/cf) gid: (100/100) cmd: index.cgi > [2005-09-14 20:24:54]: cannot get docroot information (/home/cf) First, if you don't need suexec or you don't understand what it is, then you should simply turn it off by

[EMAIL PROTECTED] Apache vs Apache2 + PHP

2005-09-14 Thread Arnau
Hi all, Today I had to migrate from a server with Debian + Apache to another one with Debian + Apache2. The performance of our applications written with PHP has been penalized. The new server is a less powerful than the other one. I have googled a bit to check if this poor performance has to

Re: [EMAIL PROTECTED] DocumentRoot for Name-based Virtual Host

2005-09-14 Thread Joshua Slive
On 9/14/05, matt-nc <[EMAIL PROTECTED]> wrote: > It says, client denied by server configuration: > /home/amos/local-web/php/welcome.php This indicates an apache configuration issue rather than file-system permissions. You need to have Order Deny,Allow Allow from all Or something of the sort.

Re: [EMAIL PROTECTED] Per-user CGI does not work

2005-09-14 Thread Jan Engelhardt
>On 9/14/05, Jan Engelhardt <[EMAIL PROTECTED]> wrote: >> >> in mod_userdir.conf (Apache 2.0.53) as the help page for mod_userdir says to >> enable per-user CGI programs. However, when I try to open up a sample prog, I >> always get error 500. > >And what does the error log say? [Wed Sep 14 20:2

Re: [EMAIL PROTECTED] DocumentRoot for Name-based Virtual Host

2005-09-14 Thread matt-nc
At 01:23 PM 9/14/05 -0400, you wrote: > I put the following in httpd.conf: > > NameVirtualHost *:80 > > > DocumentRoot /home/amos/local-web/php > ServerName php-web > > > > then I added the following to the hosts file: > > 127.0.0.1 php-web > > > I created a file, welcome.

Re: [EMAIL PROTECTED] SSL termination on apache but client certificate routed through

2005-09-14 Thread allan juul
If I get that right your solution would provide the client certificate to the backend server in the form of a header variable. Is that correct? yes, that's correct Therefor the client certificate would not be available as part of a normal, standard conform SSL handshake but be essentially be c

Re: [EMAIL PROTECTED] Apache child heap size grew to 230 MB

2005-09-14 Thread Joshua Slive
On 9/13/05, Qingshan Xie <[EMAIL PROTECTED]> wrote: > I have an Apache-2.0.52 installed on a Solaris 8 host. > It is configured to be a worker MPM. Usually Apache > child's RSS is around ~14 MB. However sometimes it > grew to ~230 MB. after run the command > "/usr/proc/bin/pmap pid#", it prompt

Re: [EMAIL PROTECTED] Memory leak on Windows 2003

2005-09-14 Thread Joshua Slive
On 9/13/05, Marcos R. Cardoso <[EMAIL PROTECTED]> wrote: > Hi, here where I work we have the following configuration for our web > server: > > Windows 2003 > Apache 2.0.54 > PHP 4.4.0 > MySQL 4.0.20 > Unfortunately we are experiencing some huge problems concerning memory > usage by the Apache chi

Re: [EMAIL PROTECTED] 2 questions with apache2 operation

2005-09-14 Thread Joshua Slive
On 9/13/05, Dr. Scott S. Jones <[EMAIL PROTECTED]> wrote: > 1) I run Mailman 2.5 on my apache 2 installation, system running Debian 3.1. > I can open my mailman database if I enter it like this: > > http://fyrenice.com/cgi-bin/mailman/admin/listname > > However, if I leave out the '/cgi-b

Re: [EMAIL PROTECTED] DocumentRoot for Name-based Virtual Host

2005-09-14 Thread Joshua Slive
On 9/14/05, matt-nc <[EMAIL PROTECTED]> wrote: > I've created a name-based virtual host in Apache 2.0.54 and am trying to > get it to serve docs out of a directory under /home instead of the default > directory for localhost: /var/www/html. > > I put the following in httpd.conf: > > NameVirtualHo

[EMAIL PROTECTED] DocumentRoot for Name-based Virtual Host

2005-09-14 Thread matt-nc
I've created a name-based virtual host in Apache 2.0.54 and am trying to get it to serve docs out of a directory under /home instead of the default directory for localhost: /var/www/html. I put the following in httpd.conf: NameVirtualHost *:80 DocumentRoot /home/amos/local-web/php

Re: [EMAIL PROTECTED] Per-user CGI does not work

2005-09-14 Thread Joshua Slive
On 9/14/05, Jan Engelhardt <[EMAIL PROTECTED]> wrote: > > in mod_userdir.conf (Apache 2.0.53) as the help page for mod_userdir says to > enable per-user CGI programs. However, when I try to open up a sample prog, I > always get error 500. And what does the error log say? > It does work when I pu

[EMAIL PROTECTED] Per-user CGI does not work

2005-09-14 Thread Jan Engelhardt
Hello, I am using Options +ExecCGI SetHandler cgi-script in mod_userdir.conf (Apache 2.0.53) as the help page for mod_userdir says to enable per-user CGI programs. However, when I try to open up a sample prog, I always get error 500. #!/bin/bash cat

Re: [EMAIL PROTECTED] Server too slow

2005-09-14 Thread Joshua Slive
On 9/14/05, Fernando Barros <[EMAIL PROTECTED]> wrote: > Hi there, > > My configuration is Apache/2.0.39, RH AS (2.4.19-4GB), Coldfusion Enterprise > MX 6,1,0,63958 (flex too) e Java Version 1.4.2. My server is too slow and I > my little confusion That's an old version of apache. If it is rea

[EMAIL PROTECTED] Server too slow

2005-09-14 Thread Fernando Barros
Hi there, My configuration is Apache/2.0.39, RH AS (2.4.19-4GB), Coldfusion Enterprise MX 6,1,0,63958 (flex too) e Java Version 1.4.2. My server is too slow and I my little confusion how to fix that. One thing is really strange... my apache log file. Look this: [Wed Sep 14 10:32:34 2005] [notic

AW: [EMAIL PROTECTED] SSL termination on apache but clientcertificaterouted through

2005-09-14 Thread Guenther, Christian
Hi Allan,   If I get that right your solution would provide the client certificate to the backend server in the form of a header variable. Is that correct? Therefor the client certificate would not be available as part of a normal, standard conform SSL handshake but be essentially be copied in t

Re: [EMAIL PROTECTED] SSL termination on apache but client certificate routed through

2005-09-14 Thread allan
Quoting "Guenther, Christian" <[EMAIL PROTECTED]>: Hello List, I still have this question coming up: I have an apache configured as a reverse proxy. Behind that proxy there is an application server. A client is to connect to the apache via SSL and it needs to authenticate to the internal app

Re: [EMAIL PROTECTED] SSL termination on apache but client certificate routed through

2005-09-14 Thread isha b
Christain ,   Apache modules , mod_proxy_http and mod_proxy_html will help to so solve your problem , Compile and Include these module under your httd.conf as   # Example: # LoadModule foo_module modules/mod_foo.so LoadModule headers_module modules/mod_headers.so LoadModule proxy_module modules/

[EMAIL PROTECTED] SSL termination on apache but client certificate routed through

2005-09-14 Thread Guenther, Christian
Hello List,   I still have this question coming up: I have an apache configured as a reverse proxy. Behind that proxy there is an application server. A client is to connect to the apache via SSL and it needs to authenticate to the internal application server with it's client certificate. IS THIS

RE: [EMAIL PROTECTED] Both IP based and name based virtual host on same server.

2005-09-14 Thread Boyle Owen
-Original Message- From: Arun G Nair [mailto:[EMAIL PROTECTED] > Atlast I got it working So name based virtual hosting *is* possible with > mod_ssl. No it isn't. You only have encryption working. You do not have authentication. Just to put the record straight for anyone in the fut

Re: [EMAIL PROTECTED] Different security based on network interface

2005-09-14 Thread AragonX
> "AragonX" <[EMAIL PROTECTED]> writes: > > [...] > >> I know that mod_access and I think mod_security will allow me to do this >> but they do it based on IP address. I'm afraid someone will spoof the >> IP >> addresses of the internal network to bypass this security measure. > > The easiest way

[EMAIL PROTECTED] STDOUT of CGI childs not captured by Apache (Win32)

2005-09-14 Thread Stefan Krude
Hi all, I need to call several EXEs from a CGI batch (.cmd), but unfortunately the STDOUT of these EXEs aren't captured by Apache/2.0.54 (Win32) running under Windows 2000 (W2K) and therefore not visible in the web browser. Is there any way to get the output of the EXEs to the browser? Thanks