|
|
|
| Hi All
In apache 2 how do you get Virtual Hosts working, I have got it running in
Apache 1.4 but it wont work in Apache2 at all
--
Regards
CK
www.networkingbasics.co.uk
****PLEASE USE ROT13 TO SEE MY EMAIL ADDRESS******
| |
| Davide Bianchi 2004-04-22, 7:35 am |
| CK <puevf@pxfernyz.pbz> wrote:
> In apache 2 how do you get Virtual Hosts working, I have got it running in
> Apache 1.4 but it wont work in Apache2 at all
And which error do you get?
Davide
--
| If you stand on your head, you will get footprints in your hair.
|
|
|
| |
|
| "Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message
news:c689f2$94qp9$1@ID-18487.news.uni-berlin.de...
> CK <puevf@pxfernyz.pbz> wrote:
in[vbcol=seagreen]
>
> And which error do you get?
> Davide
>
> --
> | If you stand on your head, you will get footprints in your hair.
> |
> |
> |
This is the config that I have written into httpd.conf
<VirtualHost knowledgebase.homelinux.com>
ServerAdmin webmaster@hostname.com
DocumentRoot /var/www/knowledgebase
ServerName knowledgebase.homelinux.com
ErrorLog logs/knowledgebase-error.log
CustomLog logs/knowledgebase-access.log common
</VirtualHost>
And then getting the error message
sminfobase:~# /etc/init.d/apache restart
Reloading apache modulesfailed
sminfobase:~#
| |
| Davide Bianchi 2004-04-22, 8:33 am |
| CK <puevf@pxfernyz.pbz> wrote:
> This is the config that I have written into httpd.conf
> <VirtualHost knowledgebase.homelinux.com>
> ServerAdmin webmaster@hostname.com
> DocumentRoot /var/www/knowledgebase
> ServerName knowledgebase.homelinux.com
> ErrorLog logs/knowledgebase-error.log
> CustomLog logs/knowledgebase-access.log common
> </VirtualHost>
apachectl configtest will show you more info.
Davide
--
| A mathematician is a machine for converting coffee into theorems.
|
|
|
| |
|
| "Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message
news:c68bsb$8h3k1$1@ID-18487.news.uni-berlin.de...
> CK <puevf@pxfernyz.pbz> wrote:
>
> apachectl configtest will show you more info.
> Davide
>
>
> --
> | A mathematician is a machine for converting coffee into theorems.
> |
> |
Working now thanks
now onto the next step of htaccess issues
|
|
|
|
|