
Marlboroman213
Member-
Posts
20 -
Joined
-
Last visited
Everything posted by Marlboroman213
-
Script error when starting as a program
Marlboroman213 replied to ThatWay's topic in Uniform Server - Windows
i have been getting the same thing myself /uniserver 8.9.2 / windows vista/ -
thanx for the tip i did fix it using the host file and doing the following go to and open X:\Windows\System32\drivers\etc\hostand added 127.0.0.1 mysite.comwill this cause conflict or leave me open for hacks?
-
Thanks BobS for the reply,, so what you saying unless i set up another outside connection there is really no way to allow me to view other than by localhost?someone mentioned to me last night also that if i add the URL to my host file it should work as well?
-
Hi, sorry to ask as I'm sure this question has been asked allot and I'm sure it has been answered allot, however i did a search on Google and this site and haven't found an answer or may not be looking in the right place i been using uniserver since the mona days and i was never really bothered by the question i was just using the server as private to work on my sites and stuff but about 6 months backish i upgraded to coral and kept it private and just recently i wanted to probably use it as a live site for my main site so i secured it down and asked others if they can see my site via URL mysite.com everyone said they could see it accept me i can only view it via localhost how can i view via URL as well? some said it has to do with my router and ports.. the ports are open or no one can see the page correct? some said to allow the machine to be in DMZ not an option again everyone can see it via URL so it wouldn't be a firewall issue and no need to go that drastic to put the machine out in the open so to speak. is there something i could do to the uniserver config or is there a way that will allow me to see it as others? I'm running uniserver 8.9.2 Again sorry if i posted in wrong spot Thanks Rob
-
Accessible from Internet = No
Marlboroman213 replied to Marlboroman213's topic in Uniform Server - Windows
i hope everyone had a great thanksgiving, after getting my belly full and watching my team get 12-0 i am ready to work on this some more if anyone has any clue about this issue would be appreciated Rob -
Accessible from Internet = No
Marlboroman213 replied to Marlboroman213's topic in Uniform Server - Windows
OK here is what i have done since it still isn't working the way i want it too,,,,, i uninstalled the version i had and reinstalled a clean version , the results however were not in my favor so then i did All of this again but yet still no luck so against my better judgement i placed that machine in DMZ mode again the end results the same im pretty sure everything is set correctly unless there is something i missed im starting to get irritated with it but will try other suggestions,, Thanks Rob PS have a safe holiday Thursday -
Accessible from Internet = No
Marlboroman213 replied to Marlboroman213's topic in Uniform Server - Windows
Hi and thanks again for the reply to answer your question i do believe it is i went to my cmd and went to ipconfig/all and it showed me this i don't like to share that much information but int his case i will make exception knowing my internal ip is 192.1687.0.5 however i will not post my external ip, i will share in pm if you need it tho also as a test i changed ports to see if it will change anything (maybe ISP blocking) however it shows on Can you see me shows that it isn't blocked on neither port, here is some shots i took with the router information and when i did port change and the results according to server status it is working with external IP (scratched out) but yet says Accessible from Internet = No when going to the page via external ip i get a page timeout, but local ip (192.168.0.5) it works, i hope this answer's your question and sorry if i am being a pest about it im really not a noob i used mona4.3 on my old xp machine for ages just recently i started to play around with the Coral versions on my vista machine Thanks again for the reply any help would be appreciated Rob PS this is going to sound crazy but is there something i can put into the host files to help? as i notice in my host file i see 127.0.0.1 localhost ::1 localhost 127.0.0.1 test i could also try to put that machine in DMZ not too keen on that idea but will try as a test if needed -
Accessible from Internet = No
Marlboroman213 replied to Marlboroman213's topic in Uniform Server - Windows
sorry for double post i am just wondering if anyone has a thought on were my issue is on here as i am still getting nowere Thanks Rob -
Accessible from Internet = No
Marlboroman213 replied to Marlboroman213's topic in Uniform Server - Windows
going to my external ip goes to a page cant be displayed internal ip (192.168.xxx.xxx) it loads the server root page hope that helps -
Accessible from Internet = No
Marlboroman213 replied to Marlboroman213's topic in Uniform Server - Windows
Hi lyle thanks for the reply, to answer your question yes i did to make sure i did everything correct i have taken a few screen shots, the windows firewall is disabled as shown below i have opened a port in my router firewall verified on http://canyouseeme.org/ checked what you did suggest as i didnt do this before double checked the .htaccess to make sure it was set to allow after restarting the server the end results the same im pretty sure it is set correctly unless i am missing something thanks again Rob -
i know this has been brought up before & i have looked at those posts & i have done pretty much everything that they say to do but the end results the same I am using~ Uniserver: Coral_8_6_7 Windows: Vista (with firewall disabled) Router firewall port has been opened (verified on http://www.canyouseeme.org/) obviously i am connected to the internet but yet it still says it is isn't accessible from the internet. any ideas on what i did wrong..or how to fix it.. thanks in advance Rob
-
cannot view page when changing ports
Marlboroman213 replied to Marlboroman213's topic in Uniform Server - Windows
nm i figured it out thanks anyways -
As the topic says i am having issues when i change the port outside of port 80 i am using Coral_8_6_7 to give you an idea what i am trying to do i already have a web host to host my main website, i am trying to create a private/public server that uses a different port i know your fixing to ask why use a different port, simple answer, because i want too..lol here is what i have done, i went to the server config and changed the port in this case i am gonna use port 213 i go into the apache config to make sure it looks the same i click on server status http://localhost:213/server-status and i get this Forbidden You don't have permission to access /server-status on this server. i also did some editing in the .htaccess file Order Deny,Allow Allow from all Allow from localhost unless i am missing something this is the correct way to do it.. if not can you point me to the correct way to do this thank you Rob
-
New Install - No phpmyadmin access AT ALL!
Marlboroman213 replied to Chris Hawkins's topic in phpMyAdmin
i had this same problem with windows xp with Uniform Server 5.7.4nano- and the error MySQL said: Documentation #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) Connection for controluser as defined in your configuration failed. so i asked a friend of mine to help with it you should also make sure you are using a legal version of windows or you havent used a WGA patch that was a question that was asked to me if you do it will look something like this if it does just remove the block wga and it should work and since mine didnt have that and it still didnt work i let him remote to my computer and found there was 127.0.0.1 localhost and one other thing but it still didnt work however there is another fix he showed me that may work for you Go To: UniServer\home\admin\www\phpMyAdmin and open config.inc.php Look for $cfg['Servers'][$i]['host'] = '127.0.0.1'; // MySQL hostname or IP address should be line 56 or close to it and replace with //$cfg['Servers'][$i]['host'] = '127.0.0.1'; // MySQL hostname or IP address $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address save and close then try to access phpmyadmin hope this helps it worked for me -
i get i read a post http://forum.uniformserver.com/index.php?showtopic=2053 here about it but i cant find it in the ini file im using 5.7.4 nano
-
i used search and couldn't find anything about this problem i have a friend of mine who is wanting to use uniserver to host a small website i have used 4.3 mona for ages but i'm on xp so it wasn't a problem with me but his is becoming a pain in my side i'm also using the new version of uniserver 5.7.4-Nano i tried to install mona as well still have this same issue now keep in mind it is vista and i hate vista i start the server and it says i cant start apache because "IIS is running skype may also cause this issue" ok no problem i go into his features to disable the IIS but to my surprise IIS is already disabled and wont start up when windows start.. i tried to dump cookies , cache and other stuff but still getting that same error is there another program that will be interfering with this and is there a way to run the uniserver without having to change the ports cause he don't want to have to give people a URL that looks like this http://his_site.com:8080 he just wants to be normal http://his_site.com i hope i am making since on this or perhaps i'm over looking something any help would be great thank you Rob
-
Uniserver 5.7.2 can not connect to mySQL
Marlboroman213 replied to molitar's topic in Uniform Server - Windows
same problem here using Uniserver 5.7.3 i been using 4.3 mona for awhile and i figure i would try to upgrade and then i saw this may wait till its fixed to do any thing