Morrison Hoyle | 1 Feb 2003 06:00
Picon
Favicon

Interesting offer

I am not a subscriber to TPG internet although I used to be some years ago. 
However they still send me an electronic newsletter and the current issue has 
an interesting offer of a new fairly cheap PC preconfigured for linux with 
office suite etc. but also with an ADSL modem and free broadband internet for 
quite some time.  I dont need a new PC but some MLUG-ers might so I have 
pasted the relevant section below.

I have no connexion or interest in TPG so please dont flame me for this.

Morrison Hoyle

TPG excerpt follows:_

           TPG News

            Free Unlimited Broadband with X-Machine for $699 inc. GST
            TPG's X-machine is a perfect match for new users and power users 
wanting a second machine. It's a very convenient product, as it's broadband 
ready and fully configured, so it's as simple as plugging it in and it's 
ready to go. 

            The specifications of the base model are impressive for the price 
and include the following:
            . IntelĀ® CeleronĀ® 1.2GHz
            . 128MB SDRAM
            . 40GB Ultra ATA hard drive
            . 52x CD-ROM drive
            . Minitower case
            . Integrated graphics card
            . 10W Amplified Speakers
(Continue reading)

David Sheludko | 1 Feb 2003 07:19

Apache CGI permissions

Hi all,

I'm a bit puzzled by this. I'm trying to get Apache to allow cgi programs
(perl) to be run in the cgi directory, but I keep getting Forbidden: 403
errors. My httpd error_log file shows: "client denied by server
configurtion: /var/www/cgi-bin/test.pl" But I don't know where the problem
is. I've got the recommended security options, and my relevant config
sections are below - any ideas?

Thanks,

Dave Sheludko.

<Directory />
  Options -All -Multiviews
  AllowOverride None
  Order deny,allow
  Deny from all
</Directory>
<Directory /var/www/cgi-bin>
  Options +ExecCGI
</Directory>

ScriptAlias /cgi-bin/ /var/www/cgi-bin/
ScriptAlias /protected-cgi-bin/ /var/www/protected-cgi-bin/

I'm also running virtual servers, and I've tried putting a Options +ExecCGI
directive on the cgi-bin <Directory> on the virtual server too, but no joy.
I have of course chmod a+x test.pl.....

(Continue reading)

Jeffrey Sims | 1 Feb 2003 07:31
Picon

Re: Apache CGI permissions

In that 'Options' directive add 'ExecCGI'

Jeff
----- Original Message -----
From: "David Sheludko" <dsheludko <at> appleseedmediagroup.com>
To: "Mlug <at> Mlug. Org. Au" <mlug <at> mlug.org.au>
Sent: Saturday, February 01, 2003 5:19 PM
Subject: [MLUG] Apache CGI permissions

> Hi all,
>
> I'm a bit puzzled by this. I'm trying to get Apache to allow cgi programs
> (perl) to be run in the cgi directory, but I keep getting Forbidden: 403
> errors. My httpd error_log file shows: "client denied by server
> configurtion: /var/www/cgi-bin/test.pl" But I don't know where the problem
> is. I've got the recommended security options, and my relevant config
> sections are below - any ideas?
>
> Thanks,
>
> Dave Sheludko.
>
> <Directory />
>   Options -All -Multiviews
>   AllowOverride None
>   Order deny,allow
>   Deny from all
> </Directory>
> <Directory /var/www/cgi-bin>
>   Options +ExecCGI
(Continue reading)

David Sheludko | 1 Feb 2003 07:39

RE: Apache CGI permissions

thanks but have already tried that and tried it again just in case, but
still no joy... - any other ideas?

David Sheludko
Systems Administrator
Deja Vu Productions
Ph: +61-3-93295459
Mob: 0409 311 223
http://www.dejavuproductions.net/
dsheludko <at> pobox.com

> -----Original Message-----
> From: mlug-admin <at> mlug.org.au [mailto:mlug-admin <at> mlug.org.au]On Behalf Of
> Jeffrey Sims
> Sent: Saturday, 1 February 2003 5:32 PM
> To: mlug <at> mlug.org.au
> Subject: Re: [MLUG] Apache CGI permissions
>
>
> In that 'Options' directive add 'ExecCGI'
>
> Jeff
> ----- Original Message -----
> From: "David Sheludko" <dsheludko <at> appleseedmediagroup.com>
> To: "Mlug <at> Mlug. Org. Au" <mlug <at> mlug.org.au>
> Sent: Saturday, February 01, 2003 5:19 PM
> Subject: [MLUG] Apache CGI permissions
>
>
> > Hi all,
(Continue reading)

Jeffrey Sims | 1 Feb 2003 07:54
Picon

Re: Apache CGI permissions

did you set the correct permissions on the file?
----- Original Message -----
From: "David Sheludko" <dsheludko <at> appleseedmediagroup.com>
To: <mlug <at> mlug.org.au>
Sent: Saturday, February 01, 2003 5:39 PM
Subject: RE: [MLUG] Apache CGI permissions

> thanks but have already tried that and tried it again just in case, but
> still no joy... - any other ideas?
>
> David Sheludko
> Systems Administrator
> Deja Vu Productions
> Ph: +61-3-93295459
> Mob: 0409 311 223
> http://www.dejavuproductions.net/
> dsheludko <at> pobox.com
>
> > -----Original Message-----
> > From: mlug-admin <at> mlug.org.au [mailto:mlug-admin <at> mlug.org.au]On Behalf Of
> > Jeffrey Sims
> > Sent: Saturday, 1 February 2003 5:32 PM
> > To: mlug <at> mlug.org.au
> > Subject: Re: [MLUG] Apache CGI permissions
> >
> >
> > In that 'Options' directive add 'ExecCGI'
> >
> > Jeff
> > ----- Original Message -----
(Continue reading)

David Sheludko | 1 Feb 2003 08:36

RE: Apache CGI permissions

<snip>
> > > I have of course chmod a+x test.pl.....
</snip>

Is that what you mean?

Is there any chance it could be something to do with the virtual servers -
the apache docs don't say much about running CGI on a virtual host...

thanks,

dave.

David Sheludko
Systems Administrator
Deja Vu Productions
Ph: +61-3-93295459
Mob: 0409 311 223
http://www.dejavuproductions.net/
dsheludko <at> pobox.com

> -----Original Message-----
> From: mlug-admin <at> mlug.org.au [mailto:mlug-admin <at> mlug.org.au]On Behalf Of
> Jeffrey Sims
> Sent: Saturday, 1 February 2003 5:54 PM
> To: mlug <at> mlug.org.au
> Subject: Re: [MLUG] Apache CGI permissions
>
>
> did you set the correct permissions on the file?
(Continue reading)

Jeffrey Sims | 1 Feb 2003 09:56
Picon

Re: Apache CGI permissions

after that

im not sure..

jeff
----- Original Message -----
From: "David Sheludko" <dsheludko <at> appleseedmediagroup.com>
To: <mlug <at> mlug.org.au>
Sent: Saturday, February 01, 2003 6:36 PM
Subject: RE: [MLUG] Apache CGI permissions

> <snip>
> > > > I have of course chmod a+x test.pl.....
> </snip>
>
> Is that what you mean?
>
> Is there any chance it could be something to do with the virtual servers -
> the apache docs don't say much about running CGI on a virtual host...
>
> thanks,
>
> dave.
>
> David Sheludko
> Systems Administrator
> Deja Vu Productions
> Ph: +61-3-93295459
> Mob: 0409 311 223
> http://www.dejavuproductions.net/
(Continue reading)

Ben Stringer | 1 Feb 2003 10:12

Re: Apache CGI permissions

Can you run the perl script from the command line as the same user that
runs apache?

If so, this puts to rest any permissions problems. If not, does the perl
script have read as well as execute for the user running apache?

Cheers, Ben

On Sat, 2003-02-01 at 17:19, David Sheludko wrote:
> Hi all,
> 
> I'm a bit puzzled by this. I'm trying to get Apache to allow cgi programs
> (perl) to be run in the cgi directory, but I keep getting Forbidden: 403
> errors. My httpd error_log file shows: "client denied by server
> configurtion: /var/www/cgi-bin/test.pl" But I don't know where the problem
> is. I've got the recommended security options, and my relevant config
> sections are below - any ideas?
> 
> Thanks,
> 
> Dave Sheludko.
> 
> <Directory />
>   Options -All -Multiviews
>   AllowOverride None
>   Order deny,allow
>   Deny from all
> </Directory>
> <Directory /var/www/cgi-bin>
>   Options +ExecCGI
(Continue reading)

Andrew Greig | 1 Feb 2003 11:19

Re: Needed: an old PC with two PCI slots

Hi Sam,

I'm off to the caribbean Gardens tomorrow, I might be able to pick one 
up cheap.  Is this for a gateway?

Andrew Greig

Sam Varghese wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Can anyone swap me an old PC (Pentium) which has two PCI slots? I can
> give you one which has one PCI slot plus two caddies to compensate.
> 
> Sam
> - -- 
> Sam Varghese
> http://www.gnubies.com
> There are no good system administrators, merely temporarily satisfied users.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.0 (GNU/Linux)
> 
> iD8DBQE+OwsOZyXhknb+33gRAiS7AJwKophNr2GZB4jXzWV48e49hfqMqACeNAjC
> Ius+Y1RMTAIQSUXAsYNh7+0=
> =KukI
> -----END PGP SIGNATURE-----
> _______________________________________________
> Melbourne Linux Users Group (Australia)
> MLUG Web Site: http://www.mlug.org.au/

(Continue reading)

Sam Varghese | 1 Feb 2003 12:55
Favicon

Re: Needed: an old PC with two PCI slots


On Sat, Feb 01, 2003 at 09:19:45PM +1100, Andrew Greig spake thus:
> Hi Sam,
> 
> I'm off to the caribbean Gardens tomorrow, I might be able to pick one 
> up cheap.  Is this for a gateway?
> 
> Andrew Greig

Thanks, Andrew. I managed to get one about half an hour back - not from
the list, but from another source. 

Sam
--

-- 
Sam Varghese
http://www.gnubies.com
My advice to you is get married: if you find a good wife you'll be happy; if
not, you'll become a philosopher.

Gmane