I'll leave most of your questions for others to answer, and will take
1) and 3):
1) Put your other files anywhere but where your server can access them.
I assume the control file for your server is /etc/httpd/conf/httpd.conf,
which should have a line like
DocumentRoot "/var/www/html"
(or whatever other location is the root of the directory tree which your
server accesses), and it may have lines like
<IfModule mod_userdir.c>
UserDir public_html
</IfModule>
which allows the server to also serve files from user's subdirectories
~/public_html
Put your files somewhere other than ~/public_html and
/var/www/html/... .
3) With RedHat 7.1 should come openssh. Check that it's installed
by giving the command "rpm -q openssh". Assuming it's installed, you
should be able to start it up with "service sshd start", and you should
be able to make it start up on boot with "chkconfig sshd on". If it
isn't installed, get the openssh* rpms.
X) If you haven't installed the RedHat 7.1 updates, your machine might
already be compromised. In any case, among the updates are the openssh*
rpms. If "rpm -q openssh" said you have version 2.5.2p2-5, which is
what's originally installed with RedHat 7.1, by now RedHat is up to
version 3.1-1p1, which eliminates some of the security faults of
2.5.2p2-5.
On Mon, 27 May 2002, Juma wrote:
> Hi,
> I just installed APACHE SERVER 1.3 in my redhat7.1 Machine.
> I have configured it and it works fine as the local host is working.
> I have the following doubts
>
> 1)where should I put my other files like documents etc other than html
> file.?
>
> 2) can this also act as web server for java.?because in TOMCAT there is a
> separate directory for the class files and jsp files?
>
> 3)Can i start a ssh server so that I can log into my machine remotely.DO i
> need to install a seperate package for that.?
>
> 4)My machine is acting as a DHCP client and I dont have a static IP address.
> How can start an FTP server on my machine or will my Apache take care of it?
>
> Can somebody help me with this?
> Thanks in advance,
> Juma
>
>
>
> _______________________________________________
> Seawolf-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/seawolf-list
>
--
Steven Yellin
_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list