port-number Questions
26
I added the following section in project.json.
"commands": {
"run": "run server.urls=http://localhost:8082",
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.u...
Isosteric asked 4/8, 2016 at 0:3
4
Solved
I am working on Angular7 with visual studio code editor
URL: http://localhost:4200 (Working fine)
But, I installed extension Live Server and when I click on Liveserver icon its giving me the erro...
Burette asked 30/3, 2019 at 8:38
5
Wondering if anyone has seen this behavior before. My instance of Sitecore 6.6 appends the port number to all the URLs it generates for my site. So for example, a link to the home page should be "h...
Zagazig asked 14/9, 2015 at 14:30
9
Solved
I've just made a database on mysql on my server. I want to connect to this via my website using php. This is the contents of my connections file:
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass =...
Hessler asked 17/9, 2010 at 14:51
8
Solved
This is a little subjective, as there are no rules so to speak. Every time I create a server, I think to myself, "What is the best port to use?" I guess an answer is "Any, as long as the user can c...
Egret asked 4/2, 2010 at 14:9
2
Solved
I don't know maybe it's a bug.
I have 2 virutalhosts on my server.
virtualhost1.com
virtualhost2.com
if i open virtualhost1.com with port 80 (virtualhost1.com:80)
$_SERVER['HTTP_HOST']='virtual...
Festatus asked 21/12, 2010 at 23:11
4
Solved
I set autoport=yes in a domain's("virtual machine" in libvirt) config file so the VNC port is assigned automatically in the run time.
I need to get this port so I can connect to the vm from outsid...
Lateen asked 1/11, 2012 at 8:5
2
This is the error I get when I try to run tomcat server "the server localhost:8080 requires a username and a password. the server says: XD". I hav researched and found that it is due to Oracle. Sin...
Orvie asked 5/10, 2013 at 20:44
1
Solved
could please anybody tell me what is wrong with this regexp ?
((?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))\\:([0-9]{2,5})
for matching this: assf...
Altonaltona asked 25/5, 2010 at 21:41
1
© 2022 - 2024 — McMap. All rights reserved.