[EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread Jan van den Berg
I have a very strange problem. I have written a cgi script that has an image file (counter) as output. I run it like this: www.site.com/cgi-bin/nph?width=5&link=http://www.hitsite.com This runs perfectly. However when I rename the program from 'nph' -> 'nph-hits' (same UID/GID and system rights)

RE: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread Jan van den Berg
PROTECTED] CGI script with & without dash in name on Apache 2.0.55 * "Jan van den Berg" <[EMAIL PROTECTED]> wrote: > www.site.com/cgi-bin/nph?width=5&link=http://www.hitsite.com > > This runs perfectly. However when I rename the program from 'nph' -> >

RE: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread Jan van den Berg
apache.org Onderwerp: Re: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55 * "Jan van den Berg" <[EMAIL PROTECTED]> wrote: > Great! > So that is the answer. Is there also a solution; disabling this function ie > or going around it? You can't

[EMAIL PROTECTED] Graceful on NFS slow

2006-06-14 Thread Jan van den Berg
Hello,   when issuing a graceful command it seems that Apache checks all the DocumentRoots by trying to opening them to see if they exist and if they dont issue a warning. In my current setup this results in a very slow graceful since all my DocumentRoots are on a NFS filesystem and checking the

[EMAIL PROTECTED] Graceful: stat64 DocumentRoot directories

2007-02-12 Thread Jan van den Berg
tatting the directories because it wants to make sure it exists. But should I care whether a DocumentRoot from a Virtual Host exists? I've tested deleting directories and this doesn't crash Apache. So what's the reason behind this. Hope someone can provide some insight. Cheers. Jan van den Berg

[EMAIL PROTECTED] mod_actions.c: Action to take more arguments

2007-03-06 Thread Jan van den Berg
Hi, I'm looking for a way to enable the Action command in my VirtualHost to not only pass a script/cgi to the Action command but also an argument, so like this Action my_script.sh -c my.config or whatever. This doesn't seem possible right now because when I try this I get the following error:

RE: [EMAIL PROTECTED] mod_actions.c: Action to take more arguments

2007-03-07 Thread Jan van den Berg
maart 2007 12:43 Aan: users@httpd.apache.org Onderwerp: Re: [EMAIL PROTECTED] mod_actions.c: Action to take more arguments On 06/03/07, Jan van den Berg <[EMAIL PROTECTED]> wrote: > "Action takes two arguments, a media type followed by a script name" > > Is this easy to fix

RE: [EMAIL PROTECTED] Apache + PHP as CGI?!

2007-03-12 Thread Jan van den Berg
In your VH or in your global config: AddHandler php .php Action php /path/to/your/cgi-bin/php Jan Van: Norbert Wachnicki [mailto:[EMAIL PROTECTED] Verzonden: maandag 12 maart 2007 12:48 Aan: users@httpd.apache.org Onderwerp: [EMAIL PROTEC

RE: [EMAIL PROTECTED] Apache Examples Extreme Web Servers

2007-03-14 Thread Jan van den Berg
- My platform currently hosts 4381 Vhosts (and counting) this is of course loadbalanced over multiple servers, for performance and redundancy issues but they all share the _SAME_ Apache binary + config (yes there is only one on a centralized storage). - Everything from source. I

RE: [EMAIL PROTECTED] Apache Examples Extreme Web Servers

2007-03-14 Thread Jan van den Berg
erwerp: Re: [EMAIL PROTECTED] Apache Examples Extreme Web Servers On 3/14/07, Jan van den Berg <[EMAIL PROTECTED]> wrote: - My platform currently hosts 4381 Vhosts (and counting) this is of course loadbalanced over multiple servers, for performance and redundancy iss

RE: [EMAIL PROTECTED] Apache log analyzer

2007-03-22 Thread Jan van den Berg
Look at webalizer or awstats. Jan -Oorspronkelijk bericht- Van: Robert F Hall [mailto:[EMAIL PROTECTED] Verzonden: donderdag 22 maart 2007 9:10 Aan: users@httpd.apache.org Onderwerp: Re: [EMAIL PROTECTED] Apache log analyzer cyberarian wrote, on 3/22/2007 1:00 AM: > Is there any softwar

RE: [EMAIL PROTECTED] make install does not complete.

2007-03-22 Thread Jan van den Berg
1. What is the user when you do the make install? 2. Which user owns the files in: /usr/users/sapcs/include/apr.h 3. What is your exact configure line? Jan Van: Murali Gadiraju [mailto:[EMAIL PROTECTED] Verzonden: donderdag 22 maart 2007 6:2

[users@httpd] Remote Logging access_log

2005-06-15 Thread Jan van den Berg
Hi,   Right now I have a syslog-ng server that logs all access_log files in one big file. But Im looking for a way to log accesslogs to log to virtualhostname.log files instead of one big file.   My setup:    

[users@httpd] Remote Logging access_log with syslog-ng

2005-06-15 Thread Jan van den Berg
Hi,   (please ignore my last post)   Right now I have a syslog-ng server that logs all access_log files from different virtual hosts in one big file. But Im looking for a way to log accesslogs to  virtualhostname.log files instead of one big file.   My setup:   CustomLog "| /usr/bi

RE: [users@httpd] Remote Logging access_log with syslog-ng

2005-06-16 Thread Jan van den Berg
though (i.e. servername as a variable), so you need to create CustomLog entries for each vhost, putting the servername as an argument (or in the filename).   P   From: Jan van den Berg [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 9:53 AM To: users@httpd.apache.org Subject

Re: [EMAIL PROTECTED] Remote logging

2005-10-27 Thread Jan van den Berg
Use syslog-ng it's quite wonderful. Set Apache up to log to logger: CustomLog "|/usr/bin/logger -p local7.info" combined And set syslog-ng up to send everything from facility7 (local7) to a remote (syslog-ng) server. On Wednesday 26 October 2005 14:19, Jacob Friis Saxberg wrote: > Hi. > > How can

[EMAIL PROTECTED] Dynamically insert changed VHost in Apache

2005-11-01 Thread Jan van den Berg
Hi, Everytime I change a VHost I need to gracefully restart Apache for the changes to take effect. Is there a way (module?) to avoid doing this. So that a change is automatically deployed without a graceful? Regards, Jan van den Berg

[EMAIL PROTECTED] Creating a DSO module using apxs

2007-11-13 Thread Jan van den Berg
Because of some old decision we run a Linux Apache webserver with mod_frontpage (don't get me started). This module isn't officially supported anymore (rtr.com); however I still have the sources and I am trying to compile a new .so from this. This ordeal is driving me nuts: so I'm looking for some

RE: [EMAIL PROTECTED] Creating a DSO module using apxs

2007-11-21 Thread Jan van den Berg
Really no one knows? No clues, directions, tips on where I should go from here? This is really important to me. Cheers, Jan -Oorspronkelijk bericht- Van: Jan van den Berg [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 13 november 2007 17:27 Aan: users@httpd.apache.org Onderwerp: [EMAIL

[EMAIL PROTECTED] README file doesn't list when using Options +Indexes

2006-10-30 Thread Jan van den Berg
Hi,   I have a strange problem with Apache/2.0.58. I have a .htaccess file with: Options +Indexes in it, so the contents of the dir should be listed. This is true however, a file called README doesn’t show up in the list. When the file is spelled readme, rEADME, Readme or READMe it d