RE: [users@httpd] Execute perl Script

2005-05-23 Thread Boyle Owen
> -Original Message- > From: Mark Feather [mailto:[EMAIL PROTECTED] > Sent: Freitag, 20. Mai 2005 23:32 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Execute perl Script > > > In fear of making a fool of myself! > > Does the presence or absence of trailing forward slash

Re: [users@httpd] Execute perl Script

2005-05-20 Thread Mark Feather
In fear of making a fool of myself! Does the presence or absence of trailing forward slashes make a difference? Is: Alias /cgi-bin /srv/www/cgi-bin/ the same as: Alias /cgi-bin/ /srv/www/cgi-bin/ with or without the last forward slash too! Is http://www.yourdomain.com/cgi-bin/ the same as http

RE: [users@httpd] Execute perl Script

2005-05-20 Thread Boyle Owen
> -Original Message- > From: Oliver Kirchel [mailto:[EMAIL PROTECTED] > Sent: Freitag, 20. Mai 2005 09:25 > To: users@httpd.apache.org > Subject: AW: [EMAIL PROTECTED] Execute perl Script > > > Hi, > OK, sorry is my first post. No problem... > > I changed it, like Joshua said. > >

AW: [users@httpd] Execute perl Script

2005-05-20 Thread Oliver Kirchel
Hi, OK, sorry is my first post. I changed it, like Joshua said. I put in the default-server.conf instead of ScriptAlias /cgi-bin "/srv/www/cgi-bin/" AllowOverride None Options +ExecCGI Order allow,deny Allow from all this Alia

RE: [users@httpd] Execute perl Script

2005-05-20 Thread Boyle Owen
> -Original Message- > From: Oliver Kirchel [mailto:[EMAIL PROTECTED] > Sent: Freitag, 20. Mai 2005 08:57 > To: users@httpd.apache.org > Subject: AW: [EMAIL PROTECTED] Execute perl Script > > > Hi, > I tried it without ScriptAlias but it doesen't work either. > Any other ideas ? Please

AW: [users@httpd] Execute perl Script

2005-05-19 Thread Oliver Kirchel
Hi, I tried it without ScriptAlias but it doesen't work either. Any other ideas ? Olli > -Ursprüngliche Nachricht- > Von: Boyle Owen [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 20. Mai 2005 08:39 > An: users@httpd.apache.org > Betreff: RE: [EMAIL PROTECTED] Execute perl Script > > >

RE: [users@httpd] Execute perl Script

2005-05-19 Thread Boyle Owen
> -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 19. Mai 2005 18:40 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Execute perl Script > > > On 5/19/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > Plain text please... > > > > You have t

Re: [users@httpd] Execute perl Script

2005-05-19 Thread Joshua Slive
On 5/19/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > Plain text please... > > You have to set DirectoryIndex for the cgi dir as you would for any index > file in a normal directory, ie: > > DirectoryIndex index.pl If I remember correctly, that doesn't work in ScriptAliased directories. You need

AW: [users@httpd] Execute perl Script

2005-05-19 Thread Oliver Kirchel
Hi, I did it, but it doesn't work. Here a part of my conf-Files: httpd.conf --- Options None AllowOverride None Order deny,allow Deny from all Options +ExecCGI SetHandler cgi-script DirectoryIndex inde

RE: [users@httpd] Execute perl Script

2005-05-19 Thread Boyle Owen
Plain text please... You have to set DirectoryIndex for the cgi dir as you would for any index file in a normal directory, ie: DirectoryIndex index.pl Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. -Original Message- From: Oliver Kirchel [mailto:

[users@httpd] Execute perl Script

2005-05-19 Thread Oliver Kirchel
Title: Nachricht Hi, I'm running Apache/2.0.53 on a Linux System. My problem is that I want to execute a perl-script with the name index.pl   If I type the URL f.e.: http://222.222.222.222/cgi-bin/index.pl everything is fine.   But if I type http://222.222.222.222/cgi-bin/ I get the followi