Can't Access My Local Web Server By Its External IP
May 24, 2008
I have a local web server that I want to make available outside of my local network of two computers. I configured NAT at my router, configured the firewall. I Typed the external IP and got nothing, while I still was able to access my web server by typing "localhost", I tried both IIS and Apache, but what is interesting is that fact that the other people can access my web server via that external IP, I just cannot access it from my local network.
View 4 Replies
ADVERTISEMENT
May 11, 2008
how I can do to allow External Access Mysql Database on my server ? What's the procedure ?
View 1 Replies
View Related
Apr 9, 2007
I am using Windows XP Pro, and since I updated to Internet Explorer 7 I am having problems getting web sites to work on my PC in Internet Explorer using the local IIS web server. These web sites are using ASP and Access databases.
The two errors I get are:
Operation must use an updateable query.
or
Cannot modify the design of table 'TABLE_NAME'. It is in a read-only database. (they are not read only!)
Does anyone know how I can get this working so I can test my web sites locally before uploading them to the live sites?
View 3 Replies
View Related
Oct 24, 2014
I want to save the access logs of our websites on an external server. If I do this now with the default setup, the gets overwritten every day. The desired file name format whould be: websitedomain-tld-access-2014-10-24.log
How can I tell Plesk to do this and how can I make sure the statistics keep working?
On our other servers we use rotatelogs for this.
View 3 Replies
View Related
May 4, 2007
A customer is asking to open the port to access PostgreSQL on a shared server because he needs remote access to his database. Is it a good idea to grant remote access to PostgreSQL?
View 1 Replies
View Related
Jun 10, 2007
how can I setup under plesk to allow a external server to access the mysql db.
View 7 Replies
View Related
Jun 6, 2008
I have a script running on my server that has access via port 1031, but I would like to block access to it from the public, and instead allow access only through a php proxy script on my server which will connect to port 1031 via 127.0.0.1 (i.e. 127.0.0.1:1031)
So some may be thinking why? Currently users gain access by heading to mydomain.com:1031 . However I would now like to include adverts along side the script (but can't physically make adjustments to the script as the company that made the script has vanished of earth)
So the only way I can think of doing this, is by having the adverts in an Frame next to the proxy script.
So does opening up access via 127.0.0.1 just for this case, give me security problems?
View 0 Replies
View Related
Jun 2, 2008
if it is possible to block external access to Cpanel through port 2082?
View 7 Replies
View Related
Jun 2, 2015
I am currently unable to access the Plesk control panel except from the web server itself. When I try any of the following options, all work on the server itself but externally all I get is the default Tomcat page.
https://server_name:8443
https://anydomain.com:8443
https://local_ip_address:8443
https://external_ip_address:8443
I don't know if the problem is on the server itself or something within our firewall - we use Microsoft Forefront TMG. The port 8443 is open, and the Tomcat page is being served. All websites working fine, both internally and externally. The server itself is in a DMZ on the network.
The server is running Centos 7 with Plesk 12.
I just noticed that when adding a new domain, I am warned that the domain resolves to another IP address - the external one. Currently, the IP address set up in Plesk is the internal (192.168...) address. Could it be that I need to change this to the external?
View 1 Replies
View Related
Nov 2, 2009
I'm planning a website at the moment but I'm wondering about a slight issue, regarding the local root folder of a website.
Currently, I'm using Dreamweaver to create a website and I have had no problems of uploading my files to a site through Dreamweaver before. But I will not have access to my computer for about one month every year. However, I have a laptop available during that month. But since my local root folder is located on my stationary computer it seems impossible for me to, in any way, use that laptop to manage my site (upload new files to the server).
View 3 Replies
View Related
Jun 25, 2014
Allow from 192.168.0.*
to the httpd-manual.conf to enable access by other machines on my network but it seems to be hard coded to localhost only.
Is there something else I can add to httpd-manual.conf to enable it or do I need to copy manual folder to the htdocs folder and then restrict that <Directory> ?
View 1 Replies
View Related
Oct 7, 2014
I have a -I think- common issue, one external server available from internet and an internal server for local only.
I want that to ask for [URL] ....
I can get the content of an internal server. For this I tried this at httpd.conf:
Redirect /site http://in.ter.nal.ip/site
but browser changes to internal IP and obviously I can't reach it.
So, I need that when external server detects that I want to see internal server content, it ask to internal and external itself answers.
View 2 Replies
View Related
Apr 3, 2008
we have a cpanel server that has been running our website and emails. We have just obtained another dedicated server. I would like to keep our first server running our website and move all of our email for the domain to the new server. The second server has the same setup and runs cpanel as well. Can anyone point me in the right direction to achieve this?
View 3 Replies
View Related
Jun 27, 2007
On a CPanel server, I have one account where mx records are configured to route all the e-mails to external mail server. Everything works great, except when the e-mail is from another account on the same CPanel server, it doesn't reach external mail server, I think it goes to e-mail box on CPanel server.
Is there a way to fix it? (How to send e-mails from the CPanel server to external mail server?)
View 4 Replies
View Related
Jan 2, 2007
I have a web server and two DB servers. I use a third party DNS solutions. I would like to move mail to a totally separate server.
My question is... How exactly would I do this? I assume that I install something like exim and then use the PHP mail function like normal except configuring it to send via the new servers IP address.
Then I suppose I would create a record for mail.mydomain.com pointing to the new server and then create an mx record to use mail.mydomain when receiving mail from mydomain.com.
View 2 Replies
View Related
Feb 9, 2005
Im setting up a few servers under one domain name and am in need of a external DNS service provider. Does anyone have any suggestions on who I should go with?
View 7 Replies
View Related
May 20, 2009
We require a server with 10+ IP addresses (Each one with a separate OS and external IP Address, i.e myip.dk)
This is to be used as an added security level for our employees logging into our system from outside the office. Our system monitors the IP Address and we need to restrict access to certain items depending on the IP. We basically would like to set up multiple VPS on one server.
Can you confirm how this would work?I know we can buy a Windows VPS for around Ģ15, but we need multiple of these (10-20)and figure our own server might be the way forward.
View 2 Replies
View Related
Oct 27, 2009
app and content are separate physical machines
I want [url]to be processed by app directly, which it's doing now
I want [url]or [url]to display content from content, either directly or through a hidden/stealth redirect.
How can this be accomplished? How else can I have one URL serve from two different servers other than using subdomains?
View 1 Replies
View Related
May 11, 2008
way of going about the following:
I have a client who has hosting with another company for their website and they have their own internal MS Exchange server for email...
In order to switch the hosting to one of my servers they just need to alter the A record for the website to my webserver's IP address at the registrar - correct?
They also want to start sending a "mailshot" to existing clients - what is the best way of doing this? I have no experiance of Exchange Server so I am thinking of running something simple like phpList on the webserver but how can this be configured to use their Exchange Server?
I am thinking that if I just setup phplist as normal then the emails it sends would bounce, is the trick to setup phplist differently or to change the servers DNS settings for that domain?
the server is running CentOs and cPanel
View 4 Replies
View Related
Nov 7, 2008
I have one dedicated server that hosts a PHP/MySQL highly dynamic site. In peak periods my site is starting to get high load (still very manageable but enough to warrant thinking about the future). My site is mostly images - photo gallery type stuff.
I've thought about using Amazon WS to host images from my site but it works out too expensive as do other similar Content Delivery options.
From what I can tell, when the load is high, mysql CPU usage isn't too bad, it hovers around 20% and peaks to 60% every 20 seconds or so, so my assumption is that the load is partly from apache (I see lots of apache processes in peak periods).
I am considering just get a cheap VPS hosted elsewhere that will be used as a static image/file server to release stress from my main server- How much stress would this help release?- Any other suggestions on solutions?
- I would have to do quite a bit of work to my application to ensure images are posted to this server and not my main server which seems a pain (or cron these tasks).
View 0 Replies
View Related
Apr 22, 2014
I get the following message if i try to migrate a domain from a Windows Plesk (9.5.5) to PPA:
[2014-04-22 11:25:39] [ERROR] check-infrastructure/mydomain.com| The mssql database DATABASENAME from SourceSQL:0 will not be copied to external DB server at x.x.x.x:1433 - this is not implemented.
But this should have been fixed in MU#4 as mentioned in [URL] ....:
[-] Users could not migrate to PPA 11.5 if PPA used an external Microsoft SQL Server (which was added through Infrastructure > Database Servers). (PPA-771)Click to expand...
View 1 Replies
View Related
Sep 4, 2008
[url]
Is that as cheap as it gets? I dont need support. Any opinions or suggestions?
View 7 Replies
View Related
Jan 28, 2015
The Setup:Plesk Server hosting domains
The Goal:Have Plesk Accounts on it's server be able to sync to an external SmarterMail server, rather than installing SmarterMail on that same serve (which seems to be available natively).
View 1 Replies
View Related
Jul 1, 2008
I am really thinking of upgrade my dedi server, but since its from a IDE disk to a SATA, I canīt move the IDE to the new system.
Is there a way to backup the server disk to your
local computer? FTP ?
View 9 Replies
View Related
Jun 16, 2008
I have been working on an online shop locally from my machine, using Visual Web Developer and SQL server.
This is working fine, but now its at the stage were i need to show a client. In order to do this i need to upload it to our servers.
What i cant get my head round is the connection to the sql server, do i need to upload this too, or can i somehow point the connection string to the sql server sitting on my local machine...
Is it easier just to upload an sql server? how would i go about this?
View 3 Replies
View Related
Jul 31, 2007
Is it possible to make Joomla connect to an external mysql database server?
Meaning, the database for Joomla won't be local, but on another server.
Will it work by just entering the mysql hostname, user and password in Joomla's config?
What issues might arose by doing this?
View 3 Replies
View Related
Mar 31, 2014
I have Plesk Panel installed in server 1 and mailenable in server2. I disabled mail service in server 1 and configured external mail (by the way, I cannot start it back) - Tools & Settings -> Mail -> External SMTP Server to my server 2.
Every contact form created with Presence Builder never worked, and I do not know why. Is there any work around? When Plesk is going to handle e-mail forms with a PHP file?
View 4 Replies
View Related
May 4, 2009
I have a question if it is possible to use my local server as database storage and even some uploaded files. I am planning to host my website even in a shared hosting server provided that I could used my local server as data storage.
View 2 Replies
View Related