RE: [users@httpd] htaccess help

2005-06-30 Thread Boyle Owen
Plain text please... Couple of possibilities: - you have a wrong username/password: If you get it wrong the browser will pop up the window again ad infinitum. Check carefully and remember case is important (in fact, create a new account in the password file with user=aaa and password=aaa - all

[users@httpd] Technology Forums

2005-06-30 Thread anshul
Hi all, We've our new Technology Forums started from India. http://forums.mediasworks.com/ I invite you all to join our community. http://forums.mediasworks.com/ Thanks & regards. This mail is not a SPAM or solicitation badly. This is a one-time notification news. You won't recieve this messag

[users@httpd] Réf. : Re: [users@httpd] [Fri Jul 01 07:08: 30 2005] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295

2005-06-30 Thread Lionel Roux
thanks for your help it works now Lionel Roux André Malo

Re: [users@httpd] [Fri Jul 01 07:08:30 2005] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295

2005-06-30 Thread André Malo
* "Lionel Roux" <[EMAIL PROTECTED]> wrote: > I have the following error when I am trying to launch apache server: > [Fri Jul 01 07:08:30 2005] [alert] (22)Invalid argument: setgid: unable to > set group id to Group 4294967295 > > Have you seen this message before ? This caused by the Group #-1 d

[users@httpd] [Fri Jul 01 07:08:30 2005] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295

2005-06-30 Thread Lionel Roux
Hello, I have the following error when I am trying to launch apache server: [Fri Jul 01 07:08:30 2005] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295 Have you seen this message before ? thanks Lionel Roux -

[users@httpd] Réf. : Re: [users@httpd] Error message during the make

2005-06-30 Thread Lionel Roux
I have already installed a valid C compiler: vac.C:vac.C:6.0.0.0: : :C: :C for AIX Compiler: : : : : : :0:0: vac.C.readme.ibm:vac.C.readme.ibm:6.0.0.0: : :C: :C for AIX iFOR/LS Information: : : : : : :0:0: vac.Dt:vac.Dt.common:6.0.0.0: : :C: :C for AIX Desktop Integration Common Files: : : : : :

Re: [users@httpd] Starting apache in non-daemon mode

2005-06-30 Thread André Malo
* Rick Wong wrote: > When I start apache 2.0 in Linux, it starts itself in daemon mode with > PPID=1, and having its own unix session ID and program group ID. > > Is it possible to configure apache to run in a non-daemon mode, and not > to start a new unix session? There's the -X command line opt

RE: [users@httpd] file requests not answered by apache

2005-06-30 Thread Andres Monroy-Hernandez
I was having a similar problem and it was something related to the file system being corrupted. It was very helpful to analyze the content of the images being downloaded with a text/hex editor and compare it with the "correct" image. -Original Message- From: news [mailto:[EMAIL PROTECTED]

[users@httpd] Starting apache in non-daemon mode

2005-06-30 Thread Rick Wong
Hi, When I start apache 2.0 in Linux, it starts itself in daemon mode with PPID=1, and having its own unix session ID and program group ID. Is it possible to configure apache to run in a non-daemon mode, and not to start a new unix session? Thanks, -- Rick -

Re: [users@httpd] Networking problem?

2005-06-30 Thread Joseph Lee
It works now. I can do http://(hostname)/example.html from my Windows PC now. I could also see the log info on access_log. I think iptables -F deleted the rules and made it work. Thank you, all, for your great help. Joe --- "Ivan Barrera A." <[EMAIL PROTECTED]> wrote: > > But when I entered http

[users@httpd] pemanent "G" Gracefully finishing in mod_status

2005-06-30 Thread apache
Hello. I'm in doubt with the info from mod_status GGWGGGKRKGWG_GK_RGWGWKRK_G__W_G_KGKKWKKGGKK_G... ..G.

[users@httpd] htaccess help

2005-06-30 Thread Michael
Hey everyone I have problem with htaccess. The problem is that i put htaccess in one of my dirs on the server and when i request that dir it pops authentication window which i intendet to have but then when i type user and passw it keeps on poping authentication window. I know it does ask me

Re: [users@httpd] Networking problem?

2005-06-30 Thread Ivan Barrera A.
> But when I entered http://(hostname)/example.html from > another computer, it just kept processing. The > access_log did not show any log info. So it was > blocked by the firewall on the Linux server. Ok.. first things firts. Do you have networking between the two machines ?? (ping from one to

RE: [users@httpd] Networking problem?

2005-06-30 Thread Joseph Lee
I downloaded iptables-1.2.8-13.src.rpm from fedora, then > rpmbuild --rebuild iptables-1.2.8-13.src.rpm > vi /etc/sysctl.conf net/ipv4/ip_forward =1 (was 0 origianlly) > sysctl -p > service iptables start But when I entered http://(hostname)/example.html from another computer, it just kept proce

Re: [users@httpd] suEXEC is found but never invoked

2005-06-30 Thread Mark H. Wood
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank you -- that was the missing piece. Gentoo Linux' Apache ebuild delivers a configuration which includes: ScriptAliasMatch ^/~([^/]*)/cgi-bin/(.*) /home/$1/public_html/cgi-bin/$2 which was siphoning off references that would otherwise have mat

Re: [users@httpd] Apache 2.0.54 on Solaris 10

2005-06-30 Thread Lyndon Tiu
On Thu, 30 Jun 2005 10:37:51 0200 [EMAIL PROTECTED] wrote: > Hi, > > On Mit 29.06.2005 16:12, Lyndon Tiu wrote: > > > >I am getting this error in the httpd's error.log: > > > >[emerg] (2)No such file or directory: Couldn't create accept lock > > > >and all httpd processes dies. No httpd processes

[users@httpd] Apache 2.0 Performance Evaluation - strange results

2005-06-30 Thread Davy De Winter
Hi all, recently we've did a performance-evaluation on Apache 2.0. Our testing machine software: - debian sid / unstable with apache 2.0.54 with mpm worker - kernel 2.6.11 Our testing machines hardware: - dual-cpu machine (2 x AMD Opteron 1.6 ghz, 2048 mb ram and pci-x busspeed to not

Re: [users@httpd] suEXEC is found but never invoked

2005-06-30 Thread Joshua Slive
On 6/29/05, Mark H. Wood <[EMAIL PROTECTED]> wrote: > When started, Apache (2.0.54) shows that it found the wrapper and likes > its condition: > > error_log:[Wed Jun 29 14:38:37 2005] [notice] suEXEC mechanism enabled > (wrapper: /usr/sbin/suexec2) > > But a script under a userdir runs as the

Re: [users@httpd] Seperating Logs with mass virtual hosting

2005-06-30 Thread Joshua Slive
On 6/29/05, anthony G <[EMAIL PROTECTED]> wrote: > Is there a way to split the main vhost.log into not only seperate > files but seperate directories based on the virtual host name? > > I have tried using the apache split-logfile.in and it just splits the > log into seperate logfiles based on the

Re: [users@httpd] Error message during the make

2005-06-30 Thread Joshua Slive
On 6/30/05, Lionel Roux <[EMAIL PROTECTED]> wrote: > > Hello, > I have the following messages during the make step on AIX 5.2 ML 5 > witrh a p615 > > > "1506-507 (W) No licenses available. Contact your program supplier > to add additional users. Compilation will proceed shortly." Yo

Re: [users@httpd] deflate vs gzip

2005-06-30 Thread Nick Kew
Octavian Rasnita wrote: Would it be a better idea to use Apache's modules for > compression? Probably. Perl Compress::Zlib is generic, whereas mod_deflate (which does gzip, despite the name) is web-aware. If you use the perl, then you have to worry about dealing with HTTP yourself, including n

[users@httpd] deflate vs gzip

2005-06-30 Thread Octavian Rasnita
Hi, Which is the recommended way of sending the compressed data? Deflate, or gzip? It is prefered the one which is faster and that compress better. Now I am compressing the dynamic pages using the perl module Compress::Zlib (using gzip). Would it be a better idea to use Apache's modules for comp

[users@httpd] Re: AES on SSL with apache2

2005-06-30 Thread Joost de Heer
Fiorenzi Alessandro said: > Hi, I have seen that some site like washington.edu if your client is > firefox use AES for SSL encription, and other like RC4 128 for Explorer > or other browser. > > How can I configure my apache to use AES? Check SSLCipherSuite. Joost -

[users@httpd] Re: apache behind nat

2005-06-30 Thread Joost de Heer
Brent Clark said: > Hi list > > I have an apache server that is behind a natted fw. > My apache was working, but now for some funny reason if keep supplying > the webbrowser the private ip. > > the dns is fine because all resolves etc, but in the web browser it says > fetching 192.168.111.11 Use S

Re: [users@httpd] AES on SSL with apache2

2005-06-30 Thread Alexander Lazic
Hi, On Don 30.06.2005 11:05, Fiorenzi Alessandro wrote: SSLCipherSuite vor 1.3.x => http://www.modssl.org/docs/2.8/ssl_reference.html#ToC9 vor 2.0.x => http://httpd.apache.org/docs-2.0/mod/mod_ssl.html.en#sslciphersuite Hth al ;-) but no one of that regard about AES Aehm have you rea

Re: [users@httpd] AES on SSL with apache2

2005-06-30 Thread Fiorenzi Alessandro
On Thu, 2005-06-30 at 10:54 +0200, Alexander Lazic wrote: > Hi, > > On Don 30.06.2005 10:43, Fiorenzi Alessandro wrote: > > > >I have seen that some site like washington.edu if your client is > >firefox use AES for SSL encription, and other like RC4 128 for Explorer > >or other browser. > > > >How

RE: [users@httpd] apache 1.33 ?

2005-06-30 Thread Boyle Owen
> -Original Message- > From: Brent Clark [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 30. Juni 2005 10:48 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] apache 1.33 ? > > > Boyle Owen wrote: > >>-Original Message- > >>From: Brent Clark [mailto:[EMAIL PROTECTED] > >

Re: [users@httpd] AES on SSL with apache2

2005-06-30 Thread Alexander Lazic
Hi, On Don 30.06.2005 10:43, Fiorenzi Alessandro wrote: I have seen that some site like washington.edu if your client is firefox use AES for SSL encription, and other like RC4 128 for Explorer or other browser. How can I configure my apache to use AES? SSLCipherSuite vor 1.3.x => http://ww

[users@httpd] AES on SSL with apache2

2005-06-30 Thread Fiorenzi Alessandro
Hi, I have seen that some site like washington.edu if your client is firefox use AES for SSL encription, and other like RC4 128 for Explorer or other browser. How can I configure my apache to use AES? Thanks Alessandro Fiorenzi ---

Re: [users@httpd] apache 1.33 ?

2005-06-30 Thread Brent Clark
Boyle Owen wrote: -Original Message- From: Brent Clark [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 29. Juni 2005 17:01 To: apache Subject: [EMAIL PROTECTED] apache 1.33 ? Hi List I have an entry in my apache.conf file like so. I've had a read at this and at your other mail but I can't

Re: [users@httpd] Apache 2.0.54 on Solaris 10

2005-06-30 Thread Alexander Lazic
Hi, On Mit 29.06.2005 16:12, Lyndon Tiu wrote: I am getting this error in the httpd's error.log: [emerg] (2)No such file or directory: Couldn't create accept lock and all httpd processes dies. No httpd processes are left running. # Errors AcceptMutex fcntl Is the default in 2.0.54, as i kn

RE: [users@httpd] apache 1.33 ?

2005-06-30 Thread Boyle Owen
> -Original Message- > From: Brent Clark [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 29. Juni 2005 17:01 > To: apache > Subject: [EMAIL PROTECTED] apache 1.33 ? > > > Hi List > > I have an entry in my apache.conf file like so. I've had a read at this and at your other mail but I can't u

RE: [users@httpd] Networking problem?

2005-06-30 Thread Boyle Owen
> -Original Message- > From: Joseph Lee [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 29. Juni 2005 22:26 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Networking problem? > > > > Do I need a SSL server certificate for the Linux > machine, in order to run Apache web server?

[users@httpd] apache behind nat

2005-06-30 Thread Brent Clark
Hi list I have an apache server that is behind a natted fw. My apache was working, but now for some funny reason if keep supplying the webbrowser the private ip. the dns is fine because all resolves etc, but in the web browser it says fetching 192.168.111.11 I looked in the host file. If anyon

[users@httpd] Error message during the make

2005-06-30 Thread Lionel Roux
Hello, I have the following messages during the make step on AIX 5.2 ML 5 witrh a p615 "1506-507 (W) No licenses available. Contact your program supplier to add additional users. Compilation will proceed shortly." thanks for your help Making all in srclib Making all in apr Making a

RE: [users@httpd] Networking problem?

2005-06-30 Thread Boyle Owen
> -Original Message- > From: Joseph Lee [mailto:[EMAIL PROTECTED] > ... > Ahh! I copied ~/example.html to > /usr/local/apache2/htdocs, and now I can run > http://(hostname)/example.html on Linux! That's great. > One problem solved. Great! > > However, when I tried to do the same thing