[newbie] unsubsribe

2001-02-19 Thread NeoMatrix

unsubsribe newbie




Re: [newbie] NEED HELP SETTING UP ROAD RUNNER CONNECTION FOR MANDRAKE 7.0

2000-12-15 Thread NeoMatrix

Did you install a dhcp client and set you card to get info thru dhcp?
If you haven't installed dhcpcd from the mandrake cd. then type 

ifup eth0

This will bring up eth0 interface .

Sofian
Get a Free Linux Guestbook at http://www.iamnewbie.com


On Thursday 14 December 2000 18:40, you wrote:
 For starters, try going through your BIOS and setting "Plug 'n Play OS" to
 "no". This worked for my SMC PCI card, which uses the Realtek RTL8029
 driver.

 On Fri, 15 Dec 2000 03:12, Travis Mcbride wrote:
  I am getting an eth0 initilization has failed error
  message at bootup.  Can anyone tell me how to fix
  this.  The machine recognizes my ethernet card and I
  know I have the right module setup.
 
 
  Thanks Travis




Re: [newbie] Apache wont execute some CGI scripts, and no PHP scripts...help!

2000-12-04 Thread NeoMatrix

I think the more likely problem is script configuration. 
check whether you provide the correct full server path(not relative) in
configuration of script( that is always causing no file or directory)

Neo
http://www.iamnewbie.com
http://www.iamnewbie.com/neobook.pl (my Guestbook script)

On Mon, 04 Dec 2000, you wrote:
 Hi.
 
 I've been running Mandrake 7.1 now for a few months to serve as a web
 server  email server for myself and a few friends.
 
 However, one problem that has been with me constantly, is the inability to
 run certain CGI/Perl scripts. PHP scripts simply wont work at all.
 
 The installation is a basic Mandrake 7.1, with apache and mod_perl 
 mod_php selected.
 
 Some CGI scripts run fine (Tried 2 different calendars), but others just
 wont run at all (Tried UBB  Newspro).
 
 PHP scripts wont run either..
 
 The error message i get in the error_log file is as follows:
 
 [error] (2) No such file or directory: exec of
 /home/httpd/cgi-bin/newspro/newspro.cgi failed
 Premature end of script headers: /home/httpd/cgi-bin/newspro/newspro.cgi
 
 If i execute the cgi script at the command prompt with perl, it runs just
 fine and shows the html code, but apache just wont run it.
 
 Since it said "No such file or directory", i assumed it was a permissions
 problem, and changed ownership, group, permissions etceven tried to
 copy it into a directory where i had the calendar script that worked, but
 to no avail...it still gave me the same error message.
 
 PHP scripts give me the same error..
 
 Feels like i've ran my head into a concrete wall ;)
 
 Any tips appreciated!
 
 Regards,
 Johan