- Posts: 5
- Thank you received: 0
Question How to put uws Online
- Faisal
- Topic Author
- Offline
- New Member
-
how can access uws from internet
port is opened but site not working
internet status not accessible
can't obtain ip information
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
PilotLogic Architect and Core Programmer
Attachments:
Please Log in or Create an account to join the conversation.
- Faisal
- Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
I did create Vhost and a folder was added to vhosts folder and the domain was added to httpd-vhosts.conf
but still not accessible
Is there any other configurations I should be aware of
Thank you again
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Your server has multiple hostnames that resolve to a single address, and you want to respond differently for www.example.com and www.example.org.
Note
Creating virtual host configurations on your Apache server does not magically cause DNS entries to be created for those host names. You must have the names in DNS, resolving to your IP address, or nobody else will be able to see your web site. You can put entries in your hosts file for local testing, but that will work only from the machine with those hosts entries.
Now you must edit your internet Domain DNS entries, to show your server IP
Did you "Register" or "Buy" a Domain ?
UWS is the Server part of the problem.
Registration or Buying a domain is the second.
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Faisal
- Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
both resolve my IP address and I tested UwAmp server and I can access my site but there is a problem with that server when killing apache so I'm trying UWS
when I check internet status in uws it shows unable to obtain IP informatiosn
does it indicate anything although I disabled firewall run as admin but still
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
The .htaccess file created in the new VHost folder, restricts access to local host.
To allow others on the Internet to access your website this file requires editing.
Comment out the lines as shown:
#Order Deny,Allow
#Deny from all
#Allow from 127.0.0.1
#Allow from ::1
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Faisal
- Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
Sternas Stefanos wrote: Go to your VHost folder
The .htaccess file created in the new VHost folder, restricts access to local host.
To allow others on the Internet to access your website this file requires editing.
Comment out the lines as shown:
#Order Deny,Allow
#Deny from all
#Allow from 127.0.0.1
#Allow from ::1
Already tried that yesterday

Please Log in or Create an account to join the conversation.
- Faisal
- Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
many many thanks
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Have fun
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.