[expert] Apache Startup

2002-02-07 Thread Daryl Johnson

Um, when you set apache running and browse in using your ip no, a 
wonderful startup screen shows saying Welcome To Your Domain and 
prints out lots of detail about Apache and Mandrake etc.

Well, I was wondering, what's the address (ie the path) of that file, 
perchance...?

regards

Daryl

(sheesh)
-- 
Q:  What's buried in Grant's tomb?
A:  A corpse.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] Apache Startup

2002-02-07 Thread David Joham


I'm not sure, but try /var/www/html/index.html

David

-Original Message-
From: Daryl Johnson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 8:43 PM
To: [EMAIL PROTECTED]
Subject: [expert] Apache Startup


Um, when you set apache running and browse in using your ip no, a 
wonderful startup screen shows saying Welcome To Your Domain and 
prints out lots of detail about Apache and Mandrake etc.

Well, I was wondering, what's the address (ie the path) of that file, 
perchance...?

regards

Daryl

(sheesh)
-- 
Q:  What's buried in Grant's tomb?
A:  A corpse.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Apache Startup

2002-02-07 Thread J. Craig Woods

Daryl Johnson wrote:
 
 Um, when you set apache running and browse in using your ip no, a
 wonderful startup screen shows saying Welcome To Your Domain and
 prints out lots of detail about Apache and Mandrake etc.
 
 Well, I was wondering, what's the address (ie the path) of that file,
 perchance...?

It is /var/www/html/

-- 
J. Craig Woods
UNIX/NT Network/System Administration

-Art is the illusion of spontaneity-



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Apache Startup

2002-02-07 Thread Daryl Johnson

Um, when you set apache running and browse in using your ip no, a 
wonderful startup screen shows saying Welcome To Your Domain and 
prints out lots of detail about Apache and Mandrake etc.

Well, I was wondering, what's the address (ie the path) of that file, 
perchance...?

regards

Daryl

(sheesh)
-- 
Q:  What's buried in Grant's tomb?
A:  A corpse.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Apache Startup

2002-02-07 Thread jeff

Daryl Johnson said:
 Um, when you set apache running and browse in using your ip no, a
 wonderful startup screen shows saying Welcome To Your Domain and
 prints out lots of detail about Apache and Mandrake etc.

 Well, I was wondering, what's the address (ie the path) of that file,
 perchance...?


Look in your httpd root dir, mandrake is usally /var/www/html
then the file would be index.html





 regards

 Daryl

 (sheesh)
 --
 Q:What's buried in Grant's tomb?
 A:A corpse.


-
This email was sent using SquirrelMail.
   Webmail for nuts!
http://squirrelmail.org/





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Apache Startup

2002-02-07 Thread David Guntner

Daryl Johnson grabbed a keyboard and wrote:

 Um, when you set apache running and browse in using your ip no, a 
 wonderful startup screen shows saying Welcome To Your Domain and 
 prints out lots of detail about Apache and Mandrake etc.
 
 Well, I was wondering, what's the address (ie the path) of that file, 
 perchance...?

The standard setup would put it in /var/www/html/index.html

--Dave
-- 
  David Guntner  GEnie: Just say NO!
 http://www.akaMail.com/pgpkey/davidg or key server
 for PGP Public key




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] apache startup

2000-07-17 Thread Jean-Michel Dault



On Sat, 15 Jul 2000, faisal wrote:
 
 I want my apache server to start during startup i have to start it up
 manaully what to do ?
 it is in standalone mode

Use the "ntsysv" command, or DrakConf services configuration to make it
start on boot.

 I am also getting this message unable to determine local host name .

Your hostname is not set right. I'll bet if you type "hostname", you'll
get localhost.localdomain =)

Use netconf to set your domain name right.

Jean-Michel Dault
[EMAIL PROTECTED]





Re: [expert] apache startup

2000-07-16 Thread Gavin Clark

on 7/15/00 7:47 PM, faisal  wrote:

 I want my apache server to start during startup i have to start it up
 manaully what to do ?
 it is in standalone mode
 
 I am also getting this message unable to determine local host name .\

have you set your machine's hostname parameter?



things start up automaticaly by having a startup script in the right run
control folder.

the start up script for apache is /etc/rc.d/init.d/httpd

you need an alias to in the folder for the run level you're using.

if you use run level 3 add a symlink to /etc/rc.d/rc3.d/
or  /etc/rc.d/rc5.d/ for run level 5

like this:
#ln -s /etc/rc.d/init.d/httpd  /etc/rc.d/rc3.d/S80httpd

the S80 part allows you to adjust the order in which the scripts in the
folder are run. change it to S90 or S75 or anything else to change when it
starts with respect to other items in the folder.

Gavin




[expert] apache startup

2000-07-15 Thread faisal

I want my apache server to start during startup i have to start it up
manaully what to do ?
it is in standalone mode

I am also getting this message unable to determine local host name .