RE: [EMAIL PROTECTED] Free Windows compilers

2005-11-07 Thread Boyle Owen
> -Original Message- > From: Jeff White [mailto:[EMAIL PROTECTED] > > Price: > Free for 1 year Reminds me of the story of the guy who jumps out a window on the 99th floor. As he passes the 30th floor, he is heard to say, "So far, so good..." This guy does nothing but plug Windows produc

RE: [EMAIL PROTECTED] repeated authentication requests

2005-11-07 Thread Boyle Owen
Plain text please... First, what does "...from a windows AD" mean? Are you accessing the page via apache or locally via the filesystem? Regarding the problem; - how is your protected realm configured? (don't post the whole config - just the relevant section) - do you have more than one realm? -

RE: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Boyle Owen
> -Original Message- > From: Joost de Heer [mailto:[EMAIL PROTECTED] > Sent: Montag, 7. November 2005 19:12 > To: Boyle Owen > Cc: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Limiting SSL to a specific virtual host > > > >> > NB - Remember that you can't do name-based VHs with

[EMAIL PROTECTED] Restricting request methods

2005-11-07 Thread Eruch Kapadia
Folks, I am trying to restrict certain request methods that the apache server can accept. For example i would like to disable TRACE, and DELETE methods. Please advise how this can be done. Regards -- Eruch -- - The offici

Re: [EMAIL PROTECTED] ServerAlias: length limit ???

2005-11-07 Thread Rich Bowen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael D Schleif wrote: > Apache/1.3.33 > > ServerAlias > > [A] Is there a limit to how long a ServerAlias can be? Characters? > Words? If it's a valid hostname, you can use it in ServerAlias. > > [B] Can I use multiple (more than one) Serve

Re: [EMAIL PROTECTED] Animated GIF problem

2005-11-07 Thread Joshua Slive
On 11/7/05, Elliot Robinson <[EMAIL PROTECTED]> wrote: > I have checked the permissions, and they are the same as all of the > other files that do work. I have tried it with a 777 permission status > before, and it still didn't work. As for the log files, the error > given is: > > [Mon Nov 07 20:

Re: [EMAIL PROTECTED] MP3 streaming on Apache

2005-11-07 Thread Matt
You might want to consider checking out Jinzora at http://www.jinzora.org/. It's a PHP app that I've used with success in the past. It can be a bit rough around the edges in some aspects, but it gets the job done. On 11/7/05, Joshua Kogut <[EMAIL PROTECTED]> wrote: > Not to avoid the subject, be

Re: [EMAIL PROTECTED] Animated GIF problem

2005-11-07 Thread Elliot Robinson
I have checked the permissions, and they are the same as all of the other files that do work. I have tried it with a 777 permission status before, and it still didn't work. As for the log files, the error given is: [Mon Nov 07 20:04:15] [error][client 24.333.236.52] (13)Permission denied: a

Re: [EMAIL PROTECTED] Avoiding passwords - using ProxyPass with proxy forward

2005-11-07 Thread Joshua Slive
On 11/7/05, CSN <[EMAIL PROTECTED]> wrote: > I have ProxyRequests turned on and secured it with a > block like so: > > > AuthType Basic > AuthUserFile /etc/httpd/... > Require valid-user > > > But I also have a site that needs to use ProxyPass: > > > ... > ProxyPass / http://mydomain.c

[EMAIL PROTECTED] Avoiding passwords - using ProxyPass with proxy forward

2005-11-07 Thread CSN
I have ProxyRequests turned on and secured it with a block like so: AuthType Basic AuthUserFile /etc/httpd/... Require valid-user But I also have a site that needs to use ProxyPass: ... ProxyPass / http://mydomain.com:3000 ProxyPassReverse / http://mydomain.com:3000 As configure

[EMAIL PROTECTED] Re: Free Windows compilers

2005-11-07 Thread William A. Rowe, Jr.
Hello Jeff... that's quite enough Spam. You had nothing productive to offer(*) in this post other than someone elses marketing material. I've pointed this out to you personally in the past, and you've chosen to ignore my private comments, so this one is public. You are publicly asked to desist

Re: [EMAIL PROTECTED] Apache and PHP

2005-11-07 Thread Boysenberry Payne
I have PHP5 / Apache2 / mod_perl 2 all running locally on OS X 10.3.9. It took me a bit of magic installing and reinstalling the bunch to get them all to play together well. When I use mod_perl I use a handler instead of mod_cgi. I had a few people mention PHP and mod_perl not getting along t

Re: [EMAIL PROTECTED] Defunct CGI processes

2005-11-07 Thread Marple Huckleby
> Plain text please... My apologies, I didn't notice that gmail was sending in HTML. > This type of problem is impossible to analyse without a huge amount of > additional information. For starters: > > - your apache version? 1.3.34 > - are the log files on NFS? No, they are stored on a lo

[EMAIL PROTECTED] Free Windows compilers

2005-11-07 Thread Jeff White
Visual Web Developer 2005 Express Edition Visual Basic 2005 Express Edition Visual C# 2005 Express Edition Visual C++ 2005 Express Edition Visual J# 2005 Express Edition SQL Server 2005 Express Edition Price: Visual Studio Express Editions - Free for 1 year Operating System Windows 2000

RE: [EMAIL PROTECTED] Urgency: 1 Perl Parser: Inappropriate ioctl for device

2005-11-07 Thread Mike Thompson
This is Top info when the server stops top - 12:59:55 up 4:32, 9 users, load average: 1.05, 0.65, 0.54 Tasks: 112 total, 1 running, 111 sleeping, 0 stopped, 0 zombie Cpu(s): 3.3% us, 7.9% sy, 0.0% ni, 74.0% id, 14.8% wa, 0.0% hi, 0.0% si Mem: 2075016k total, 1262192k used, 81282

Re: [EMAIL PROTECTED] .htaccess file problems

2005-11-07 Thread Joshua Slive
On 11/7/05, Mr Nick Kirby <[EMAIL PROTECTED]> wrote: > Hello, I'm having a problem with an .htaccess file on my server. > > The file works ok - that is I have it set to block access to a folder. > However what doesn't work is the password I set for it. > > AuthType Basic > AuthName osCommerce > Aut

Re: [EMAIL PROTECTED] RedirectMatch Question

2005-11-07 Thread Joshua Slive
On 11/7/05, Marc Perkel <[EMAIL PROTECTED]> wrote: > What I really want to do is this: > > http://www.(.*)/mailman/(.*) --> http://mailmam.$1/$2 > > What I want to do is preserve the host part after the www and substiture > mailman for www and lose the mailman on the end. I should have been cle

[EMAIL PROTECTED] .htaccess file problems

2005-11-07 Thread Mr Nick Kirby
Hello, I'm having a problem with an .htaccess file on my server. The file works ok - that is I have it set to block access to a folder. However what doesn't work is the password I set for it. AuthType Basic AuthName osCommerce AuthUserFile C:WWW/emma-search/catalog/admin/.htpasswd require use

Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Nick Kew
On Monday 07 November 2005 12:31, Nick Kew wrote: > On Monday 07 November 2005 12:13, Olaf van der Spek wrote: > > On 11/7/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > > NB - Remember that you can't do name-based VHs with SSL. > > > > I think Apache 2.1 can. > > You're thinking of mod_gnutls, whic

Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Olaf van der Spek
On 11/7/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > The biggest problem is that you can't identify connection upgrade in the > scheme name - so there's no good user interface to help the user request SSL > upgrade where available and when desireable, and there's not a really good > way to

Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread William A. Rowe, Jr.
Folks, ALL flavors of mod_ssl can do name based hosting, but it's entirely irrelevant unless you use a wildcard certificate who's pattern matches all of the domains hosted. Because the server and client handshake a specific set of certificates LONG BEFORE the client ever sends the 'Host: hostname

Re: [EMAIL PROTECTED] RedirectMatch Question

2005-11-07 Thread Marc Perkel
Joshua Slive wrote: On 11/6/05, Marc Perkel <[EMAIL PROTECTED]> wrote: OK - how would I do this? I'm migrating my mailman server to another computer and I'm changing the URL and I want to redirect from the old URL to the new one. The old server has many virtual domains and here

RE: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Joost de Heer
>> > NB - Remember that you can't do name-based VHs with SSL. >> >> I think Apache 2.1 can. >> > > You think wrong. I do think it can do it too. Although the certificate of the first vhost is always used, after the traffic is decrypted the vhosts act like normal name based vhosts. If all your vhos

[EMAIL PROTECTED] repeated authentication requests

2005-11-07 Thread Barham, David
I’m running Apache 2.0.52 on RHEL 2 (EM64T) I’ve installed mod_auth_pam and have got the user authentication working correctly from a windows AD. However, I’m finding that I’m getting asked to re-authenticate multiple times.   In a simple example I might get a page index.html with multi

Re: [EMAIL PROTECTED] RedirectMatch Question

2005-11-07 Thread Joshua Slive
On 11/6/05, Marc Perkel <[EMAIL PROTECTED]> wrote: > OK - how would I do this? > > I'm migrating my mailman server to another computer and I'm changing the > URL and I want to redirect from the old URL to the new one. The old > server has many virtual domains and here what I want to do: > > http://

Re: FW: [EMAIL PROTECTED] Proxy set-up problem Urgent

2005-11-07 Thread Joshua Slive
On 11/7/05, Kes Morland (A83066) Cobblers Hall Surgery DL5 4SE <[EMAIL PROTECTED]> wrote: > Thanks Joshua; > > I have increased the 'CacheSize 1024256' as this was originally lifted out > of the examples in the apache docs set as 256. (MB?or bytes needs to be a > little more clearer in these docs.

Re: [EMAIL PROTECTED] AliasMatch regular expression grouping

2005-11-07 Thread Joshua Slive
On 11/7/05, Matthew M. Boedicker <[EMAIL PROTECTED]> wrote: > The documentation for AliasMatch refers to "standard regular expressions" > but is there any reference for exactly what syntax is allowed in AliasMatch > directives? > > Is there a non-grouping version of parentheses, where the contents

[EMAIL PROTECTED] AliasMatch regular expression grouping

2005-11-07 Thread Matthew M. Boedicker
The documentation for AliasMatch refers to "standard regular expressions" but is there any reference for exactly what syntax is allowed in AliasMatch directives? Is there a non-grouping version of parentheses, where the contents are not saved for later substitutions? Like (?:) in the Python re mod

[EMAIL PROTECTED] Urgency: 1 Perl Parser: Inappropriate ioctl for device

2005-11-07 Thread Mike Thompson
Urgency: 1-Extreme  When I restart apache I get  Perl Parser: Inappropriate ioctl for device  I have to restart the server to get apache to restart. RedHat Enterprise Linux 4 MServer version: Apache/2.0.52 Server built: Jul 7 2005 13:08:18 Server's Module Magic Number: 20020903:9 Architectur

Re: [EMAIL PROTECTED] Apache and PHP

2005-11-07 Thread Malka Cymbalista
We tried reinstalling apache and php but it didn't help. Someone told me that the problem might be because of SSL but I don't know what to do to fix it. >>> [EMAIL PROTECTED] wrote on 11/7/2005 4:53 PM: > Hey, also, I started having this problem too, it didn't start until I > started using perl

RE: [EMAIL PROTECTED] Animated GIF problem

2005-11-07 Thread Boyle Owen
> -Original Message- > From: Elliot Robinson [mailto:[EMAIL PROTECTED] > Sent: Montag, 7. November 2005 15:06 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Animated GIF problem > > > Hello all. I am having problem with animated GIFs. I > recently had an > occasion to put a

Re: [EMAIL PROTECTED] Cannot access any webpage using localhost

2005-11-07 Thread Isildo Mendes
Problem solved (at last!). It was not enough to disable my firewall (Armor2net). I have to uninstall it, and then everything worked fine. I install another firewall and it's ok now. Thanks for your response.   Imendes   - Original Message - From: Joshua Kogut To: users@

Re: [EMAIL PROTECTED] MP3 streaming on Apache

2005-11-07 Thread Joshua Kogut
Not to avoid the subject, because I have never needed to go this with apache, but I have found that the best, free mp3 server happens to be the companion to a network mp3 player, the Slimserver software (google it) does an awesome job at streaming mp3 files, and it also has a sick gui, so you can m

Re: [EMAIL PROTECTED] Cannot access any webpage using localhost

2005-11-07 Thread Joshua Kogut
Looks like you have everything covered. You checke your apache config, your hosts file, you pinged 127.0.0.1, and set everything in your apache conf file that would cause any problems. All I can think of is that something went wrong in the installation, it happens sometimes with the msi binary.On 1

Re: [EMAIL PROTECTED] Apache and PHP

2005-11-07 Thread Joshua Kogut
Hey, also, I started having this problem too, it didn't start until I started using perl scripts in my cgi-bin. Hm. I wonder if perl sabotages php? All I did to fix it was reinstall the blasted server, Apache and Php only, left MySql intact, and then everything worked fine.On 11/7/05, Malka Cym

Re: [EMAIL PROTECTED] Animated GIF problem

2005-11-07 Thread Michael Smith
I don't think that this would be anything to do with apache as such, but suggest that you check the permissions on the file system to ensure that the files in question are readable by the user that the web server is running as. Michael SmithOn 11/7/05, Elliot Robinson <[EMAIL PROTECTED]> wrote: Hel

[EMAIL PROTECTED] Animated GIF problem

2005-11-07 Thread Elliot Robinson
Hello all. I am having problem with animated GIFs. I recently had an occasion to put a few up on my server, but now when I try to access them, they come back a 403 Forbidden. They do no appear on the index page in an otherwise empty directory, either. I have the permissions set to be the ex

RE: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Boyle Owen
> -Original Message- > From: Olaf van der Spek [mailto:[EMAIL PROTECTED] > Sent: Montag, 7. November 2005 13:14 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host > > > On 11/7/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > NB - Remember t

Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Nick Kew
On Monday 07 November 2005 12:13, Olaf van der Spek wrote: > On 11/7/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > NB - Remember that you can't do name-based VHs with SSL. > > I think Apache 2.1 can. You're thinking of mod_gnutls, which IIRC works with any 2.x. But browser support is limited. The

Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Issac Goldstand
On the subject, does anyone know if any major browsers support this? Issac Olaf van der Spek wrote: >On 11/7/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > >>NB - Remember that you can't do name-based VHs with SSL. >> >> > >I think Apache 2.1 can. > > --

Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Olaf van der Spek
On 11/7/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > NB - Remember that you can't do name-based VHs with SSL. I think Apache 2.1 can.

RE: [EMAIL PROTECTED] Nasty error in error logs

2005-11-07 Thread david micheneau
Same error without pcre options in PHP compilation with Apache 2.0.52. I've try also with a copy of ext/pcre directory from php-4.3.4 and same error too. However I've downgrade apache version in 2.0.48 with PHP-4.3.4 and is it working well: no nasty error and problem with graceful command. Davi

FW: [EMAIL PROTECTED] Proxy set-up problem Urgent

2005-11-07 Thread Kes Morland (A83066) Cobblers Hall Surgery DL5 4SE
Thanks Joshua; I have increased the 'CacheSize 1024256' as this was originally lifted out of the examples in the apache docs set as 256. (MB?or bytes needs to be a little more clearer in these docs..) And I have set LogLevel to debug. I have commented out the memory cache, so this should now ca

RE: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Boyle Owen
> -Original Message- > From: John P. Speno [mailto:[EMAIL PROTECTED] > Sent: Sonntag, 6. November 2005 00:07 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Limiting SSL to a specific virtual host > > > On a 1.3.27 server with 1 IP address and 3 name based virtual hosts. > As

RE: [EMAIL PROTECTED] Defunct CGI processes

2005-11-07 Thread Boyle Owen
Plain text please... This type of problem is impossible to analyse without a huge amount of additional information. For starters: - your apache version? - are the log files on NFS? - what applications run on the web (DB?) - error-log messages? - script-log? Rgds, Owen Boyle Disclaimer: Any disc