|
Home > Archive > Apache Server configuration support > January 2004 > Am I missing something here?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Am I missing something here?
|
|
| Paul van der Heu 2004-01-28, 1:34 am |
| I am running Apache 1.3.29/PhP 4.3.4. After install all works well, but
when I add the virtual server for my Pinnacle Showcenter in httpd.conf
using the entries below I can no longer the 'regular' server at port 80,
I get page not found errors. I'm probably overlooking something, but the
documantation is soemwhat vague on this tbh..
Any help appreciated..
here's what I add to the httpd.conf file:
Listen 8001
<VirtualHost *:8001>
DocumentRoot "D:/_WWW_/oxylbox"
ErrorLog logs/oxylbox-error_log
CustomLog logs/oxylbox-access_log common
Alias /lwc/ "C:/"
Alias /lwd/ "D:/"
Alias /lwe/ "E:/"
Alias /lwf/ "F:/"
Alias /lwg/ "G:/"
Alias /lwh/ "H:/"
Alias /lwi/ "I:/"
Alias /lwj/ "J:/"
Alias /lwk/ "K:/"
Alias /lwl/ "L:/"
Alias /lwm/ "M:/"
Alias /lwn/ "N:/"
Alias /lwo/ "O:/"
Alias /lwp/ "P:/"
Alias /lwq/ "Q:/"
Alias /lwr/ "R:/"
Alias /lws/ "S:/"
Alias /lwt/ "T:/"
Alias /lwu/ "U:/"
Alias /lwv/ "V:/"
Alias /lww/ "W:/"
Alias /lwx/ "X:/"
Alias /lwy/ "Y:/"
Alias /lwz/ "Z:/"
</VirtualHost>
--
Bill Gates can't guarantee Windows,
how are you gonna guarantee my safety..
--John Crichton - Farscape pilot
| |
| Davide Bianchi 2004-01-28, 1:34 am |
| Paul van der Heu <pvdh@xs4all.nl> wrote:quote:
> Listen 8001
So, you told your system to listen only to port 8001, and this is what
he is doing.
Listen 8001
Listen 80
Should do the trick.
Davide
--
| Reinstall? Reinstall?? Wait... I know... it's something about Windows,
| isn't it? -- myself
|
| |
| Paul van der Heu 2004-01-28, 5:36 am |
| Davide Bianchi <davideyeahsure@onlyforfun.net> wrote :
quote:
> Listen 8001
> Listen 80
>
> Should do the trick.
It does not, if I add the 'Listen 80' line apache crashes when I try to
open my IP, port 8001 still works..
--
Bill Gates can't guarantee Windows,
how are you gonna guarantee my safety..
--John Crichton - Farscape pilot
| |
| Davide Bianchi 2004-01-28, 5:36 am |
| Paul van der Heu <pvdh@xs4all.nl> wrote:quote:
> It does not, if I add the 'Listen 80' line apache crashes when I try to
> open my IP, port 8001 still works..
It works OK on my system, but I'm using Linux so... check in the
error_log of apache the reason for the crash. What's the problem in
running your system just on port 80?
Davide
--
| You can go a long way with a smile, you can go a lot farther with a
| smile and a gun -- Al Capone
|
|
|
|
| |
| Paul van der Heu 2004-01-28, 9:34 am |
| Davide Bianchi <davideyeahsure@onlyforfun.net> wrote :
quote:
> It works OK on my system, but I'm using Linux so... check in the
> error_log of apache the reason for the crash. What's the problem in
> running your system just on port 80?
I use port 8001 to talk to my Pinnacle showcenter..
--
Bill Gates can't guarantee Windows,
how are you gonna guarantee my safety..
--John Crichton - Farscape pilot
| |
| Paul van der Heu 2004-01-28, 9:34 am |
| Davide Bianchi <davideyeahsure@onlyforfun.net> wrote :
quote:
> It works OK on my system, but I'm using Linux so... check in the
> error_log of apache the reason for the crash
I uncommented 'namedvirtualhosts *:80' by accident.. duh.. ;^)
All is good now..
--
Bill Gates can't guarantee Windows,
how are you gonna guarantee my safety..
--John Crichton - Farscape pilot
|
|
|
|
|