[vox-tech] Red Hat apache problem (was: [lugod lert] Help, please)

2002-12-05 Thread Henry House
On Wed, Dec 04, 2002 at 08:56:39PM -0800, Janet Meizel wrote: Hi- I 've upgraded from Redhat 6.5 to 8.0 server at Davis High School and included Apache in the install. Everything is set up to go, but when I try to access the web page (I assume it is index.html), from another computer,

Re: [vox-tech] Red Hat apache problem (was: [lugod lert] Help, please)

2002-12-05 Thread Rod Roark
On Thursday 05 December 2002 09:25 am, Henry House wrote: On Wed, Dec 04, 2002 at 08:56:39PM -0800, Janet Meizel wrote: Hi- I 've upgraded from Redhat 6.5 to 8.0 server at Davis High School and included Apache in the install. Everything is set up to go, but when I try to access the web

Re: [vox-tech] Red Hat apache problem (was: [lugod lert] Help, please)

2002-12-05 Thread Ryan Castellucci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 05 December 2002 09:25 am, Henry House wrote: On Wed, Dec 04, 2002 at 08:56:39PM -0800, Janet Meizel wrote: Hi- I 've upgraded from Redhat 6.5 to 8.0 server at Davis High School and included Apache in the install. Everything is

RE: [vox-tech] Red Hat apache problem (was: [lugod lert] Help, please)

2002-12-05 Thread ALLO (Alfredo Lopez De Leon)
The httpd.conf file in RedHat is located in: /etc/httpd/conf Is it possible that Apache is not running? Alfredo -Original Message- From: Henry House [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 9:26 AM To: Janet Meizel Cc: [EMAIL PROTECTED] Subject: [vox-tech] Red

Re: [vox-tech] Red Hat apache problem (was: [lugod lert] Help, please)

2002-12-05 Thread Peter Jay Salzman
nobody has treated LUGOD worse than janet meizel. she totally snubbed us when we needed her most. she backstabbed LUGOD, a non-profit organization that gets computers donated to the local highschool and tons of modern computer books to an aging public library...it's shameful. i find it funny

Re: [vox-tech] Red Hat apache problem (was: [lugod lert] Help, please)

2002-12-05 Thread Rod Roark
Why did LUGOD need her? What did she do? -- Rod On Thursday 05 December 2002 10:15 am, Peter Jay Salzman wrote: nobody has treated LUGOD worse than janet meizel. she totally snubbed us when we needed her most. she backstabbed LUGOD, a non-profit organization that gets computers donated to

Re: [vox-tech] Red Hat apache problem (was: [lugod lert] Help, please)

2002-12-05 Thread Peter Jay Salzman
i'll write a piece on this. i've been meaning to do it for a long time now. the general gist of it is that we had some very good hardware donated to the local high school where she works. a month or two later we were trying to convince the city of davis to give us a room for our meetings. we

Re: [vox-tech] Red Hat apache problem (was: [lugod lert] Help, please)

2002-12-05 Thread Rod Roark
Thanks Pete. For what it's worth I had emailed Ms. Meizel two months ago, having seen her name mentioned in the Enterprise regarding her dissatisfaction with the school board's mis-handling of computer security decisions and its negative impact on use of non-Windows platforms. My email was an

[vox-tech] perl question -- running a bash built-in

2002-12-05 Thread Peter Jay Salzman
how do i get at the value of umask from within a perl script? since umask is bult into bash, i can't do something like: my $umask = `umask`; pete -- Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D ___ vox-tech mailing list [EMAIL

Re: [vox-tech] perl question -- running a bash built-in

2002-12-05 Thread msimons
On Thu, Dec 05, 2002 at 12:26:57PM -0800, Peter Jay Salzman wrote: how do i get at the value of umask from within a perl script? since umask is bult into bash, i can't do something like: my $umask = `umask`; not an environment variable. umask is a process trait, which is inherited by

Re: [vox-tech] Red Hat apache problem (was: [lugod lert] Help, please)

2002-12-05 Thread Bill Kendrick
On Thu, Dec 05, 2002 at 09:25:32AM -0800, Henry House wrote: On Wed, Dec 04, 2002 at 08:56:39PM -0800, Janet Meizel wrote: Hi- I 've upgraded from Redhat 6.5 to 8.0 server at Davis High School and included Apache in the install. Everything is set up to go, but when I try to access

Re: [vox-tech] Red Hat apache problem (was: [lugod lert] Help, please)

2002-12-05 Thread Bill Kendrick
On Thu, Dec 05, 2002 at 12:42:01PM -0800, Bill Kendrick wrote: Hi Janet. Can you tell, when looking at the error message you see on the other computer's web browser, whether the 'denial' message is coming from the Apache webserver, or simply from your browser? Oh - Whoops, and my point here

Re: [vox-tech] perl question -- running a bash built-in

2002-12-05 Thread msimons
On Thu, Dec 05, 2002 at 02:25:39PM -0800, Michael Wenk wrote: Also, the best way to get help on an individual function is with the perldoc -f func. I didn't know about this perldoc thing... it seems good if you know what you are after. I'll consider referencing perldoc in the future...

Re: [vox-tech] perl question -- running a bash built-in

2002-12-05 Thread Michael Wenk
perldoc perlfunc lists it near the top. I usually do that, and either search with / or quit and use perldoc -f. Mike - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 05, 2002 2:45 PM Subject: Re: [vox-tech] perl question -- running a bash