apache on linux


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users apache on linux
# 1  
Old 03-09-2002
Question apache on linux

hi
i would like to know how to cofigure an apache server and run it
also plz tell me about "dns2go".
thanks in advancedns2go
# 2  
Old 03-10-2002
the configuration file is:
/etc/httpd/conf/httpd.conf
tu run the apache service:
/etc/rc.d/init.d/httpd start

take a look to the man pages:
man httpd
# 3  
Old 03-10-2002
thank you it worked for me


and one more thing is i would like to access my home pc
via internet from my college .how can i do it please suggest


regards
# 4  
Old 03-10-2002
you can use ssh if you have a public ip address.
# 5  
Old 03-10-2002
www.ssh.com

I recommend you use SSH for remote access to your server. SSH is free for individual and other non-commerical use, including education uses.

SSHD (the server) runs on just about everything platform and is free on UNIX.
# 6  
Old 03-10-2002
Re: apache on linux

The only other thing that comes in mind is your ISP, assuming that they do not block any ports. Some ISPs, for example, may not let you access port 80 from the internet, especially on a residential/low bandwidth account.

I believe you should be ok with ssh.

Also, from a security standpoint, setup a firewall and/or block ports that you would not use, turn off portmap, nfs, ftp, telnet, etc, etc.

You pretty much have to follow the dns2go instructions under their support link.

Good Luck

Quote:
Originally posted by kgovindaraju123
hi
i would like to know how to cofigure an apache server and run it
also plz tell me about "dns2go".
thanks in advancedns2go
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-la

Have no idea on what the below error message is: Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-launcher.jar org.apache.tools.ant.launch.Launcher -buildfile build.xml dist. Any help? (3 Replies)
Discussion started by: gull05
3 Replies

2. Web Development

Apache module development on apache 2.2

Hi, I'm new to developing modules for Apache. I understand the basics now and can develop something simple which allows a 'GET' request to happen, but what I want to do is actually 'POST' information to my site. I know the basic POST Request works and I can see that it is post by looking at... (2 Replies)
Discussion started by: fishman2001
2 Replies

3. UNIX for Dummies Questions & Answers

Changing the Apache Installation directory in Linux

Hi All, I have installed apache using yum on centos. I know that the default installation directory is /var/www/html. Now I want to change the installation directory to /mnt/ebs. How can I do this ? (5 Replies)
Discussion started by: Palak Sharma
5 Replies

4. UNIX for Dummies Questions & Answers

Setting up HTTPS in Apache with Linux

I have recently setup a HTTP server using Apache. This was my first install of Apache, so I am very new to it. What I would now like to do is setup HTTPS for my server. Unfortunately, the official Apache 2.2 manual doesn't cover setting up HTTPS, and using Google search engine I have found... (2 Replies)
Discussion started by: SSL
2 Replies

5. Red Hat

How to install and uninstall apache on Red Hat Linux 5

Hi All, I installed Linus on virtual PC on my system. I want to configure apache on it. Also i want to install nagios and want to access through web broser from my system. How can I do this. Kindly provide soln its required urgently......... plsssssssssssssssss (4 Replies)
Discussion started by: sunray
4 Replies

6. UNIX for Dummies Questions & Answers

insturction for installing Apache and PHP on linux

Hello, Please give me stepwise instruction on installing Apache and PHP on linux. Thanks sheen (6 Replies)
Discussion started by: sheen
6 Replies

7. Filesystems, Disks and Memory

Apache on Linux vs Windoze Performance

Ok, I have a wireless hook to my house. From here at work, I can get 680+Kb from my Linux box running Apache. (stock version of apache, no modifications) Now, when I pull data from my Win2k box running Apache, I can't seem to get more than 65Kb from it... Both are stock Apache's with no... (2 Replies)
Discussion started by: natter
2 Replies

8. UNIX for Dummies Questions & Answers

apache

how must httpd.conf be configured to exec the php files? (2 Replies)
Discussion started by: user666
2 Replies

9. UNIX for Dummies Questions & Answers

Apache

Sometimes the webserver doesnīt find a picture or there isīnt any. Then it shows a deufault picture. If i want to have diffrent pictures on diffrent catalogs if a picture doesnīt exist. The thing is that i want diffrent picture if itīs a button picture or if itīs a another picture that doesnīt... (5 Replies)
Discussion started by: henke
5 Replies
Login or Register to Ask a Question