LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing Apache and RealVNC in Fedora 2 (https://www.linuxquestions.org/questions/linux-software-2/installing-apache-and-realvnc-in-fedora-2-a-238515/)

dummyagain 10-04-2004 03:07 AM

installing Apache and RealVNC in Fedora 2
 
I would like to install Apache server and RealVNC in Fedora 2...

I used the following commands to install the Apache

make
make install


..........

but i don't know what i shall do after that?
when i type localhost in the browser, an error page appears but not the Apache page.....

what shall i do?

Also, I have downloaded the RealVNC, but i don't know how to install.....
can anyone tell me how?

Can I use windows to remotely control the linux after installing the RealVNC in the Linux system?

Thanks for your help!

bathory 10-04-2004 03:28 AM

Re. Apache
You should install apache by typing first:
Code:

./configure --prefix=/some/path
where /some/path is the directory where you want apache to be installed and then: make, make install
After that you can start apache by:
Code:

/some/path/bin/apachectl start
Of course you must also take a look at the config file: /some/path/conf/httpd.conf
Re. RealVNC
I don't know, but if you are trying to install it from source also, take a look at the INSTALL, or README files in the directory you've extracted the source


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