Re: binary cgi mess ( repost )

2003-03-18 Thread Abdul-wahid Paterson
Hi, This is the config I have for nagios on one of my servers. I also have mod_perl working so there should be no problem with the two together. (My directory paths are different to yours but the principle is the same) ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin/ Directory

Re: binary cgi mess

2003-03-13 Thread Abdul-wahid Paterson
Hi, Shouldn't it be AddHandler cgi-script .cgi Regards, Abdul-Wahid On Thu, 2003-03-13 at 10:53, Francesc Guasch wrote: I have a mod_perl server and I need to add a cgi application outside mod_perl, nagios. I followed the guide and when I try to use the cgis, the binary files

Re: how to make an Alias?

2003-03-13 Thread Abdul-wahid Paterson
Hi, Alias /cctvimages/ /home/me/images/ Should do it. Regards, Abdul-Wahid On Thu, 2003-03-13 at 18:35, mel awaisi wrote: Hi list How do i make an alias on my webserver? i have images on my machine located in /home/me/images/. i would like to be able to access them on

cookie authenticated caching proxy

2003-03-12 Thread Abdul-wahid Paterson
Hi, I am still pretty new to mod_perl and have only really dabbled with a few small applications that I created. I am now looking to build something quite specific and was wondering if anyones know of anything similar to what I want to do so or whether they have any pointers as to mod_perl's

Re: cookie authenticated caching proxy

2003-03-12 Thread Abdul-wahid Paterson
One extra requirement is that some of the pages need authentication which is cookie based. I would need to check the cookie against a database to see if the caller is authenticated to access the particular page. Has anyone done/seen anything similar implemented in mod_perl? That's very