LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 11-15-2005, 12:59 AM   #1
zhizaki
Member
 
Registered: Sep 2005
Location: Austin, TX
Distribution: Slackware
Posts: 31

Rep: Reputation: 15
Working on Apache Chroot


Hello to all Linux users, Apache users and Slackers out there.

Alright, I'm going to try and cut to the chase. So let me know if I need to expand on anything.

My Purpose: To figure out a safe and effective way to chroot Apache 1.3.34 and 2.0.55. Once I am able to achieve this feat, I plan to write a comprehensive howto article on it, since most assume far too much. Also, I plan to offer up custom compiles and binaries of Apache for a chroot environment, possibly even write a chroot specific mod. (I know stuff exists out there, but hey, I wanna do it my way.)


My Problem: Plan and simple, it's lack of information. I cannot find enough information on what exactly I need to have, in order to setup a chroot. I have read at least 50 "howto chroot apache" articles, without any success at starting the httpd daemon once. I am posting this in hopes of receiving help from the community on what needs to be included at the very least, to successfully chroot the standard Apache install.

My Setup: Here is the layout I'm currently using:

/www - My chroot directory

I have decided on building the chroot dir like the slackware setup that I run. I have the following dirs located in there:

/www/bin/
/www/etc/
/www/dev/
/www/home/
/www/lib/
/www/home/
/www/usr/
/www/var/

I have included the following files as base for running Apache:

/bin/sh
/dev/null <- Made with `mknod /www/dev/null c 1 3`
/etc/apache/ <- Apache conf files
/etc/passwd <- Specifically with one user that does not exist in /etc/passwd
/etc/group <- Specifically with one group that does not exist in /etc/group
/etc/resolv.conf
/etc/nsswitch.conf
/etc/hosts
/etc/host.conf
/lib/* <- All libs stated from ldd /bin/sh and ldd /usr/sbin/httpd
/home/www/htdocs
/home/www/cgi-bin
/var/log/ <- Log
/var/run/ <- PID
/var/proxy/ <- Proxy

Apache install config.layout:

<Layout Apache>

prefix: /usr
exec_prefix: $prefix/bin
bindir: $prefix/bin
sbindir: $prefix/sbin
libexecdir: $prefix/libexec/apache
mandir: $prefix/man
sysconfdir: /etc/apache
datadir: /var/www
iconsdir: $datadir/icons
htdocsdir: $datadir/htdocs
manualdir: $htdocsdir/manual
cgidir: $datadir/cgi-bin
includedir: $prefix/include/apache
localstatedir: /var
runtimedir: $localstatedir/run
logfiledir: $localstatedir/log
proxycachedir: $localstatedir/proxy

</Layout>

I install apache like this, then copy everything into the chroot FS like it was installed in the actual root dir. Now, after I chown everything to the user and group I test it with the following command:

Code:
/usr/sbin/chroot /www /usr/sbin/httpd
I have only gotten far enough to understand that two things. One, if you receive a message like "Unable to locate /usr/sbin/httpd" you've either added a slash to the end of your chroot dir, such as /www/ instead of /www *OR* you need to have /bin/sh inside the chroot environment. The second message I receive, is "bad user name apache" while attempting to start Apache. This is where I'm stuck.

My request: I think there maybe more lib files I'm forgetting, or other executables that I need to add, or something else that I'm just to inexperienced to know/notice. I hope that someone can point to a flaw in my design and help me fix what I cannot. I know people have chrooted Apache before, I just don't know what I'm doing wrong. If anyone has any helpful knowledge, I'm willing to listen. Hell, if you have an *IDEA* at all, I'm willing to listen. I've seen lots of other users experience similar problems with Apache. I'm just hoping to find a way to do it myself, so I can help those others. If anyone has any ideas, I'm all ears.



-ZhiZaki-
 
Old 11-19-2005, 04:13 PM   #2
nukkel
Member
 
Registered: Mar 2003
Location: Belgium
Distribution: Hardened gentoo
Posts: 323

Rep: Reputation: 30
Hi, nice to hear that you're going to write an in-depth howto!

Does the /etc/passwd (the one inside the chroot jail) contain a user "apache"?
Also, don't forget to put /etc/shadow and /etc/gshadow in the chroot jail as well.

I like your idea; I'll try to help as much as I can! Please post back on your progress!

Nukkel
 
Old 11-20-2005, 11:13 AM   #3
zhizaki
Member
 
Registered: Sep 2005
Location: Austin, TX
Distribution: Slackware
Posts: 31

Original Poster
Rep: Reputation: 15
Alrighty,


So... it's Sunday morning. Everything is going nice and easy here at the helpdesk, so I decided to SSH over into my box at home and try to figure out what last couple of dependencies were that prevented me from started httpd. Well, I copied over ld-2.3.5 and created a symlink... noticed another symlink was misspelled and try to run httpd. Well this time I received an error about not being able to locate httpd.conf, instead of " /usr/sbin/httpd: File or Folder not found". I double checked /etc/apache/ in the chroot and turns out I did not copy over all the .conf files. I copied all the backup .conf.default into /etc/apache. Once I copied the conf files over, *BAMM* I was in business... I constructed a chrooted apache web server out of Slackware packages and some lib files. I still need to experiment some more, but I'll post how I got this far later when I get home.
 
Old 11-20-2005, 11:16 AM   #4
nukkel
Member
 
Registered: Mar 2003
Location: Belgium
Distribution: Hardened gentoo
Posts: 323

Rep: Reputation: 30
Great!!
 
Old 11-21-2005, 10:39 PM   #5
zhizaki
Member
 
Registered: Sep 2005
Location: Austin, TX
Distribution: Slackware
Posts: 31

Original Poster
Rep: Reputation: 15
Alrighty, Here's my rough draft of a howto for Chrooting Apache. I was able to do it Slackware 10.2, and really can't say if it will work for everyone yet.
That's why I'm posting it here. Everyone's feedback is welcomed, good or bad. Let me know what you guys think.






### Background information ###

I was able to perform this chroot on my Slack server using
some of the available Slackware packages. Below I will list
everything that was used in the creation of the chroot:

Linux Distro used:

Slackware 10.2


Packages:

apache-1.3.34-i486-1.tgz
php-4.4.1-i486-1.tgz
perl-5.8.7-i486-1.tgz

Each one of these packages comes with the Install CD or can
be downloaded from any slackware mirror server out there.

### Setting up Chroot environment ###

Basically, This is the exact setup I'm using currently. A lot
of this may require extra libraries or depenecies if you decide
to try this anything other than Slackware. I plan on doing more
research and determining what exactly is needed.


# Making directories
####################

I started by creating a new directory, as root, specifically for
this project:


# mkdir -p /chroot/apache


Then, I moved into the new dir and began laying the framework for
my new chroot environment:


# cd /chroot/apache
# mkdir bin dev etc lib usr var


Next, I created a new dev/null for the chroot:


# mknod dev/null c 1 3


# Package information:
#######################


It's an absolute must to have dev/null present, since most programs
will use this throughout their usage.

Now we grab those pachages I listed at the beginning and move them
into the /chroot/apache directory. Since these are slackware packages
there are a few things to take note of about them.

1. The are basically nothing more than gloried tarballs. You can
unpack them by simply using the following command:

# tar -zxvf slackware-package.tgz

2. There is an extra folder called install/ included in each package.
This will need to be removed during the "installation" part of this
howto.

3. The most important thing to remember is, each one of these packages
are designed to install everything, in a binary format, from the
root directory. For example if you untarred apache-1.3.34-i486-1.tgz
in any random directory, you will see etc/ usr/ and var/ directories
appear. This is very important and helpful when attempting to build
one of these chroot environments. Each package comes with everything
that would be installed if you were compile the program by source and
install it. You'll understand better as we go through the motions.

Alright, so at this point we have our skeletal filesystem and the packages
to fill that filesystem. Now we need to include a few extras to ensure that
everything will run properly.


# Dependencies and Libraries:
#############################


****** WARNING: The following libraries and information are very specific
****** to Slackware 10.2 and Apache 1.3.34. I cannot confirm this
****** will work with anything else at this point.

In my case, I had Apache already installed on my system and from what I had
read, I needed to know to which libraries I needed to copy into lib/. So
There are two sets of command that will help any and all users to locate all
the necessary files for their chroot environments.

The first command is 'ldd'. This produces a list of dependencies that you'll
need to have for the program to run, as well as where to find them. The first
program I used tested this with was /bin/sh, since I *THINK* it is needed to
run Apache in chroot environment. Here's how it should look and work:


$ ldd /bin/sh

libtermcap.so.2 => /lib/libtermcap.so.2 (0x4001d000)
libdl.so.2 => /lib/libdl.so.6 (0x40022000)
libc.so.6 => /lib/libc.so.6 (0x40026000)
/lib/ld-linux.so.2 (0x40000000)


The dependencies listed above are symlinks located in /lib/. The symlinks point
at actual lib files in the /lib directory. A perfect exampe is libc.so.6:


$ ls -l /lib/libc.so.6

lrwxrwxrwx 1 root root 13 2005-11-17 17:16 /lib/libc.so.6 -> libc-2.3.5.so


So in actuality, libc-2.3.5.so is the lib you need to copy into
/chroot/apache/lib but you also need to create the symlink libc.so.6 as well.
The reason is if you were just copy libc*, I don't think the symlink's properties
transfer over as well. Not too sure though, this is another area I need to work
on more. So, to help out, below is a list of all files that need to be copied over
from /lib to /chroot/apache/lib/ as well as what symlinks should be created. These
are all the dependencies that I have in my /chroot/apache/lib/:


# cd /chroot/apache/lib/

# cp /lib/ld-2.3.5.so .
# ln -s ld-2.3.5.so ld-linux.so.2

# cp /lib/libc-2.3.5.so .
# ln -s libc-2.3.5.so libc.so.6

# cp /lib/libcrypt-2.3.5.so .
# ln -s libcrypt-2.3.5.so libcrypt.so.1

# cp /lib/libdb-3.3.so . # This one does not need a symlink created for it.

# cp /lib/libdl-2.3.5.so .
# ln -s libdl-2.3.5.so libdl.so.2

# cp /lib/libm-2.3.5.so .
# ln -s libm-2.3.5.so libm.so.6

# cp /lib/libnsl-2.3.5.so .
# ln -s libnsl-2.3.5.so libnsl.so.1

# cp /lib/libnss_compat-2.3.5.so .
# ln -s libnss_compat-2.3.5.so libnss_compat.so.2

# cp /lib/libnss_files-2.3.5.so .
# ln -s libnss_files-2.3.5.so libnss_files.so.2

# cp /lib/libnss_nis-2.3.5.so .
# ln -s libnss_nis-2.3.5.so libnss_nis.so.2

# cp /lib/libpthread-0.10.so .
# ln -s libpthread-0.10.so libpthread.so.0

# cp /lib/librt-2.3.5.so .
# ln -s librt-2.3.5.so librt.so.1

# cp /lib/libtermcap.so.2.0.8
# ln -s libtermcap.so.2.0.8 libtermcap.so.2

# cp /usr/lib/libexpat.so.0.5.0 ../usr/lib/
# cd ../usr/lib/
# ln -s libexpat.so.0.5.0 libexpat.so.0


And we need to add one more thing that ties in with the libraries:


# cp /etc/ld.so.cache /chroot/apache/etc/


These should be all the necessary dependencies for /bin/sh and /usr/sbin/httpd.
Below is the ldd output for /usr/sbin/httpd:


$ ldd /usr/sbin/httpd

libm.so.6 => /lib/libm.so.6 (0x4001d000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40041000)
libdb-3.3.so => /lib/lidb-3.3.so (0x4006f000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40103000)
libdl.so.2 => /lib/libdl.so.2 (0x40123000)
libc.so.6 => /lib/libc.so.6 (0x40127000)
/lib/ld-linux.so.2 (0x40000000)


With the ldd command, we can figure out what libraries are needed for httpd
to run. There's still to be discovered though. See, during my first attempts,
I was under the impression that those libraries were all the dependencies
needed for httpd to run. I was horribly wrong. There are quite a few other
files that need to be in their respective places before you attempt to launch
Apache in a chroot.

An easy way to discover what files will be needed is to use 'strace' and track
down what files will be opened and used by httpd as well. strace is typically
used to track down problems with programs that are being developed or that randomly
stop working. If you use the command:

# strace /usr/sbin/httpd

You will receive more output about the program than you will need (at least to this
point). Adding in the switch '-eopen' will allow you to see what files httpd attempts
to open and collect information from. Example below:

# strace -eopen /usr/sbin/httpd
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/lib/libm.so.6", O_RDONLY) = 3
open("/lib/libcrypt.so.1", O_RDONLY) = 3
open("/lib/libdb-3.3.so", O_RDONLY) = 3
open("/usr/lib/libexpat.so.0", O_RDONLY) = 3
open("/lib/libdl.so.2", O_RDONLY) = 3
open("/lib/libc.so.6", O_RDONLY) = 3
open("/etc/apache/httpd.conf", O_RDONLY) = 3
open("/usr/libexec/apache/mod_vhost_alias.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_env.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_define.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_log_config.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_mime_magic.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_mime.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_negotiation.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_status.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_info.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_include.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_autoindex.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_dir.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_cgi.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_asis.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_imap.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_actions.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_speling.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_userdir.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_alias.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_rewrite.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_access.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_auth.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_auth_anon.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_auth_dbm.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_digest.so", O_RDONLY) = 4
open("/usr/libexec/apache/libproxy.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_cern_meta.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_expires.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_headers.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_usertrack.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_log_forensic.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_unique_id.so", O_RDONLY) = 4
open("/usr/libexec/apache/mod_setenvif.so", O_RDONLY) = 4
open("/etc/nsswitch.conf", O_RDONLY) = 4
open("/etc/ld.so.cache", O_RDONLY) = 4
open("/lib/libnss_compat.so.2", O_RDONLY) = 4
open("/lib/libnsl.so.1", O_RDONLY) = 4
open("/etc/ld.so.cache", O_RDONLY) = 4
open("/lib/libnss_nis.so.2", O_RDONLY) = 4
open("/lib/libnss_files.so.2", O_RDONLY) = 4
open("/etc/passwd", O_RDONLY) = 4
open("/etc/group", O_RDONLY) = 4
open("/etc/apache/srm.conf", O_RDONLY) = 3
open("/etc/apache/access.conf", O_RDONLY) = 3
open("/var/log/apache/error_log", O_WRONLY|O_APPEND|O_CREAT, 0666) = 3
open("/etc/resolv.conf", O_RDONLY) = 3
open("/etc/host.conf", O_RDONLY) = 3
open("/etc/hosts", O_RDONLY) = 3
open("/etc/apache/mime.types", O_RDONLY) = 3
open("/etc/apache/magic", O_RDONLY) = 3
open("/var/log/apache/access_log", O_WRONLY|O_APPEND|O_CREAT, 0644) = 3


As you can see, there are quite a few things that are opened during the start of
httpd. All the /usr/libexec/apache/* files will be included in the
apache-1.3.34-i486-1.tgz package, so no worries there. We have copied all the lib
files over too, so no problems there either. Now we just have to get the rest of
the files into their places and we'll be ready to start unpacking.


# /etc configuration and setup:
###############################


Now we need to do some more work. First we need to create the user that httpd will
run as. The default convention for the user and group is apache.www. For the purposes
of this howto, that's the user we will. You can be created and use different names
but the rest of this should be performed pretty much the way it's written:


# groupadd -g 5000 www

# useradd -u 5000 -g www -d /dev/null -s /bin/false -c Apache WWW Server apache


This user needs to be created in /etc/passwd and /etc/group since this will be the
user running httpd. Once you have created the user and group, we will need to copy
that information into the chroot environment. Some people say to copy to passwd and
group over to the chroot directory and then edit it in the chroot environment. That
is not how I did it. I used the following commands to create the new Apache user and
group accounts:


# cat /etc/passwd | grep 'apache' > /chroot/apache/etc/passwd

# cat /etc/group | grep 'www' > /chroot/apache/etc/group


This will create our chroot passwd and group file. Now I'm not sure if the shadow
and gshadow are absolutely required to have, but it worked for me with them, so
for the time being, also perform these commands as well:


# cat /etc/shadow | grep 'apache' > /chroot/apache/etc/shadow

# cat /etc/gshadow | grep 'www' > /chroot/apache/etc/gshadow


You need to have the same user listed in both your root environment and your chroot
environment. I do not believe it will recognize the user if it's only listed in the
chroot dir, but I could be wrong.

And finally to wrap up all the stuff you need to copy into /etc, just copy the
following files over into the chroot environment:


# cp /etc/host.conf /chroot/apache/etc/
# cp /etc/hosts /chroot/apache/etc/
# cp /etc/nsswitch.conf /chroot/apache/etc/
# cp /etc/resolv.conf /chroot/apache/etc/


# Package installation:
#######################


Now that we've prepared the chroot environment, we need to "install" Apache. First
you want to make sure you have the apache, perl and php packages in the
/chroot/apache/ directory. The packages are expected to installed with a prefix of
/. In other words, it would be the same thing to cp them to / and simply untar them.

So, now you want to do the following:

Move or download the packages into /chroot/apache/


# cd /chroot/apache
# tar -zxvf apache-1.3.34-i486-1.tgz
# tar -zxvf php-4.4.1-i486-1.tgz
# tar -zxvf perl-5.8.7-i486-1.tgz

Remove the directory install/

# rm -rf install/

Since the Slackware Apache build had PHP and Perl built into it, you must
install/untar those packages as well. As it stands now, this is going to be
a 100MB build I believe. I plan to work on trimming that down as well.


### Final steps and testing the setup: ###


Now, go into /chroot/apache/etc/httpd.conf and change the user and group from
nobody to apache and www, respectively. That way, we'll have some minor increased
security and the ability to run httpd.


Now to test out httpd in the chroot environment. Run the following command as root:


# chroot /chroot/apache/ /usr/sbin/httpd


If you don't receive any error messages, do a 'ps aux' and check to see if it's
running. If it is, Congrats!


### Errors and Troubleshooting ###


Now, if you got to 'chroot /chroot/apache/ /usr/sbin/httpd' and received the error
message "/usr/sbin/httpd: File or Folder not found", then there are some things to
check and try.


Most howtos will tell you use to use strace on the chroot command you issue to start
httpd. This can be confusing and mislead, as it traces the chroot command and httpd.
I'm not saying it's not helpful, just confusing. Here are some tips from my
experiences and adventures in chroot Apache:

- Go back and make sure you have all the correct file names, files and above mentioned
packaces and programs. One of the reasons I had problems was an extra 's' in one of
the library symlinks. Simple mistakes are the hardest to find.

- Make sure you've configured httpd.conf properly. If this is your first time running
Apache, you might want to install it on the system, before chrooting. This will
provide you with some experience and knowledge of Apache and setting up httpd.conf.

- Make sure you have completed all of this as root. Some may say it's a security risk
and you should only run as root when you absolutely must. The only thing you can
really mess up as root with this setup is your lib files. You must be careful to
copy them instead of moving. You can still delete them as a user I think, but don't
really want to try.

- Make one change at time and try starting httpd each time. Tedious as it is, slow and
steady is the way all people should pursue learning. Sometimes you need to review
everything a hundred times to see the one error you made.

- Email me, I work at a large corporate helpdesk supporting multiple clients and hang
out in the #linuxhelp and #Slackware channels on irc.freenode.net. I'm accustom to
trying to help and getting asking really odd questions. Email is zhizaki@gmail.com

And whatever you do, just keep plugging away. I was almost convenienced that I could
not chroot this, and I did. Believe me when I say, I'm not a guru of any kind. I'm a
regular Slackware Linux user and someone who's thristy for knowledge, learning and
hacking. I live to do stuff like this, then show other people how they can do it too.
The chance to share with everyone in the community is a good feeling.


Hope this helps you guys. I'm always looking for feedback and assistance. Currently
I plan on packing this up and creating a small offshoot of Apache called Mjolnir Apache.
It's going to be a security focused type deal.
 
Old 11-21-2005, 10:40 PM   #6
zhizaki
Member
 
Registered: Sep 2005
Location: Austin, TX
Distribution: Slackware
Posts: 31

Original Poster
Rep: Reputation: 15
By the way, I wrote this whole thing at work while in between phone calls. So go ahead and be a spelling and grammar Nazi if you want to. Remember, it can only help me make this more clear for everyone.
 
Old 11-22-2005, 02:18 AM   #7
nukkel
Member
 
Registered: Mar 2003
Location: Belgium
Distribution: Hardened gentoo
Posts: 323

Rep: Reputation: 30
Hey, nice work!

It's true that most howtos simply don't have this kind of detail. Which should make it interesting for a lot of users! Maybe you could try to get it listed on www.tldp.org?

Cheers,
nukkel
 
Old 11-25-2005, 03:34 AM   #8
zhizaki
Member
 
Registered: Sep 2005
Location: Austin, TX
Distribution: Slackware
Posts: 31

Original Poster
Rep: Reputation: 15
Quick question on this topic, Would anyone see much use in a binary package of chrooted apache web server? I mean if a bit more security were in place and such. Just kinda wanna see if I should attempt such a thing.....
 
Old 11-28-2005, 02:39 PM   #9
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
Hi,

This is a tad off the Apache topic, but still on the topic of chroot.

A while ago I was messing around with FreeBSD and jails. I remember having a set up where I had Apache/PHP/MySQL and ssh running in a single jail. I was also able to assign this jail a separate IP address (Which I could ping from anywhere in my network) and ssh into it just like it was another machine on the LAN.

Is it possible to assign a chroot it's own IP address and ssh into it like it's another machine on my LAN?

Regards,
-Kristijan
 
Old 11-29-2005, 05:53 AM   #10
nukkel
Member
 
Registered: Mar 2003
Location: Belgium
Distribution: Hardened gentoo
Posts: 323

Rep: Reputation: 30
No, chrooting only changes what the program thinks the filesystem is, it doesn't alter how it perceives the hardware.
But you could assign two (or more) IP addresses to an interface, and then tell the jailed sshd/httpd/... to listen to the second IP address only. To the outside, that'll give the impression that the jail is a different machine on the network.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with chroot Apache JoeDuncan Linux - Security 3 09-15-2005 04:31 PM
Chroot Apache nistelrooy Linux - Security 1 06-18-2005 10:18 AM
chroot apache questions gypsy_rabbi Linux - Security 3 11-21-2004 05:12 PM
vsftpd chroot and Apache R4z0r Linux - Networking 1 09-19-2003 01:01 PM
chroot not working. dkc_ace Linux - General 9 08-13-2003 12:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 08:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration