
kalpz
Beta Tester-
Posts
128 -
Joined
-
Last visited
Everything posted by kalpz
-
Yip I have... Should it be using localhost like kalpz.localhost/test.localhost?? If your using domains, then you should use kalpz.theundrground.net right? I have tried every combination.. <VirtualHost *> ServerName kalpz.localhost DocumentRoot /www/kalpz </VirtualHost> <VirtualHost *> ServerName kalpz.theundrground.net DocumentRoot /www/kalpz </VirtualHost> the namevirtualhost is uncommented also...
-
Yip, been there done that to no avail.... Im backkkk lol.. Just doesnt wanna work..
-
I have a friend who has a server using UniServer 3.2a. I am trying to help him set up virtual hosts for subdomains. He has a domain www.theundrground.net which points to his server. This is what I have done in his httpd.conf file.. NameVirtualHost * <VirtualHost *> ServerName www.theundrground.net DocumentRoot /www/ </VirtualHost> <VirtualHost *> ServerName test2.theundrground.net DocumentRoot /www/forumz </VirtualHost> <VirtualHost *> ServerName kalpz.theundrground.net DocumentRoot /www/kalpz </VirtualHost> When I restart the server and I go to all 3 domains, it comes up with the same page.. either kalpz page from kalpz folder or the root of /www/. I cant get it to separate. Any ideas?
-
Did you get it working??
-
Did you get it working in the end?
-
Just to let you all know, you cannot view an external domain on your network. If you are trying to view your page by some DynDNS url, it wont work. But, if you gave that URL to a friend who doesnt live at your place, it will work. Providing everything else is set up properly. If your still having problems, Tell me and I will help. (I finally got mine working after a yr and a half.. Hahaha).
-
Well its my friend's pc. She's hosting from home. hotcoffee.co.nr its on sometimes. If you dont see it first time try later. Version 3.2a. Latest.
-
Anyone know why images half load?
-
I have two pc's networked, not using a server. Is there a way to have the server on one pc and access the sites from other pc? If so, how? thanks.
-
Will uniformserver be ever able to run asp scripts? OR are there any plugins to do so!?!? Thanks Kalpz
-
Can be possible, if you use Virtual Machines Right?
-
Let me know how this works... Im curious about this! Thanks
-
OOps, I forgot about this forum thread, hahaha. I will get a hold of my friend!! Will reply soon... Kalpz
-
Oh Nigeria. Cool! Hope eveything goes well for ya!!!
-
I see!!!! Im from new zealand so u wont see me on, Im assuming ur from england??? My day is ur night, ur night is my day Kalpz
-
Didnt work.. I have added you...on msn.. you use yahoo?
-
Hi, Im helping a friend install uniserver 3.2 or 3.1.1 as it says on admin panel... um he's got multiple users for mysql. when you go into phpmyadmin, it automatically opens it up as root...how do you get it so every time you go into it, it pops up with login form... Also, he has errors...like... theres about 30 of these when u click on a table from a database...all from different lines..any ideas? config.inc.php was changed to his ip not localhost...i have a feeling theres multiple places in that file to change??? Kalpz
-
I tried what you did, I made 10.0.0.20 which is outside my dhcp range. It comes up with my Home Gateway Login not the server....I opened port 80 to go to 10.0.0.20 Home Gateway is so you can login to my adsl modem...thats where i go to open a virtual server port 80 to 10.0.0.20.
-
Windows XP. My http server port in my modem's admin is set to 80. So do i make a virtual port open to 80, going to host ip 10.0.0.20, that is outside the range from DHCP.. ---------------------------------------------------------------------------- So your saying it's definitly possible to do this with no static ip?
-
I dont think it's going to work. Static IP's are required I think. This is what I did: Changed localhost:80 to localhost:81, changed Listen 80 to 81. Made a free domain at no-ip.com, port redirect with my IP from myip.dk to :81. Logged into my modem, theres a thing called virtual server, I open Port 81, tcp, with host IP address with 10.0.0.6. (thats what the dhcp gave me and server is sitting on that ip) Then i let it run, says action cancelled. However, if i type in the IP that myip.dk gave me, I get the login for my modem instantly...I noticed theres a server port thing inside the Modem's admin panel, currently set at Port 80. Maybe that gives you a clearer insight....I hope...
-
Um, just wanted to tell you I tried no-ip. I went there made a name > kalpz.sytes.net. I put my IP address there with a port redirect to 81. I went to uniserver httd.conf file changed servername to kalpz.sytes.net:81 and the Listen 80 to 81. and It doesnt work...hmmmmm
-
Im not sure if it's a router, Its a ADSL modem. A router you mean by being able to connect multiple pc's to a hub type thing??? All i have is a ADSL modem with 1 ethernet port going to my pc ethernet port.
-
Thanks... Are u serious?? I can host with no static IP?? How?? Any tips?? Kalpz