Pages

Search

Newbie Apache question. - Forums Linux

Newbie Apache question. - Forums Linux


Newbie Apache question.

Posted: 12 Oct 2004 01:30 AM PDT

On 2004-10-12, Doug Laidlaw <com.au> wrote: 

You can ask the server itself using http://yourserverhere/server-status
if you enabled the server-status handler in httpd.conf
Davide

--
The three "R"s of Microsoft support: Retry Reboot Reinstall-- Mark Atwood
You forgot one: Repeat-- Lars Balker Rasmussen

why do cd-rw's need to be erased?

Posted: 11 Oct 2004 08:41 PM PDT

> You see, one type of laser makes the medium crystallize and the 

Even more: How often can I do this with one CDRW and how long will
such a disk survive in sunlight? The problem we (dummy users) have
today is, that all data we store is gone in about 10 years or so I
guess....


General question about installing applications

Posted: 11 Oct 2004 11:45 AM PDT

On 2004-10-11, Ralph Krausse <com> wrote:
 

Why not just "apt-get install apache"?

--

-John (dhs.org)

Force uninteractive disk checking on startup

Posted: 11 Oct 2004 06:37 AM PDT

Liu Chang wrote: 

Boot the system with a Knoppix distribution and make the fsck
from it.


--

Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA

The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"

good night program

Posted: 11 Oct 2004 01:44 AM PDT

Gernot Frisch wrote:
 

1. You may want to think through the idea of using ">" when comparing two
strings.

2. If you use "sleep 60" and a straight equality comparison, then you will
have to compare only minutes, not seconds, and there is a chance that my
script will not work, for reasons that should be obvious.

--
Paul Lutus
http://www.arachnoid.com

configure problems

Posted: 10 Oct 2004 03:03 PM PDT

In article <sentex.net>, Morrison wrote:
 

Version 7... 9... That could be Mandrake, Red Hat, SuSE, or even
Slackware, all of which are quite different.
 

"configure" is usually a shell script located in the build directory of
applications. For example

[compton ~]$ locate configure
/hubble/incoming/downloads/arping-1.06/arping-2/configure
/hubble/incoming/downloads/libpcap-0.8.2/configure
/hubble/new/ppp-2.4.2/configure
/hubble/new/ppp-2.4.2/pppd/plugins/radius/radiusclient/configure
[compton ~]$

I would be somewhat surprised to see a distribution having such a
command, so would you clarify that a bit further?
 

Often, that means that the current directory isn't in your PATH (as
root, it should NEVER be, and an ordinary user might get a nasty
surprise if the current directory is in the PATH, and writable by
others). Does 'ls configure' show the file? Is it executable by
you?

[compton /hubble/new/ppp-2.4.2]$ ls -l configure
-rwxr-xr-x 1 root root 5081 Nov 9 2002 configure
[compton /hubble/new/ppp-2.4.2]$

To run this command, I would need to type

./configure
 

Might be in plain sight.

I see you also posted this same article to "comp.os.linux.help",
"comp.os.linux.redhat" and "alt.os.linux". First, please do not
multi-post (posting the same article SEPARATELY to multiple news
groups. If you really must post to more than one group (something
that is _rarely_ required), put all of the groups into the
Newsgroups: header separated by commas. That way, people only have
to download one copy. Seconds, point your news tool at
news.announce.newgroups, news.groups, or news.lists.misc and see the
post "List of Big Eight Newsgroups" to find a list of valid newsgroups.
"comp.os.linux.help" was renamed "comp.os.linux.misc" back in 1994 -
though some news admins _still_ haven't gotten the word.
"comp.os.linux.redhat" has never been a valid newsgroup.

Old guy

How do you boot using udev

Posted: 10 Oct 2004 11:30 AM PDT

Richard <net> writes: 

You need to make up your mind. You can either configure everything by
hand, or you can rely on other people to know what they're doing and
take advantage of their efforts. Rather than being a script kiddy,
I'm afraid I'm just too old to do it all for myself anymore.

Debian's udev config works really well. A student of mine who runs
gentoo says the same about it. It's obviously not too complicated for
*everyone*.
--
Joseph J. Pfeiffer, Jr., Ph.D. Phone -- (505) 646-1605
Department of Computer Science FAX -- (505) 646-1002
New Mexico State University http://www.cs.nmsu.edu/~pfeiffer

fedora core

Posted: 09 Oct 2004 03:16 PM PDT

On 2004-10-09, Affan <com> wrote:
 

This is because by default Fedora installs to use runlevel 5, with a
display manager (gdm/kdm/xdm) specified in /etc/inittab to be respawned
whenever the X server dies:

# Run xdm in runlevel 5
x:5:respawn:/etc/X11/prefdm -nodaemon

Using CTRL-ALT-BACKSPACE simply kills the X server, which if you're not in
runlevel 5 will drop you back to a text console, but in runlevel 5 will
cause init to respawn the display manager.

You can "fix" this a couple of ways: edit /etc/inittab so your system
starts in runlevel 3 (text) and use "startx" to launch X after you log in,
or simply switch to a text terminal from X using CTRL-ALT-Fn where "Fn" is
one of the function keys F1 through (usually) F6. Return to your X
session by pressing (usually) F7, although if you have more than one X
server running, F8 through F12 can also work.

--

-John (dhs.org)

Popclient

Posted: 09 Oct 2004 01:36 PM PDT

Jeff Krimmel wrote: 

Why don't you use fetchmail? Popclient it's a little old and fetchmail
is much more capable.


--

Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA

The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"

dsl client that not needs root

Posted: 09 Oct 2004 07:33 AM PDT

On Sat, 9 Oct 2004, chabral wrote:
 

Why not start the service when the system starts as you do other services
including ethernet, etc.

That way it starts as root and the user does need to do anything - the
Internet connection is just there.

Alternatively you could use sudo to give the user root for the one command
they need.

Jason Clifford
--
UKFSN.ORG Finance Free Software while you surf the 'net
http://www.ukfsn.org/ ADSL Broadband from just £21.50 / month

Scrolling through Gnome pdf viewer

Posted: 08 Oct 2004 10:36 AM PDT

hi
 
gpdf uses according to /usr/share/doc/gpdf-0.110/README xpdf. The
Readme and man xpdf vil help you.


-
good luck

peter