logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: mod_alias not working on 2nd Apache Server
Author
barathrum



Joined: 06 Aug 2007
Posts: 8

PostPosted: Mon 06 Aug '07 5:41    Post subject: mod_alias not working on 2nd Apache Server Reply with quote

hi all,

first, this is how i set up my 2 servers:
i own one .dyndns.org account and i want it to access both of my apache servers using different ports.

on this pc, i set it up to Listen 80 and ServerName localhost:80, all my alias are working properly at my .dyndns.org/alias1 .dyndns.org/alias2 addresses etc.

on my 2nd pc, the setup is to Listen 8080 & ServerName localhost:8080, but none of the alias are working.. i can access the normal htdocs folder via .dyndns.org:8080/ but no alias' via .dyndns.org:8080/alias1 .dyndns.org:8080/alias2 etc.

i tried to explain it so you can understand easily and i hope someone can help me out Very Happy (btw sorry if this should go to the networking forum, i didnt know where to post it)
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 06 Aug '07 9:25    Post subject: Reply with quote

Anything about that in your error log? How did you setup the second alias? in your vhost or outside?
Back to top
barathrum



Joined: 06 Aug 2007
Posts: 8

PostPosted: Mon 06 Aug '07 9:38    Post subject: Reply with quote

thanks for your reply,

error log only has this
Code:
[Mon Aug 06 01:52:21 2007] [error] [client 84.143.230.131] File does not exist: C:/Web/Apache2.2/htdocs/test


then in the httpd.conf:
Alias /test "C:/Web/Test"

i guess this is outside? i have never used or configured vhost.
Back to top


Reply to topic   Topic: mod_alias not working on 2nd Apache Server View previous topic :: View next topic
Post new topic   Forum Index -> Apache