Re: [EMAIL PROTECTED] Rfi (Request for ideas ;-)

2005-11-03 Thread Alexander Lazic
On Mit 02.11.2005 10:47, Joshua Slive wrote: On 10/31/05, Alexander Lazic <[EMAIL PROTECTED]> wrote: Does anybody have some nice ideas to prevent that many *stat() calls? Note that this is not as bad as it looks, because mod_rewrite evaluates the RewriteRule BEFORE the RewriteCond, so the sta

[EMAIL PROTECTED] SSL and MSIE not working properly.

2005-11-03 Thread Chidanand Gangur
Hi all, I have a sceneraio as shown in the diagram below. ++ xml  +---+ |unix sock|<->|unix sock   | |   PHP|      |   Back End||  |<-+|Module  

[EMAIL PROTECTED] ProxyPassReverse not working in

2005-11-03 Thread Eric B.
Hi, I'm struggling to get Apache to work properly as a Proxy to an internal server. I have two copies of the same application running on this internal server (both ASP applications running on IIS) that I need to access via different URLs. I have managed to configure on and got it working without

[EMAIL PROTECTED] Apache 2 Reverse Proxy - Problems accessing NTLM authenticated backend with IE over https

2005-11-03 Thread Oluwagbamila O. Oyekanmi
I have configured Apache 2 as a reverse proxy for one of our application servers for external access. I also configured ssl using a verisign test certificate. 1. The application server uses Windows NTLM authentication 2. There is no problem accessing the system over http using IE or FireFox 3. But

Re: [EMAIL PROTECTED] Google Map of Apache users active on this list (OT)

2005-11-03 Thread William A. Rowe, Jr.
James Benson wrote: This could be considered as an invasion of privacy, harvesting email addresses is spam :-) - even if your actions are purely research orientated, anyways why are you doing this? And exactly which word in "Apache Public Users Mailing List" did you miss? It's spam IFF they ac

Re: [EMAIL PROTECTED] New user for the group

2005-11-03 Thread Philip M. Gollucci
TonyY8088 wrote: HI, Everyone, I just joined the group for basic help. Is this right place for Apache question on Win2K SBS? Yes. -- "Love is not the one you can picture yourself marrying, but the one you can't pictur

[EMAIL PROTECTED] New user for the group

2005-11-03 Thread TonyY8088
HI, Everyone,   I just joined the group for basic help.  Is this right place for Apache question on Win2K SBS?    Thanks in advance, TonyY Yahoo! FareChase - Search multiple travel sites in one click.

Re: [EMAIL PROTECTED] mod_disk_cache config help

2005-11-03 Thread Xuekun Hu
> Sounds like a small bug. But it also sounds like it could be fixed > simply by reversing the order of the two directives in the config > file. > How about this config CacheDirLevels 11 CacheDirLength 1 Though nobody wouldn't config like that. > Incidentally, why do you want to fool around

Re: [EMAIL PROTECTED] apache 1.3.26 +ssl

2005-11-03 Thread Akash
On 11/4/05, binoj johny <[EMAIL PROTECTED]> wrote: > Hi > > Iam working on apache 1.3.26 with ssl ..but the ssl is > not working ..the http:// is working fine but while > accessing the same site thru https:// ..it is > stuck. can you elaborate "stuck" usually one gets an error message. What is it?

Re: [EMAIL PROTECTED] mod_disk_cache config help

2005-11-03 Thread Joshua Slive
On 11/3/05, Xuekun Hu <[EMAIL PROTECTED]> wrote: > I looked at the source code and unstood why this error was happened > because when first setting CacheDirLength value, CacheDirLevels wasn't > be set, and used the default value 3. So 7*3 is higher than 20. > > Now in my instance, the DirLength has

[EMAIL PROTECTED] error installing mod_proxy_html

2005-11-03 Thread Akash
I am trying to install mod_proxy_html work. Using the following command $ /usr/local/apache/bin/apxs -c -I /usr/local/apache/include/libxml2/ -i mod_proxy_html.c I end up with the following errors mod_proxy_html.c: In function `proxy_html_filter': mod_proxy_html.c:802: `XML_PARSE_RECOVER

[EMAIL PROTECTED] Installation Problems for 2.1.8-beta on Solaris 9 Sparc

2005-11-03 Thread Akash
On 11/4/05, Rainer Jung <[EMAIL PROTECTED]> wrote: > I had the same problem a few days ago with 2.0.55 and OpenSSL 0.9.8a on > Solaris SPARC. In our case, we got the error only once, more exactly it > occured when linking mod_ssl. It turned out, that the OpenSSL developers > rearranged a SPARC asse

[EMAIL PROTECTED] mail()

2005-11-03 Thread Hiep T. Nguyen
Hi there,   I just wonder if I need to setup email server (postfix,qmail,sendmail) in order to use mail() function in php?  If not, what do I have to configure for mail() function to work properly?   Currently, I'm using CentOS 4.2 and I'm not hosting my own email server.   Thanks, JC

[EMAIL PROTECTED] Re: Problems in using HTTP PUT method in uploading a file

2005-11-03 Thread Kr
Hi Joshua,   I didnt understand why you say my client program is XHTML Complaint. Can you please explain clearly ? Cant we use _vbscript_, AJAX, MSXML Parser like shown in my sample client program to post a PUT request to the Apache2 server ? Please clarify ? How does a sample XHTML client program

Re: [EMAIL PROTECTED] Google Map of Apache users active on this list (OT)

2005-11-03 Thread Ben Gardiner
Very cute idea. I was on the list (gmail) but then somehow off. Ben On 11/3/05, Saad, Dan (N-Computer Sciences Corp) <[EMAIL PROTECTED]> wrote: > Claire, > > I just checked out your map and I'm one of two from Colorado (dan) and your > marker seems 2 far North. I'm actually located SW of C-470 l

[EMAIL PROTECTED] mod_disk_cache config help

2005-11-03 Thread Xuekun Hu
I have been puzzled by the help doc of mod_disk_cache config that " CacheDirLevels*CacheDirLength value must not be higher than 20". When I set this value CacheRoot /usr/local/apache/cache/ CacheDirLength 7 CacheDirLevels 2 This error "CacheDirLevels*CacheDirLength value must not be high

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-03 Thread Sean Davis
Title: Re: [EMAIL PROTECTED] Serving dynamic pages with C   - Original Message - From: Joshua Slive To: users@httpd.apache.org Sent: Thursday, November 03, 2005 8:14 PM Subject: Re: [EMAIL PROTECTED] Serving dynamic pages with C On 11/3/05, Rob Belics <[EMA

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-03 Thread Joshua Slive
On 11/3/05, Rob Belics <[EMAIL PROTECTED]> wrote: > I would like my Apache server to dynamically create and serve some web > pages using 'C'. I am not interested in using the default CGI or Perl. > I have gotten myself turned round and round for weeks on how to do > this. I know I need to use the

[EMAIL PROTECTED] apache 1.3.26 +ssl

2005-11-03 Thread binoj johny
Hi Iam working on apache 1.3.26 with ssl ..but the ssl is not working ..the http:// is working fine but while accessing the same site thru https:// ..it is stuck.Can any of u tell us how to configure ssl in apache 1.3.26..I have configured apache 2 with ssl correctly ..Also rewrite rules in apach

[EMAIL PROTECTED] Serving dynamic pages with C

2005-11-03 Thread Rob Belics
I would like my Apache server to dynamically create and serve some web pages using 'C'. I am not interested in using the default CGI or Perl. I have gotten myself turned round and round for weeks on how to do this. I know I need to use the API but I don't understand where handlers and module

RE: [EMAIL PROTECTED] Google Map of Apache users active on this list (OT)

2005-11-03 Thread Saad, Dan (N-Computer Sciences Corp)
Claire, I just checked out your map and I'm one of two from Colorado (dan) and your marker seems 2 far North. I'm actually located SW of C-470 loop below Denver just south of Chatfield State Park. Dan -Original Message- From: Claire McLister [mailto:[EMAIL PROTECTED] Sent: Thursday, Nove

[EMAIL PROTECTED] Re: Google Map of Apache users active on this list (OT)

2005-11-03 Thread Joshua Kugler
On Thursday 03 November 2005 14:39, Claire McLister wrote: > Hi, > > We've been working with Google Maps to see if we can automatically map > origins of emails to groups. > > As a trial, we've been mapping active emails to this group since Oct > 26th at: > > http://www.zeesource.net/maps/map.

Re: [EMAIL PROTECTED] Google Map of Apache users active on this list (OT)

2005-11-03 Thread James Benson
This could be considered as an invasion of privacy, harvesting email addresses is spam :-) - even if your actions are purely research orientated, anyways why are you doing this? Claire McLister wrote: Hi, We've been working with Google Maps to see if we can automatically map origins of

Re: [EMAIL PROTECTED] Google Map of Apache users active on this list (OT)

2005-11-03 Thread Nick Jones
--- Claire McLister <[EMAIL PROTECTED]> wrote: > Hi, > > We've been working with Google Maps to see if we > can automatically map > origins of emails to groups. > > As a trial, we've been mapping active emails to > this group since Oct > 26th at: > > http://www.zeesource.net/maps/map.

[EMAIL PROTECTED] Google Map of Apache users active on this list (OT)

2005-11-03 Thread Claire McLister
Hi, We've been working with Google Maps to see if we can automatically map origins of emails to groups. As a trial, we've been mapping active emails to this group since Oct 26th at: http://www.zeesource.net/maps/map.do?group=652 Would like to hear from you what you think of this servic

Re: [EMAIL PROTECTED] Charset problems

2005-11-03 Thread Joshua Slive
On 11/3/05, alfredo <[EMAIL PROTECTED]> wrote: > The correct accented letters are simple text. > The wrong one is the name of a directory that i keep by a filehandling > function. So the question is: what charset are the filenames stored in in the filesystem, and what charset is your filehandling

Re: [EMAIL PROTECTED] Charset problems

2005-11-03 Thread alfredo
Dear mr Kuhn, the problem does not depends from charset declaration in the page, even if I declare the charset in Metatags the problem persists. The correct accented letters are simple text. The wrong one is the name of a directory that i keep by a filehandling function. Besides, I've the same

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-11-03 Thread Marc Perkel
Nick Kew wrote: On Thursday 03 November 2005 04:39, Marc Perkel wrote: Serious Memory Leak Problem Last time you posted this, I asked if you'd compiled it yourself, and you said no. Please at the very least *do that* before complaining here. Some third-party packages

[EMAIL PROTECTED] How to configure httpd.conf for HTTP PUT Method ?

2005-11-03 Thread Kr
Hi, Can anyone please tell me how to configure a cgi/perl script in Apache 2.0's httpd.conf for  handling HTTP PUT method used by clients to upload files to server. I am not getting how the PUT script entries need to be configured in the httpd.conf and how to call the put script in client program

[EMAIL PROTECTED] copy ssl cert from old machine to replacement machine?

2005-11-03 Thread Joe A
i have a machine that has apache2 and ssl setup on domain.com i want to replace that machine with a new one ... do i have to request a new certificate or is there an easy way to copy the certificate to the new machine that will be replacing the old one as the server for domain.com?

Re: [EMAIL PROTECTED] [OT] Apache and PHP/MP

2005-11-03 Thread Joshua Kogut
YES SIR! *salute*On 11/3/05, Joshua Slive <[EMAIL PROTECTED]> wrote: I doubt I am the only one who thinks this thread has long passed itsusefulness.  Please consider taking your discussion to private mail,or to a more suited forum like: http://perl.apache.org/maillist/advocacy.htmlorhttp://marc.the

Re: [EMAIL PROTECTED] Problems in using HTTP PUT method in uploading a file

2005-11-03 Thread Joshua Kogut
lol, your client program isn't xhtml compliant...

Re: [EMAIL PROTECTED] [OT] Apache and PHP/MP

2005-11-03 Thread Joshua Slive
I doubt I am the only one who thinks this thread has long passed its usefulness. Please consider taking your discussion to private mail, or to a more suited forum like: http://perl.apache.org/maillist/advocacy.html or http://marc.theaimsgroup.com/?l=php-evangelism Thanks. Joshua. --

Re: [EMAIL PROTECTED] Subdomains just by creating a directory?

2005-11-03 Thread Joshua Kogut
I have always used wildcards (see mass-virtual hosting in the apache docs). Never failed.On 11/3/05, Rich Bowen < [EMAIL PROTECTED]> wrote:-BEGIN PGP SIGNED MESSAGE-Hash: SHA1 Andreas Schildbach wrote:> Hello everyone,>> is it possible to configure Apache2 to serve the contents of a> direct

Re: [EMAIL PROTECTED] [OT] Apache and PHP/MP

2005-11-03 Thread Joshua Kogut
Lol, the benefits of perl for others happen to be the downfall of perl for me. Well, I do agree, after slicing a page in photoshop, and optimizing it in notepad2 (yeah!) I guess I just appreciate being able to cut and paste my content engine class without worrying about any complicated things. Also

Re: [EMAIL PROTECTED] [OT] Apache and PHP/MP

2005-11-03 Thread Octavian Rasnita
From: "Joshua Kogut" <[EMAIL PROTECTED]> > Again guys, I said that you've sold me to try perl again, but there is > something in Php that I just can't say, something that drags me to it. > May I try to say what I think you like in PHP? You can create static html files, or even modify some alrea

Re: [EMAIL PROTECTED] Subdomains just by creating a directory?

2005-11-03 Thread Rich Bowen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Schildbach wrote: > Hello everyone, > > is it possible to configure Apache2 to serve the contents of a > directory, in a way so the first level of the structure serves as the > name of a subdomain? > > For example: > > foo.myhost.mydomain --

Re: [EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Neil A. Hillard
Hi, Emmanuel E wrote: On Windows Apache is case-insensitive to filenames. It is case-sensitive to Aliases though. However it logs the actual case-sensitive request sent by the browser. I just checked it now. Technically it is the operating system that is case insensitive (in the case of Windo

Re: [EMAIL PROTECTED] [OT] Apache and PHP/MP

2005-11-03 Thread Joshua Kogut
Again guys, I said that you've sold me to try perl again, but there is something in Php that I just can't say, something that drags me to it.On 11/2/05, Boysenberry Payne < [EMAIL PROTECTED]> wrote:The only thing I'm afraid of is mod_perl not getting the proper respect if deservesin the development

Re: [EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Emmanuel E
On Windows Apache is case-insensitive to filenames. It is case-sensitive to Aliases though. However it logs the actual case-sensitive request sent by the browser. I just checked it now. If youre on unix I have no clue actually, but I feel it should work if you type TestPage.txt in the browser inst

[EMAIL PROTECTED] mod_proxy and equalized routes

2005-11-03 Thread Roberto Barbieri
Hi, i've a host configured to forward all connections of his port 80 trough the apache proxy module and an equalized route. All connections coming to eth0 port 80 are redirected to another host and balanced trough eth1, eth2 and eth3 (each interface have a different IP). I need to see in the lo

Re: [EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Joshua Slive
On 11/3/05, Kumar, Atul <[EMAIL PROTECTED]> wrote: > Hi All, > I am not an expert in apache so please ignore if this question > sounds silly. > > I have placed some text file in one of the folder ( htdocs ) in apache , > File name is TestPage.txt so when I try to access this page from > brow

Re: [EMAIL PROTECTED] Re: Subdomains just by creating a directory?

2005-11-03 Thread Joshua Slive
On 11/3/05, Andreas Schildbach <[EMAIL PROTECTED]> wrote: > Yes, exactly. For example, I'd like to install a webpage just by copying > its contents to /var/www/webpage and then access the page with > http://webpage.mydomain.tld See mod_vhost_alias, which is designed to do exactly this. Joshua.

[EMAIL PROTECTED] Problems in using HTTP PUT method in uploading a file

2005-11-03 Thread Kr
Hi All, I am basically trying to upload a file in browser and store in server using HTTP PUT method.. The client uses VBSCRIPT + MSXML2.XMLHTTP parser. The server uses Apache 2.0 + CGI+ PERL. The server and client are on my local desktop. I am using Windows XP SP2 and IE 6.0 SP2. When I upload a .

Re: [EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Boysenberry Payne
You could use a registry expression with mod_rewrite something like: RewriteEngine on RewriteRule ^(.*)[Tt][Ee][Ss][Tt][Pp][Aa][Gg][Ee]\.txt$ /testpage.txt This is by no means a great example of either mod_rewrite or rexexp but it's a start... If you have .htaccess files enabled you can

Re: [EMAIL PROTECTED] Images/Flash files not loading.

2005-11-03 Thread Boysenberry Payne
You might need to set these variables: php_value upload_max_filesize php_value post_max_size php_value max_execution_time You can set them in an .htaccess file if need be... Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 3, 2005, at 7:12 AM, Ben Houlton wrote: hi, i

[EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Kumar, Atul
Hi All, I am not an expert in apache so please ignore if this question sounds silly. I have placed some text file in one of the folder ( htdocs ) in apache , File name is TestPage.txt so when I try to access this page from browser message comes as page not found . On checking error message

[EMAIL PROTECTED] Images/Flash files not loading.

2005-11-03 Thread Ben Houlton
hi, im running Apache/2.0.55 (Win32) PHP/4.4.0 on Windows XP Pro, and I'm having problems downloading files larger then about 500KB (well viewing them like images/flash files). with images it downloads about halfway down the page then goes grey, and with flash movies with a preloader it just stops.

[EMAIL PROTECTED] Re: Subdomains just by creating a directory?

2005-11-03 Thread Andreas Schildbach
Olaf van der Spek wrote: On 11/3/05, Boyle Owen <[EMAIL PROTECTED]> wrote: See his first example. The subdomain is foo, not bar. So what? foo.myhost.mydomain is a separate VirtualHost so it has a different DocumentRoot (/var/www/foo/). So http://foo.myhost.mydomain/wibble/ --> /var/www/foo

Re: [EMAIL PROTECTED] Subdomains just by creating a directory?

2005-11-03 Thread Olaf van der Spek
On 11/3/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > See his first example. The subdomain is foo, not bar. > > So what? foo.myhost.mydomain is a separate VirtualHost so it has a different > DocumentRoot (/var/www/foo/). So http://foo.myhost.mydomain/wibble/ --> > /var/www/foo/wibble... > > Am

RE: [EMAIL PROTECTED] Subdomains just by creating a directory?

2005-11-03 Thread Boyle Owen
> -Original Message- > From: Olaf van der Spek [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 3. November 2005 09:30 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Subdomains just by creating a directory? > > > On 11/3/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > > foo.myho

RE: [EMAIL PROTECTED] Nasty error in error logs

2005-11-03 Thread david micheneau
Hum...it seems I haven't read fully the article: I don't need PCRE options, i recompile PHP without this options. Thanks. -Message d'origine- De : Peter J Milanese [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 novembre 2005 10:48 À : users Objet : Re: [EMAIL PROTECTED] Nasty error in error

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-11-03 Thread Nick Kew
On Thursday 03 November 2005 04:39, Marc Perkel wrote: > Serious Memory Leak Problem Last time you posted this, I asked if you'd compiled it yourself, and you said no. Please at the very least *do that* before complaining here. Some third-party packages not working correctly on your hardware is

Re: [EMAIL PROTECTED] Nasty error in error logs

2005-11-03 Thread Peter J Milanese
Did you read the buig report that you linked? Did you try replacing pcre if needed? - Sent from my NYPL BlackBerry Handheld. - Original Message - From: "david micheneau" [EMAIL PROTECTED] Sent: 11/03/2005 04:03 AM To: Subject: [EMAIL PROTECTED] Nasty error in error log

[EMAIL PROTECTED] Nasty error in error logs

2005-11-03 Thread david micheneau
Hi, Every night I do a log rotation and I use the command ./bin/apachectl graceful Apache was down and I see the same error in logs : [Thu Nov 03 03:10:01 2005] [notice] SIGUSR1 received. Doing graceful restart [Thu Nov 03 03:10:02 2005] [notice] seg fault or similar nasty error detected in the

RE: [EMAIL PROTECTED] Help needed.

2005-11-03 Thread Clive Dowler
Thank you very much for the help. I can now see the problem more clearly. Although I am housing the website my self, the company that sorts out the domain name seems to be doing something strange. This is unfortunately WAY out of my league :( so I'm going to have to ask my big brother (he set up

[EMAIL PROTECTED] Re: Subdomains just by creating a directory?

2005-11-03 Thread Andreas Schildbach
Boyle Owen wrote: is it possible to configure Apache2 to serve the contents of a directory, in a way so the first level of the structure serves as the name of a subdomain? I don't see the problem. This is exactly what apache does by default. The DocumentRoot directive maps the base URL of th

Re: [EMAIL PROTECTED] Subdomains just by creating a directory?

2005-11-03 Thread Olaf van der Spek
On 11/3/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > foo.myhost.mydomain --> /var/www/foo/ > > bar.myhost.mydomain --> /var/www/bar/ > > bar.myhost.mydomain/path/ --> /var/www/bar/path/ > > I don't see the problem. This is exactly what apache does by default. The > DocumentRoot directive maps the

RE: [EMAIL PROTECTED] Subdomains just by creating a directory?

2005-11-03 Thread Boyle Owen
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Andreas Schildbach > Sent: Donnerstag, 3. November 2005 08:50 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Subdomains just by creating a directory? > > > Hello everyone, > > is it possible to configure Apa

[EMAIL PROTECTED] Subdomains just by creating a directory?

2005-11-03 Thread Andreas Schildbach
Hello everyone, is it possible to configure Apache2 to serve the contents of a directory, in a way so the first level of the structure serves as the name of a subdomain? For example: foo.myhost.mydomain --> /var/www/foo/ bar.myhost.mydomain --> /var/www/bar/ bar.myhost.mydomain/path/ --> /va

Re: [EMAIL PROTECTED] NetBSD and pkgsrc

2005-11-03 Thread herauthon
Dear NG_members,   can it be that apache will not compiled due to some version difference between the Current pkgsrc and NetBSD 2.0.2   I am using Pkgsrc Current and apache make failes at perl5 - checking its status here-after If somebody knows what pkg version is propper for the 2.0.2 - it wi

RE: [EMAIL PROTECTED] Help needed.

2005-11-03 Thread Boyle Owen
> -Original Message- > From: Clive Dowler [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 2. November 2005 16:50 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Help needed. > > > Thanx for the help. Here is an update. I've changed all the > slashes to > face the correct way.