Hi, I tried it without ScriptAlias but it doesen't work either. Any other ideas ? Olli > -----Ursprüngliche Nachricht----- > Von: Boyle Owen [mailto:Owen.Boyle@xxxxxxx] > Gesendet: Freitag, 20. Mai 2005 08:39 > An: users@xxxxxxxxxxxxxxxx > Betreff: RE: [users@httpd] Execute perl Script > > > > -----Original Message----- > > From: Joshua Slive [mailto:jslive@xxxxxxxxx] > > Sent: Donnerstag, 19. Mai 2005 18:40 > > To: users@xxxxxxxxxxxxxxxx > > Subject: Re: [users@httpd] Execute perl Script > > > > > > On 5/19/05, Boyle Owen <Owen.Boyle@xxxxxxx> 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. > > Oops - quite right... I did this once ages ago and forgot > that I wasn't using ScriptAlias... > > Rgds, > Owen Boyle > Disclaimer: Any disclaimer attached to this message may be ignored. > > > You need to convert > > > > ScriptAlias /cgi-bin/ /path/to/cgi-bin/ > > to > > Alias /cgi-bin /path/to/cgi-bin > > <Directory /path/to/cgi-bin> > > Options ExecCGI > > SetHandler cgi-script > > DirectoryIndex index.pl > > </Directory> > > > > Joshua. > > > > > --------------------------------------------------------------------- > > The official User-To-User support forum of the Apache HTTP > > Server Project. > > See <URL:http://httpd.apache.org/userslist.html> for more info. > > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > > > > > > This message is for the named person's use only. It may > contain confidential, proprietary or legally privileged > information. No confidentiality or privilege is waived or > lost by any mistransmission. If you receive this message in > error, please notify the sender urgently and then immediately > delete the message and any copies of it from your system. > Please also immediately destroy any hardcopies of the > message. You must not, directly or indirectly, use, disclose, > distribute, print, or copy any part of this message if you > are not the intended recipient. The sender's company reserves > the right to monitor all e-mail communications through their > networks. Any views expressed in this message are those of > the individual sender, except where the message states > otherwise and the sender is authorised to state them to be > the views of the sender's company. > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP > Server Project. See > <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx