to launch a web/mobile app that requires the users to choose a hosting plan with their account. I was hoping to allow them to choose from 1GB / 5GB and 10GB plans.
I'm curious to know the best place to host such a service, and how it's possible to sell the space so cheap. For example [url]- They seem quite inexpensive for the storage you get.
Would[url]pricing be the best option or is there anywhere better?
I am currently developing a PHP socket server for a flash application that needs constant client -> server communication. I understand that this is not typical for hosting solutions so does anyone know of a host that would allow me to run a custom application running on a non-standard port?
We are in the process of setting up an application that on signup gives the customer a subdomain. The document root for this subdomain should be the same as the webroot for the primary domain. As an optional feature the customer can also map their own domain to this subdomain.
I was wondering if there is anyone here who has experience setting this kind of system up and could share some ideas, such as a particular server control panel that might cater for this, or that has an API that we can use within our Code.
As we are starting off we were thinking to go with a VS to keep the costs down. Also, the system is being programmed in PHP so the server would need to be Linux based.
I would just like to double check on how to host a Java application, as i have a customer wishing to host a Java application on my server but i am a little bit sketchy on hosting it yet without some extra help
whenever one of my customers tries to install an application from the application installer, they get an error that looks like this.
Error: Installation of WordPress at http://*******.com/wordpress failed. Non-zero exit status returned by script. Output stream: 'PHP Warning: mysql_connect(): Access denied for user 'ndari_wordpres_7'@'aeris.jdrepo.com' (using password: YES) in /opt/psa/var/apspackages/apscatalogSTqEEM.zip7b3ca133-9714-5d/cache/scripts/db-util.php on line 66 '.
Error stream: 'PHP Warning: mysql_connect(): Access denied for user 'ndari_wordpres_7'@'aeris.jdrepo.com' (using password: YES) in /opt/psa/var/apspackages/apscatalogSTqEEM.zip7b3ca133-9714-5d/cache/scripts/db-util.php on line 66 '.Click to expand...
A friend of mine is looking to develop a pretty extensive and complex website and would like to be able to use something similar to VMWare server, but doesn't want to be locked into VMware and needing to find a small fortune just to build out his application should either VMware start charging for VMware Server or having to move up to one of their high-end high-cost solutions.
I know with Virtuozzo the licensing fees are reasonably low, but does anyone have any experience using it outside of the hosting industry?
Does the software lend itself well to being used by a single client who is not using it to sell VPSs?
We have a Windows based application (Win32 app) that we want to host through a browser.
I can't find much information on the web, however I came across these guys who seem to do what I need: [url]
Does anyone know what technology they use to host Windows applications? And can it be used on a Mac or Linux? Does anyone know of anyone else who does this type of thing?
I have developed a small application that I want to put somewhere online so that people can download it and use it for free. I'm not much into free hosting so maybe some of you could recommend a good solution. This will be a 2-3 MB download but I don't think there will be any huge traffic. I know sourceforge.net offers hosting for open source software but I don't know yet if I want to make it open source. Preferrably, I would like a web host with a decent likelihood that my address will not change, no overintrusive ads and somewhat reliable. Or perhaps there are dedicated sites for hosting free programs that would better suit my needs?
I have SSL enabled site on IIS.I want to access it from my PocketPC(Win mobile).But when I try access it, I have been prompted to install a certificate.
Unlike when I try to any HTTPS site (Banking sites) I have never been prompted to install any certificate.
Why am I being prompted with security message with "Yes,No,View certificate" options on it every time I try to access my own server(desktop) via my WIN mobile using active sync. Unlike When I try to access banking site(https) I was never ever prompted a mesage like above.
How to have same functionality for my application also?
i have read somewhere you can logon to your server via ssh on your mobile phone. Anyone know what software is needed and how to do this? I'm off on holiday at some point and i could do with an emergency backup plan! I use a Sony ericcson p900 (oldschool i know!)
My 2nd question is:
What enables/disdabled php to access files outside of root? On my current vps, i can't include files like using ../ or full paths to files/folders outside of the public web folder.
can i configure .htaccess to direct browsers to a different css file based upon their browser type?
That's the short question. The longer question is: how do I set up my .htaccess file to call a different css file based on mobile browsers?
All I want to do create a 2nd version of a css file so that my site's content, when viewed on a mobile browser, calls /mobi/style.css instead of /style.css.
I have the rewritecond statement for all the mobile browsers, and in fact I presently direct all mobile browser traffic to a designated static webpage, which you can see at tastyplacement . com which directs to tastyplacement . com/mobi.
But if I could simply call a different css file, I could have the pages load as they normally would but with a different css file and thus an entirely different look for the website (narrower columns, no header navigation, ie., a stripped down version of the site with the main text intact).
I am interested if anybody knows who provides mobile satellite internet access?I would like to access the internet from anywhere in the world?. What are the costs? Do they have different speed plans?
My question is, are the visitors a day accurate - which I take to be uniques. It seems these must be pretty far off.
Presently they show an extremely high multiple of that for pages/s (approx 30 -50 times the visitors). I've never heard of visitors clicking this many pages.
I've not come across these kind of number with other non-mobile sites and it makes wonder if its right.
A) is tracking handled in the same way on mobile devices as on desktops (cookies or sessions?) And is this reliable for mobile/handheld/cell-phone devices?
B) There really isn't much of a chance of these page views being a result of bookmarks - the page views don't seem to add up to this.
The 'Browser Top 10' hits coming from 'unknown' are > 50% of the total amount.
Are there any quirks with awstats or other tracking software when it comes to mobile devices, even though the activity is taking place on the server? I take it Urchin may be more accurate?
We have a customer requirement to enable Direct Push email on our Outlook Web Access servers to a number of mobile devices the customer will be supplied from Vodafone - running Windows Mobile 5
Therefore we need to create a public HTTPS address to allow access to the OWA/OMA part.
We do NOT (at this stage) want to allow general access to OWA over HTTPS (we have an eGap solution with RSA for this) so we need to be able to lock down access to the OWA server only to specific devices. One way would be to use Firewall Rules at the Outer DMZ and lock down by the IP ranges of the phone but thats prohibitive to other devices and will fail when the phones change IP (i.e. international roaming)
Therefore Im wondering if we can use self signed SSL certs where there is no trusted CA provider (if there was all browsers would simply be prompted to trust the source and then get access). If we use our own self signed certs and have them installed on the client devices would this work? What would be the downsides (i.e. less cryptogrpahy without the CA part?)
As we are planning to implement Mobile for our platform, we want to distinguish between request coming from Mobile and Web in Apache. We will be using Apache for Reverse Proxy and we want it to differentiate the request source and forward it to required destination.Is this possible ?
We have an established site for which we want to add a 'mobile-appropriate' subdomain geared to phone surfers.
Our host (1and1) confirms their servers detect mobile visitors but they couldn't help me with how to read the server flag(?) or whatever and then redirect the server to our mobile subdomain when appropriate.
Can anyone point to an appropriate how2? (Note I don't need "mobile code" help help - just help with how to redirect mobile visitors transparently off our main site and into its mobile subdomain).
I have a Windows Mobile 6 (Blackjack II) phone that I am connecting to my cpanel VPS via Pop3.
I have a number of pop3 accounts setup to check for email every 30 minutes. However, every couple days the phone stops downloading mail and if I do a manual send and receive I get a "The Server Certificate is not valid. Continue Anyway?" with a yes/no. If I click yes, the email downloads and then the automated emails will work for several days and then the process is repeated.
Does anyone know how to either disable this check on the phone (no luck finding that yet), or to install the certificate from the cpanel mail server to the phone?
I have experimented with the Startcom free SSL certificates but would now like to install a low cost certificate on an Outlook Web Access server that Windows Mobile 5 devices will trust without having to load stuff onto each device.
Has anyone tried any online backup services which gives mobile access also. I have been thinking about trying one. But I'm not sure if any are better than others. My main concern is security.
Can anybody recommend a free or paid webmail application which can be used on a mobile (specifically a blackberry 8100). I need a way to access my emails via a webpage... I can't have all emails forwarded to my phone, as there are way to many. As there are a fair few emails in my inbox the application would need to be able to handle a large number of emails.
I received an error message "Error: Failed to remove mobile site: Can't delete a site that's not active " when try to remove a mobile website in Plesk control panel and if i try to edit site content i received another error message "Can't access a site that's not active" from [URL] ....
These notification messages are originating from UNITY Mobile platform. The reason is actually hinted in the messages themselves - both the site and the editor account have been already disabled and there are no handlers anymore to modify their status further, so the messages are correct from UNITY Mobile platform's standpoint.
It appears that Plesk control panel has somehow retained in its configuration information about the site availability and is giving the plesk control panel the option to configure the mobile site despite the fact that UNITY Mobile platform is returning "deleted" status back to Plesk. Plesk should be given an option to create a new site instead now.
I would like to know how to manage Plesk in this situation.
I've written an application that acts as a game server for a simple game I'm creating. From what my friends tell me you can't run an exe on a webhost. They did however tell me that you can run java apps on a host that gives ssh access.
I want to monitor my application to make sure it is 24x7 uptime, if there is anything interrupt, I will be notified by email/SMS right away. There are several web monitoring service, but they all monitor ports, not application. I have bad experience, like, althoguh the web server is alive, but the application is already dead.
So, I want to monitor application instead of monitor a port. Anybody knows where I may find this kind of service?
One of our customers have a Web Application with Framework 2.0, but many times a day the Application just stop working, if you try to open any file into the application it never answered. We need to restart the Application for solve the problem.
Is posible to know why the application stop working, where can i the logs or something?
We need a good (best?) network/hardware monitoring application for monitoring our servers located at 3 different datacenters and around 50 servers.. I've founded some programs but they don't cover my needs 100%
Basicly I need these;
- Adding servers easily.
- Adding monitoring channel for each servers. (load, network, disk/ram usage etc..)
- Adding users and attaching users to servers seperately. (For example I will add justify user and attach him to server1, will add wht user and attach him the server2 and their permissions will be different and they will have no control on other's servers.)
- Web based controller for users/admins
- I want to install it to my windows/linux servers and monitor all remotely..
I'm currently running some .NET 2.0 apps on a W2003 standard server but am in the process of ordering another server and not sure if I can get by with just a Windows web or Small Business server edition for the OS (because W2003 standard is so ridiculously expensive).
I need to run:
IIS & ASP.NET PHP MySQL
And
VB.NET applications Some 3rd party applications (Mailbee etc.). Email (POP3)
I don't have any clients accessing the server (all users hit the web app) although I do have about 10 or so POP3 accounts. Other than that I just use remote access or LogMeIn for administration.