[EMAIL PROTECTED] Error comes while running make commond to install apache2.2.8 on solaris machine

2008-04-24 Thread Narendra Verma
Hi all, I am getting the below cut and paste error when I execute the make command .I did find the make command and added its path in the .profile. Can any body help me why this error is coming ?? -bash-3.00$ make Making all in srclib Making all in apr Making all in apr-util Making all in xml/ex

[EMAIL PROTECTED] Test case for Apache mod_logio

2008-04-24 Thread Arnab Ganguly
Hi All, I would like to load the mod_logio in my web server.So wanted to know about any issues are going to be faced.Does Apache has any standard test cases to make ensure that the module works fine or what are the things we should target to about the behavior.I guess the mod_logio does not have go

[EMAIL PROTECTED] .htaccess for script aliased directories‏

2008-04-24 Thread Pam Astor
I am trying to password protect a sub directory within the web space of a domain that is serving site statistics of awstats generated pages. The path to the dir is /home/user1/www/awstats. When testing, I am able to get a username and password prompt for the front page of the site, i.e. for w

Re: [EMAIL PROTECTED] Force Apache to send the correct encoding

2008-04-24 Thread Dragon
Marcelo de Moraes Serpa wrote: Hello, This might be a simple question, but I'm having issues serving HTML files with the ISO-8859-1 encoding. I could, in theory, change the encoding of each file, but doing so for thousands of files is not so practical. I've got a VirtualHost and inside it I

[EMAIL PROTECTED] Force Apache to send the correct encoding

2008-04-24 Thread Marcelo de Moraes Serpa
Hello, This might be a simple question, but I'm having issues serving HTML files with the ISO-8859-1 encoding. I could, in theory, change the encoding of each file, but doing so for thousands of files is not so practical. I've got a VirtualHost and inside it I have an alias: Alias /doc "/hom

RE: [EMAIL PROTECTED] How to encrypt traffic between client and apache proxy server

2008-04-24 Thread Stephen Hu
Thank you so much Emmanuel. I applied patch. Everything is working good now. Perfect! Very Best Regards! Stephen From: Emmanuel E [mailto:[EMAIL PROTECTED] Sent: April 24, 2008 1:15 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How to encrypt traffic between client and apache

Re: [EMAIL PROTECTED] How to encrypt traffic between client and apache proxy server

2008-04-24 Thread Emmanuel E
check out https://issues.apache.org/bugzilla/show_bug.cgi?id=29744 and use the patch available there. its a pity that this patch still wont make it to the main tree... - Original Message - From: Stephen Hu To: users@httpd.apache.org Sent: Thursday, April 24, 2008 8:44 PM Subj

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread FINKEL, PAUL D, ATTSI
I've suggested it, of course, but I understand their predicament Paul Finkel AT&T Chief Security Office 732.420.3105 -Original Message- From: Dragon [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2008 11:43 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Director

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread Dragon
FINKEL, PAUL D, ATTSI wrote: Heh - I'm just the sysadmin : - ) End original message. - My personal opinion (of course...) as the sysadmin, it should be your place to recommend a better way instead of trying to fix a mess somebody else thinks is acceptable.

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread FINKEL, PAUL D, ATTSI
Heh - I'm just the sysadmin : - ) -Original Message- From: Dragon [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2008 11:20 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Directory listings take FINKEL, PAUL D, ATTSI wrote: >Hi - > >Thanks for your reply. When th

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread Dragon
FINKEL, PAUL D, ATTSI wrote: Hi - Thanks for your reply. When the page is finally rendered, as a test I save it on my desktop and then open it and it takes but a few seconds for the full page to build, so I'm fairly sure a script (index.cgi) would do fine. I've created a crude shell script

[EMAIL PROTECTED] How to encrypt traffic between client and apache proxy server

2008-04-24 Thread Stephen Hu
Hi, I was trying to setup a forward proxy solution with apache, but via port 443(SSL) rather than just via 80. So I hope it should work as the following diagram: Client(IP1:Random) (IP2:443)Apache(IP2:Random) (IP3:443)Web Server 1 |SSL Hand Shake-(443)| 2 |-CONNECT I

[EMAIL PROTECTED] Help cross compiling

2008-04-24 Thread Marta Gros Marín
Can't anyone help me with this?? Hi to all! I have Texas Davinci DM 355 board (it's an arm) with Linux Montavista, in my computer I have Linux Ubuntu, and I'm trying to cross compile Apache in my Davinci Board but I can't. I get this error all the time when I run ./configure: checking for /dev/z

Re: [EMAIL PROTECTED] file doesn't exist

2008-04-24 Thread Joshua Slive
On Thu, Apr 24, 2008 at 10:23 AM, Martin <[EMAIL PROTECTED]> wrote: > OK, I thought /htdocs was starting in the webroot rather than the "real" > root. But why would it produce that error if the "only" problem was the VH There is probably another section someplace that is getting matched and has

Re: [EMAIL PROTECTED] Is there any precompiled version available of apache2.2.8 for UNIX

2008-04-24 Thread Krist van Besien
On Thu, Apr 24, 2008 at 4:13 PM, Narendra Verma <[EMAIL PROTECTED]> wrote: > Hi there is a source available of apache_2.2.8 for UNIX. > > As per my production requirement, I have to install this apache server in > more Solaris machines. > > So problem is that I have to repeat compilation at all ma

Re: [EMAIL PROTECTED] file doesn't exist

2008-04-24 Thread Martin
Joshua Slive skrev: On Thu, Apr 24, 2008 at 8:42 AM, Martin <[EMAIL PROTECTED]> wrote: This is my httpd.conf file mail:/etc/apache2# cat httpd.conf NameVirtualHost *:80 That should be . I bet that fixes your problem. Yes! Thanks a lot. Sometimes things are easily solved by mo

RE: [EMAIL PROTECTED] Is there any precompiled version available of apache2.2.8 for UNIX

2008-04-24 Thread Narendra Verma
Thanks for reply, Can you please tell me more about my questions? Thanks Narendra -Original Message- From: FINKEL, PAUL D, ATTSI [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2008 7:50 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Is there any precompiled version av

RE: [EMAIL PROTECTED] Is there any precompiled version available of apache2.2.8 for UNIX

2008-04-24 Thread FINKEL, PAUL D, ATTSI
you might want to try SUN freeware sight for compiled package From: Narendra Verma [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2008 10:14 AM To: 'users@httpd.apache.org' Subject: [EMAIL PROTECTED] Is there any precompiled version available of apache

[EMAIL PROTECTED] Is there any precompiled version available of apache2.2.8 for UNIX

2008-04-24 Thread Narendra Verma
Hi all, Hi there is a source available of apache_2.2.8 for UNIX. As per my production requirement, I have to install this apache server in more Solaris machines. So problem is that I have to repeat compilation at all machines. Is there any another solution that ignores this repetition of compila

Re: [EMAIL PROTECTED] file doesn't exist

2008-04-24 Thread Joshua Slive
On Thu, Apr 24, 2008 at 8:42 AM, Martin <[EMAIL PROTECTED]> wrote: > This is my httpd.conf file > > mail:/etc/apache2# cat httpd.conf > NameVirtualHost *:80 > That should be . I bet that fixes your problem. > [Thu Apr 24 15:28:43 2008] [error] [client 192.168.0.81] File does not > exist: /

[EMAIL PROTECTED] Localized folder names from .directory files

2008-04-24 Thread Daniel Aleksandersen
Hi, Below follows an except from a local configuration file used by KDE on my Debian desktop system [~/.kde/Autostart/.directory]. Similar configuration files are found in the ~/Home/, ~/Music/, and /Application/ directory on Mac OS 10. > [Desktop Entry] > Type=Directory > Name[en]=Autostart >

Re: [EMAIL PROTECTED] file doesn't exist

2008-04-24 Thread Martin
Joshua Slive skrev: On Sat, Apr 19, 2008 at 2:53 AM, Martin S <[EMAIL PROTECTED]> wrote: Davide Bianchi skrev: Martin S wrote: /var/www/apache2-default, still it tries to find /htdocs for the outside boxen. Your configuration is certainly broken. How do you ge

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread FINKEL, PAUL D, ATTSI
Hi - Thanks for your reply. When the page is finally rendered, as a test I save it on my desktop and then open it and it takes but a few seconds for the full page to build, so I'm fairly sure a script (index.cgi) would do fine. I've created a crude shell script to build the page and not only i

RE: [EMAIL PROTECTED] Clustering Jboss using Apache load balancer.

2008-04-24 Thread Narendra Verma
Hi, You wrote that "Initially, all the nodes seeming working well" that means your environment is working well for loadbalancing Ensure that there must be setup among jboss servers for clustering support (session replication). If yes then you have to configure like worker.loadbala

Re: [EMAIL PROTECTED] Fetching pages from a user's home filestore on windows

2008-04-24 Thread Mike Sandells
On 16/04/2008 15:35, William A. Rowe, Jr. wrote: See what mod_userdir on win32 has to say about it... my only question is whether or not apr is returning the 'local' home path or the remote one in your case. Of course you must first change the "run as" user for the service to a user account w

[EMAIL PROTECTED] Help cross compiling

2008-04-24 Thread Marta Gros Marín
Hi to all! I have Texas Davinci DM 355 board (it's an arm) with Linux Montavista, in my computer I have Linux Ubuntu, and I'm trying to cross compile Apache in my Davinci Board but I can't. I get this error all the time when I run ./configure: checking for /dev/zero... configure: error: cannot ch

Re: [EMAIL PROTECTED] Ldap Bind (w/ mod_auth_ldap)

2008-04-24 Thread Krist van Besien
On Wed, Apr 23, 2008 at 5:01 PM, Jess Holle <[EMAIL PROTECTED]> wrote: > > Krist van Besien wrote: > > > If you're wed to AD and have a stupid password change policy > (Sarbannes-Oxley is inane in this regard -- this just encourages > lower-quality passwords, writing down passwords, etc -- and ap

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread Boyle Owen
From: FINKEL, PAUL D, ATTSI [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 23, 2008 9:14 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Directory listings take really long time.