RE: [EMAIL PROTECTED] Apache Problem / Win XP / Wireless AD-HOC

2005-12-08 Thread fj b
Thanks for your Mail, I inserted in the Hosts File the line 192.168.2.44 and the server runs OK. In error file stays already Apache.exe: Could not determine the server's fully qualified domain name using 192.168.2.44 for ServerName But as you say this is a warnning, and the server works an

Re: [EMAIL PROTECTED] Cannot Get Basic Auth to Work

2005-12-08 Thread Joshua Slive
On 12/8/05, Michael Avila <[EMAIL PROTECTED]> wrote: > Ah, then that is the error of my thinking. I thought there was a "tie-in" > between the two. By using the ALIAS I could refer to the directory using the > ALIAS'd name. I thought they referred to the same thing internally. That was > the error

RE: [EMAIL PROTECTED] Cannot Get Basic Auth to Work

2005-12-08 Thread Michael Avila
> > If this is wrong then why is the proper web page showing up? Look at the > > ALIAS dir name. Isn't the name? It is > > the way that I have everything else and they work. And, aside from not > > getting the auth dialog box, it works in that I get the proper > web page. If > > I was getting an e

Re: [EMAIL PROTECTED] update to php5

2005-12-08 Thread Joshua Slive
On 12/8/05, Benjamin Adams <[EMAIL PROTECTED]> wrote: > I updated to php5...When I run the script in terminal it runs fine > but when I start apache 1.3.33 I get > [warn] Loaded DSO libexec/httpd/libphp5.so uses plain Apache 1.3 API, > this module might crash under EAPI! (please recompile it with -

Re: [EMAIL PROTECTED] Cannot Get Basic Auth to Work

2005-12-08 Thread Joshua Slive
On 12/8/05, Michael Avila <[EMAIL PROTECTED]> wrote: > > > > > Alias /o E:/ApacheGroup/Apache2/d/c/a > > > > > > > > > This is wrong. As I said, it needs to be > "E:/ApacheGroup/Apache2/d/c/a">. See: > > http://httpd.apache.org/docs/2.2/sections.html#file-and-web > > This is probably the cause

[EMAIL PROTECTED] update to php5

2005-12-08 Thread Benjamin Adams
I updated to php5...When I run the script in terminal it runs fine but when I start apache 1.3.33 I get [warn] Loaded DSO libexec/httpd/libphp5.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) System is Mac OS X 10.4.3 with php 5.1.1 config

RE: [EMAIL PROTECTED] Cannot Get Basic Auth to Work

2005-12-08 Thread Michael Avila
> -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 08, 2005 4:39 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Cannot Get Basic Auth to Work > > Depends on how your apache is compiled. Omitting this directive will > get you t

Re: [EMAIL PROTECTED] Cannot Get Basic Auth to Work

2005-12-08 Thread Joshua Slive
On 12/8/05, Michael Avila <[EMAIL PROTECTED]> wrote: > As I said in my original message, I am NOT going to put a complete URL to a > wide open area that I am trying to protect. I am protecting it for a reason. > I do not want anyone getting into that area until it is secure. Any there > are all kin

Re: [EMAIL PROTECTED] Is there something like an directive?

2005-12-08 Thread Jason Martens
On Thu, 2005-12-08 at 15:20 -0500, Joshua Slive wrote: > On 12/8/05, Jason Martens <[EMAIL PROTECTED]> wrote: > > On Wed, 2005-12-07 at 21:11 -0500, Joshua Slive wrote: > > > On 12/7/05, Jason Martens <[EMAIL PROTECTED]> wrote: > > > > I want to be able to include or exclude parts of my configurati

Re: [EMAIL PROTECTED] Compiling Modules on Apache-2.2.0

2005-12-08 Thread Nick Kew
On Thursday 08 December 2005 21:05, Joe Apache wrote: > Hello, > > I've tried to compile some modules on Apache-2.2.0 with little success. I've compiled lots of modules on it. Most of them were originally written for 2.0. > For example, here is the error message for mod_fastcgi: > > mod_fastcgi.

RE: [EMAIL PROTECTED] Cannot Get Basic Auth to Work

2005-12-08 Thread Michael Avila
As I said in my original message, I am NOT going to put a complete URL to a wide open area that I am trying to protect. I am protecting it for a reason. I do not want anyone getting into that area until it is secure. Any there are all kinds of people scanning the newsgroups and mailing lists. It d

[EMAIL PROTECTED] Compiling Modules on Apache-2.2.0

2005-12-08 Thread Joe Apache
Hello, I've tried to compile some modules on Apache-2.2.0 with little success. For example, here is the error message for mod_fastcgi: mod_fastcgi.c: In function `init_module': mod_fastcgi.c:271: error: `ap_null_cleanup' undeclared (first use in this function) mod_fastcgi.c:271: error: (Each und

Re: [EMAIL PROTECTED] Cannot Get Basic Auth to Work

2005-12-08 Thread Joshua Slive
On 12/8/05, Michael Avila <[EMAIL PROTECTED]> wrote: > Yes, I did read the docs and used an example that I found. That is how I got > as far as I did. Unfortunately, I read the AuthType docs not AuthDBMType > docs. That is one of the areas that I did wrong. My apologies that I do not > spell as gre

RE: [EMAIL PROTECTED] Cannot Get Basic Auth to Work

2005-12-08 Thread Michael Avila
Yes, I did read the docs and used an example that I found. That is how I got as far as I did. Unfortunately, I read the AuthType docs not AuthDBMType docs. That is one of the areas that I did wrong. My apologies that I do not spell as great as you and that I am not as observant as you. HOWEVER, it

Re: [EMAIL PROTECTED] Is there something like an directive?

2005-12-08 Thread Joshua Slive
On 12/8/05, Jason Martens <[EMAIL PROTECTED]> wrote: > On Wed, 2005-12-07 at 21:11 -0500, Joshua Slive wrote: > > On 12/7/05, Jason Martens <[EMAIL PROTECTED]> wrote: > > > I want to be able to include or exclude parts of my configuration based > > > on whether I am in the SSL virtual host, or the

Re: [EMAIL PROTECTED] Is there something like an directive?

2005-12-08 Thread Jason Martens
On Wed, 2005-12-07 at 21:11 -0500, Joshua Slive wrote: > On 12/7/05, Jason Martens <[EMAIL PROTECTED]> wrote: > > I want to be able to include or exclude parts of my configuration based > > on whether I am in the SSL virtual host, or the regular port 80 virtual > > host. Is there some way to do so

Re: [EMAIL PROTECTED] httpd-2.2.0 CacheDefaultExpire not honored?

2005-12-08 Thread Rocky Seelbach
Joshua, That makes sense. Many thanks. >> Trying to prove a caching-proxy configuration. > > From my understanding, CacheDefaultExpire is used *only* if neither an > explicit expiry time nor a Last-Modified header are present in the > response. Your responses have Last-Modified headers and ther

Re: [EMAIL PROTECTED] httpd-2.2.0 CacheDefaultExpire not honored?

2005-12-08 Thread Joshua Slive
On 12/8/05, Rocky Seelbach <[EMAIL PROTECTED]> wrote: > Trying to prove a caching-proxy configuration. With the server configured > as below cache headers are marked with the CacheMaxExpire value, not the > CacheDefaultExpire. I'm making requests for static content (a jpg file) > on the caching-p

[EMAIL PROTECTED] httpd-2.2.0 CacheDefaultExpire not honored?

2005-12-08 Thread Rocky Seelbach
Trying to prove a caching-proxy configuration. With the server configured as below cache headers are marked with the CacheMaxExpire value, not the CacheDefaultExpire. I'm making requests for static content (a jpg file) on the caching-proxy server. Meaning there is only my browser and the server

Re: [EMAIL PROTECTED] Apache Authentication questions

2005-12-08 Thread Nick Kew
On Thursday 08 December 2005 15:48, Joshua Slive wrote: > On 12/7/05, Sean Conner <[EMAIL PROTECTED]> wrote: > > I've yet to try Apache 2.2, but can Apache be configured to support > > mutiple authentication schemes for the same directory/location? Am I > > missing something? > > I haven't tried i

Re: [EMAIL PROTECTED] processes remaining in memory during hours

2005-12-08 Thread Joshua Slive
On 12/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, >I'm back again with my unsolved problem ... Apache 2.0.49 runs correctly > for some hours (httpd2-prefork processes are 4 minutes old maximum) ; then > some processes remain hours in memory with 10% process each ... Does some >

Re: [EMAIL PROTECTED] Apache Authentication questions

2005-12-08 Thread Joshua Slive
On 12/7/05, Sean Conner <[EMAIL PROTECTED]> wrote: > I've yet to try Apache 2.2, but can Apache be configured to support mutiple > authentication schemes for the same directory/location? Am I missing > something? I haven't tried it, but as far as I know apache doesn't have this capability in any

Re: [EMAIL PROTECTED] PHP Prolem

2005-12-08 Thread myhapwcforever
AddType application/x-httpd-php .php I met with your problem.And add it. ;) Original Message - From: Todd Hofert To: users@httpd.apache.org Sent: Thursday, December 08, 2005 8:57 PM Subject: RE: [EMAIL PROTECTED] PHP Prolem Where do I add this?

[EMAIL PROTECTED] Including non-existent symlinks

2005-12-08 Thread Thomas Johansson
I know, that just sounds wrong. However, I have to get around the problem. We're setting up an apache-installation in a HP ServiceGuard cluster and ran into a problem. There's virtual hosts tied to the ip-numbers jumping around in the cluster, so each virtual host gets it's own config file, like /

RE: [EMAIL PROTECTED] Apache Problem / Win XP / Wireless AD-HOC

2005-12-08 Thread Boyle Owen
Fix your mailer!=20 "=20" is popping up all over the place...=20 It is really=20 ann=20oyin=20g... Read on=20 > -Original Message- > From: fj b [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 8. Dezember 2005 14:07 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache Probl

[EMAIL PROTECTED] Apache Problem / Win XP / Wireless AD-HOC

2005-12-08 Thread fj b
Hi,=20 I am trying to connect a device (Sinus 154 Media) to my PC via wireless net= work. The device is used to send pictures and music to the TV. I have the f= olloing configuration. My PC=20 IP: 192.168.2.44=20 Mask 255.255.255.0=20 SSID : FJBR=20 Device IP: 192.168.2.45=20 Mask 255.255.255.0=

RE: [EMAIL PROTECTED] PHP Prolem

2005-12-08 Thread Todd Hofert
Where do I add this? I added it in the section that previously read:       DirectoryIndex index.html   Doing so now just opens the php file as text in the browser window.   Thanks in advance. Todd From: ludi [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 9:37 PMTo: users@h

Re: [EMAIL PROTECTED] apache server - username and password

2005-12-08 Thread Sean Davis
On 12/7/05 9:25 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > It was thus said that the Great Joshua Slive once stated: >> >> On 12/7/05, Senthil Nathan <[EMAIL PROTECTED]> wrote: >>> hi all, >>> >>> my application running on Apache 2 on mod_perl 2 uses htaccess to >>> authenticate. so

[EMAIL PROTECTED] processes remaining in memory during hours

2005-12-08 Thread fabian.frederick
Hi, I'm back again with my unsolved problem ... Apache 2.0.49 runs correctly for some hours (httpd2-prefork processes are 4 minutes old maximum) ; then some processes remain hours in memory with 10% process each ... Does some solution exist to force Apache to kill those unused processes ? B

RE: [EMAIL PROTECTED] Cannot Get Basic Auth to Work

2005-12-08 Thread Boyle Owen
> -Original Message- > From: Michael Avila [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 7. Dezember 2005 20:56 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Cannot Get Basic Auth to Work > > > Thanks for the reply. > > Here is what is there now. > > .htaccess >

RE: [EMAIL PROTECTED] Cannot Get Basic Auth to Work

2005-12-08 Thread Boyle Owen
> -Original Message- > From: Michael Avila [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 7. Dezember 2005 20:56 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Cannot Get Basic Auth to Work > > > Thanks for the reply. > > Here is what is there now. > > .htaccess >

[EMAIL PROTECTED] reloading apache and php.ini

2005-12-08 Thread pascal
Hi, I woudl like to know if when I reload apache2 with: /etc/ini.d/apache2 reload the php.ini file is reloaded too or if I have to restart apache2 to reload php.ini ? Pascal This message was sent using IMP, the Internet Messaging

Re: [EMAIL PROTECTED] Apache suddenly stops accepting request

2005-12-08 Thread Sterpu Victor
Maybe you touched the maxclients limit. JM wrote: Hi, Just recently Ive experienced something new in apache It just suddenly stop on accepting request... what I did is to restart the server and everything went to normal i did check on the logs and there's no unusual entry... im u