LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Virtual Host (https://www.linuxquestions.org/questions/linux-software-2/virtual-host-312492/)

abridge 04-12-2005 02:01 PM

Virtual Host
 
I'm installing jffnms. Near the end of the instructions it says configure apache as follows:

1. As a virtual Host

<VirtualHost *>
ServerAdmin you@yournet.com
DocumentRoot /opt/jffnms/htdocs
ServerName nms.yournet.com
LimitRequestLine 20000
</VirtualHost>

I don't know what the mean in the first part <VirtualHost *>

I already have apache installed but I need to make the above change

trickykid 04-13-2005 07:35 AM

You have to configure it for the application your installing that apparently wants its own virtual host in apache.


All times are GMT -5. The time now is 06:29 PM.