PHP and MySQL webhosting service without interface [closed] - web-hosting

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 days ago.
Improve this question
For a school project we need to develop a webhosting service for PHP and MySQL applications using a stack that consists of these technologies:
Linux
Apache
PHP
Drupal
MySQL
My question is, for small scale web apps.
What types of basic functionalities would you require for a service like this?
How would we go about this?
What is essential (as a web developer) using services like this?
What would you need access to, what would you like to change?
Every individual web app should be isolated as there will be multiple users (shared hosting). This should be achieved with an API, and we are not allowed to make an interface to interact with the endpoints.
We need to gather this information for a school project and would be very appreciative of your help as this is the baseline we will be creating our project from!
Thanks in advance.

Related

What's the correct way to solve the CORS issue in Spring Boot where hundreds of partners should be allowed to connect to the API? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 27 days ago.
Improve this question
I'm a junior dev and the company I work at has a few hundreds partners and each of them have their own website. They would like to integrate an API from my company and thus making calls to our API. I guess that would trigger the CORS issue, and while I know how to do that for a reasonable amount of origins, what's the best practice for hundreds of origins?
How do I whitelist these partners to connect to our API? I guess allowing all connections would not be safe(?).
I use Spring Boot for backend, and Angular-TypeScript for frontend with NX.
And should the CORS be handled in the frontend as a fastfail mechanism or in the backend? The goal is to have a monorepo and the architecture includes BFF.
Any experience will be appreciated! Thank you

what is the best server or cloud hosting for my laravel+Vuejs2 application? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
I Have an application with laravel 5.5 And Vuejs 2 My application is dedicated for students so there are many files (pdf...) maybe some tutorials ... and i'd like to find the best server/cloud hosting for that , thank's .
I Would suggest you to go with AWS.
You can use EC2 for your server side and s3 to direct hosting of vuejs frontend.
If you have mixed the laravel and vuejs together, then you can use only EC2
Or directly use Elastic beanstalk to setup a AMI with php, apache installed. EB will create EC2 for you automatically and install all your required stack.
You can store your your pdf files/tutorials on s3.

want to create app with frontend angular 2 need suggestions on backend to create rest api [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I am planing to build an application using frontend language angular 2 and Application need to have oauth authorisation and consume rest api, i have knowledge about spring so is it good to integrate angular with spring? And any library that would easy the task of authorisation?
A REST API typically should be built agnostic regarding which front end will be using it. Since it will be stateless and is meant to be a common interface any modern back-end should be fine.
I am not as familiar with Spring but I imagine it will have everything you are searching for. Similarly NodeJS and .NET or .NET core would be equally sufficient alternatives.
You can go ahead with php using CURL.

exposing rest services from the mean stack [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am creating a web app using one of mean.io or mean.js for a mobile web site. From my mobile apps I want to be able to create users of this app using rest web services. I want to access the mongodb with crud operations using restful api. With mean.io or mean.js do you get these services for free? or how would you implement them? I know express is part of this but I have not seen how exactly with mean stack you access these services. Assuming basic add/remove user is provided with mean.io or mean.js I would still like to know how to add more rest accessible services like say inventory etc that is linked to the user. Could someone point me in the right direction on this? Also is there difference between mean.io and mean.js in terms of rest services available by default and adding more rest services?
Don't bother just use strongloop.io

Scripting access to a website using different ips [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I would like to test automatically my website from different locations in order to localize content's presentation. I think I have to write a bash script to access the website with wget program, using an ip from a list. There is somewhere an established solution to this kind of problem ?
There is many solutions. I think to these ones :
IP spoofing. But it's not easy. In particular if you want orchestrate these tests to automate them...
Another solution is to use a reverse-proxy. An example: your application is hosted by Tomcat and you use Apache as reverse proxy. In this case you can easily configure several end-points in Apache where you lie about XFF
Another solution, you can rent VM in the cloud. This is a good approach if you want to perform real performance tests from a remote client, or check the behavior of Internet cache...
Some compagnies sells services to check availability of your web-stuff from different sites.

Resources