[EMAIL PROTECTED] config "apache" account

2006-11-07 Thread Tim Liu
Folks,am newie to apache linux . google and read apache docu but don't find answer. thx in advance.What is "apache" account? After apache installation, i find the following account:[] id apache uid=48(apache) gid=48(apache) groups=1704(labtools),48(apache)Should i use it to lauch apache server? or

RE: [EMAIL PROTECTED] Best way of forwarding traffice from Apache 1.3 to 2.0

2006-11-07 Thread Boyle Owen
> -Original Message- > From: Joseph Cheng [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 07, 2006 9:31 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Best way of forwarding traffice from > Apache 1.3 to 2.0 > > Hello I have done basic url forwarding before but I am try

[EMAIL PROTECTED] mod_rewrite.a and mod_rewrite.la instead of .so

2006-11-07 Thread Rik Serpentier
Hi, I'm working on Mac OS X 10.4.8 (Intel), and have little experience with Unix-commands. I have two questions : 1) When installing Apache 2.2.3 from source I run these commands in Terminal : $ sudo ./configure" \ >--prefix=/apache_test \ >--enable-modules=most \ >--enable-mods-shared=all \ >

[EMAIL PROTECTED] No htdocs directory in http://mirrors.isc.org/pub/apache/httpd/binaries/rpm/i386/httpd-2.0.59-1.i386.rpm

2006-11-07 Thread Tim Liu
Folks,After installing Apache 2.0.59 in red hat ent lnx 4.0, i don't find htdocs directory which causes apache fail to start. Default vaule for DocumentRoot in httpd.conf is /var/www/htdocsI am using this binary distribution: http://mirrors.isc.org/pub/apache/httpd/binaries/rpm/i386/httpd-2.0.59-1.

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html (Solved!)

2006-11-07 Thread mickg
Just to put my money where my mouth is, I have implemented a (stupid) prototype that does: If no known charset is native to libxml2 detected , a recompiled version of mod_proxy_html now uses iconv (eventually via the xmlFindCharEncodingHandler function) to convert from the source encoding to UTF-

Re: [EMAIL PROTECTED] Restarting Apache

2006-11-07 Thread Sean Conner
It was thus said that the Great Jonathan Horne once stated: > On Tuesday 07 November 2006 20:32, [EMAIL PROTECTED] wrote: > > I'm a newbie to Apache, actually, a dummy (: > > > > Can someone please explain to me, > > why am I allowed to restart Apache with > > > > httpd -k {restart|graceful} > > >

Re: [EMAIL PROTECTED] Restarting Apache

2006-11-07 Thread Jonathan Horne
On Tuesday 07 November 2006 20:32, [EMAIL PROTECTED] wrote: > I'm a newbie to Apache, actually, a dummy (: > > Can someone please explain to me, > why am I allowed to restart Apache with > > httpd -k {restart|graceful} > > while working in shell interactively, > and am failed to do so if it's done

[EMAIL PROTECTED] Restarting Apache

2006-11-07 Thread Lamotkin
I'm a newbie to Apache, actually, a dummy (: Can someone please explain to me, why am I allowed to restart Apache with httpd -k {restart|graceful} while working in shell interactively, and am failed to do so if it's done as a part of shell script started by cron?

[EMAIL PROTECTED] Restarting Apache

2006-11-07 Thread Lamotkin
I'm a newbie to Apache, actually, a dummy (: Can someone please explain to me, why am I allowed to restart Apache with httpd -k {restart|graceful} while working in shell interactively, and am failed to do so if it's done as a part of shell script started by cron?

Re: [EMAIL PROTECTED] Apache load balancing

2006-11-07 Thread Jacky
OK. Thanks for the tip. Kenneth Svee wrote: [ "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> ] Dear all, In our environment, we are using 1 apache server and load balanced to 2 resin servers (all in different machines). A snippet of our apache httpd.conf: RewriteEngine on Rewrit

Re: [EMAIL PROTECTED] Apache + Perl and PHP

2006-11-07 Thread Spartanicus
"Stefano Sasso" <[EMAIL PROTECTED]> wrote: >you have to add >AddHandler cgi-script .pl >to your apache config file. Thanks, that did the trick. -- Spartanicus (email whitelist in use, non list-server mail will not be seen) -

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html

2006-11-07 Thread mickg
Nick Kew wrote: On Tue, 07 Nov 2006 17:49:25 -0500 mickg <[EMAIL PROTECTED]> wrote: 2 questions: I think I'd have to play with that hands-on to figure it out with your attempted configuration. Was that an offer :) If yes, please say so, and shell account will be provided. (As the system is

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html

2006-11-07 Thread Nick Kew
On Tue, 07 Nov 2006 17:49:25 -0500 mickg <[EMAIL PROTECTED]> wrote: > 2 questions: > > I think I'd have to play with that hands-on to figure it out > > with your attempted configuration. > Was that an offer :) If yes, please say so, and shell account will be > provided. (As the system is a VM,

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html

2006-11-07 Thread mickg
Nick Kew wrote: On Tue, 07 Nov 2006 08:50:30 -0500 mickg <[EMAIL PROTECTED]> wrote: Secondly, isn't windows-1251 just MS's bastardisation of Latin-1? In the lower registers, yes. In the upper ones, no. Because it is really Cyrillyc-1251. Oh, erm, right. Cyrillic. I must've been confusing

[EMAIL PROTECTED] httpd 2.2.3 segfaults using mod_authn_dbd/sqlite

2006-11-07 Thread Sascha Kersken
Hi, when I try to use mod_authn_dbd with sqlite3 driver (the mysql driver doesn't compile at all with any of the contradictory instructions on the web, btw), I encounter the following segfault message: /usr/local/apache2/bin/apachectl: line 78: 24956 Segmentation fault $HTTPD -k $ARGV Th

Re: [EMAIL PROTECTED] Re: Compiling Apache 2.2.3 - SuSe 10.1 64 bits

2006-11-07 Thread Anastasios Hatzis
Sander Temme wrote: Rodolfo, On Nov 4, 2006, at 7:43 PM, Rodolfo wrote: 1 - Follows the make output line immediately preceding the error: /opt/instalacao/apache/httpd-2.2.3/srclib/apr/include -version-info 2:7:2 -o libaprutil-1.la -rpath /opt/apache2/lib buckets/apr_buckets_pipe.lo <...> /

[EMAIL PROTECTED] Best way of forwarding traffice from Apache 1.3 to 2.0

2006-11-07 Thread Joseph Cheng
Hello I have done basic url forwarding before but I am trying to see how to do some thing different now. I have old apache 1.3 server and brand new 2.0 server. Right now the 1.3 server is live with http clients hitting it. I am trying to see what would be best way to direct _all_ http clients goin

Re: [EMAIL PROTECTED] Using Edge Side Includes (ESI) with Apache

2006-11-07 Thread Nick Kew
On Tue, 7 Nov 2006 18:25:34 +0100 "thomas Armstrong" <[EMAIL PROTECTED]> wrote: > Hi. > > Using Apache 2, I'm trying to work with Edge Side Includes (ESI) in > order to Akamai my webpages: > http://www.akamai.com/html/support/esi.html > > Does anybody know any module for Apache to execute this E

Re: [EMAIL PROTECTED] 403 error for index.html

2006-11-07 Thread Joshua Slive
On 11/7/06, Arun Jain <[EMAIL PROTECTED]> wrote: Here is the error log message [error] [client 127.0.0.1] client denied by server configuration: C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/index.html You have a Deny directive someplace in your httpd.conf that prevents access

Re: [EMAIL PROTECTED] 403 error for index.html

2006-11-07 Thread Arun Jain
On 11/6/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/6/06, Arun Jain <[EMAIL PROTECTED]> wrote:> Hello Group, >> I installed Apache 2.2.3 on my Windows machine.  And I can see my Apache> server icon, and in services> I see as started.>> Very first time when I tried to look at index.html by ty

[EMAIL PROTECTED] Using Edge Side Includes (ESI) with Apache

2006-11-07 Thread thomas Armstrong
Hi. Using Apache 2, I'm trying to work with Edge Side Includes (ESI) in order to Akamai my webpages: http://www.akamai.com/html/support/esi.html Does anybody know any module for Apache to execute this ESI markup language? Thank you very much, --T ---

RE: [EMAIL PROTECTED] charset issues

2006-11-07 Thread Jaqui Greenlees
There is another issue that shows up with the Microsoft codepage charsets. It is actually the "Smart Quotes" in the software. These characters are mapped to empty charset locations causing them to display as '?' when encountered in a website. I found this out while reading an Article on Techrepubl

Re: [EMAIL PROTECTED] charset issues

2006-11-07 Thread Shaun T. Erickson
On 11/7/06, Boyle Owen <[EMAIL PROTECTED]> wrote: This looks like you're stop/starting the wrong server (a reboot obviously stop/starts everything). I would guess you are editing the correct config file but restarting a different server. It turns out that I did comment it out in the right ser

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html

2006-11-07 Thread Nick Kew
On Tue, 07 Nov 2006 08:50:30 -0500 mickg <[EMAIL PROTECTED]> wrote: > > Secondly, isn't windows-1251 just MS's bastardisation of Latin-1? > In the lower registers, yes. In the upper ones, no. > Because it is really Cyrillyc-1251. Oh, erm, right. Cyrillic. I must've been confusing it with windo

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html

2006-11-07 Thread mickg
Nick Kew wrote: On Mon, 06 Nov 2006 19:13:19 -0500 mickg <[EMAIL PROTECTED]> wrote: Overall, this is an attempt to transcode stuff before mod_proxy_html munges it horribly, as it does not accept windows-1251. Firstly, that's not strictly true of mod_proxy_html. See Question 1 in the FAQ. It

RE: [EMAIL PROTECTED] charset issues

2006-11-07 Thread Boyle Owen
> -Original Message- > From: Shaun T. Erickson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 07, 2006 1:02 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] charset issues > > On 11/6/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > > > > But really, you should triple-ch

[EMAIL PROTECTED] What to do next?

2006-11-07 Thread Viitasaari
Hello: I have done the following to try and get a webmaster to the html directory however when I try and change to the html directory it sez i dont have permission: useradd webmaster passwd webmaster CHROOT WEBMASTER Uncomment the following from the /etc/vsftpd/vsftpd.conf file: chroot_list_enab

Re: [EMAIL PROTECTED] charset issues

2006-11-07 Thread Shaun T. Erickson
On 11/6/06, Joshua Slive <[EMAIL PROTECTED]> wrote: But really, you should triple-check that you are editing the right config file and that you got all occurrences of AddDefaultCharset, because this problem has been reported here many times before, and that has always been the cause. Well, I w

[EMAIL PROTECTED] SSL thread and pool problems

2006-11-07 Thread Christiaan Lamprecht
Hello all, For those of you who are aware of the concurrency issue with the SSLRequire directive when .htaccess files are allowed: If I run Apache with the 'prefork MPM' will I still have this problem? (Has anyone tried this? I would guess the answer is 'no' as the prefork MPM is non-threaded, ju

[EMAIL PROTECTED] Help on mod_proxy and mod_deflate.

2006-11-07 Thread Solomon Asare
Hi All, I am Solomon, in Accra, Ghana. I have configured my apache2 server as a forward proxy, and I am able to browse through it ok. Can I get the output of this proxy to be compressed by deflate? If yes, help with documentation and configuration links will be most welcome. Thanks, solomon. -

RE: [EMAIL PROTECTED] Apache redirect, how?

2006-11-07 Thread Boyle Owen
> -Original Message- > From: Arnau [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 07, 2006 11:13 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache redirect, how? > > Hi all! > >I've got apache2 running on debian with several virtual hosts. > >Now I need to

Re: [EMAIL PROTECTED] Require ldap-group directive issue in Apache 2.2

2006-11-07 Thread Christophe Gravier
Hello, Nobody is using ldap based authentication and authorization, based on group ? I mean I am testing it for some days and I can't figure out the problem. I really think I'm compliant with the 2.2 doc (for example require ldap-user is working and I don't much difference with require ldap-

[EMAIL PROTECTED] Apache redirect, how?

2006-11-07 Thread Arnau
Hi all! I've got apache2 running on debian with several virtual hosts. Now I need to redirect: http://www.foo.com -> http://www.bar.com but http://www.foo.com/test doesn't have to be redirected. I have tried to include the directive "Redirect / http://www.bar.com"; where the

Re: [EMAIL PROTECTED] httpd 2.2.3 build issue

2006-11-07 Thread Joe Orton
On Mon, Nov 06, 2006 at 11:56:56AM -0500, Gary D. Margiotta wrote: ... > The compile worked fine the first time on the same VM image, but now on > subsequent builds can't seem to get past this part. I'm looking for any > cruft in the system which may have been left over from any previous > comp

Re: [EMAIL PROTECTED] Apache + Perl and PHP

2006-11-07 Thread Stefano Sasso
2006/11/6, Spartanicus <[EMAIL PROTECTED]>: Options ExecCGI you have to add AddHandler cgi-script .pl to your apache config file. bye stefano -- Stefano Sasso [EMAIL PROTECTED] Linux User #330315 http://www.gnustile.net.org/ ---

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html

2006-11-07 Thread Nick Kew
On Mon, 06 Nov 2006 19:13:19 -0500 mickg <[EMAIL PROTECTED]> wrote: > Overall, this is an attempt to transcode stuff before mod_proxy_html > munges it horribly, as it does not accept windows-1251. Firstly, that's not strictly true of mod_proxy_html. See Question 1 in the FAQ. It probably doesn'

[EMAIL PROTECTED] Loading certificate and private key of SSL-aware server occurred 4 times in a row

2006-11-07 Thread IT Professional
I've build successfully Apache 2.2.3 with OpenSSL 0.9.9[dev] and generated the ECC cert using with curve secp521r1. When I tried with openssl s_server, my client (Firefox) could browse to my site running on ECC cert successfully. But when I use my client to connect to my apache web server via 4