Installing a python web framework on shared web host without sudo

I have a Cloud Linux shared web hosting service with a popular company. They provided python but not enough libraries for me to run a FLASK micro web framework. I do not have admin access,YUM, or PIP so I can run any install scripts. What would I have to do inorder to manually install and … Read more

Asp.net hashing (using codesmith) when upgrading from .net 2.0 to 3.5

I’m administrating servers running IIS 6, hosting a website on ASP.NET 2.0. Yesterday I installed .Net framework 3.5, and all my user authentication system was lost. Users can’t log in, because their password arn’t getting authenticated, maybe because the hash function has changed in 3.5??? I can’t really get to the code, but I know … Read more

Cloud Server Error – File Does Not Exist: /var/www/html/public

I recently moved a webapp, built using Laravel, to a rackspace cloud server. The homepage resolves just fine as I have the root set in the apache config. However, when a request is made to any of the routes, the server attempts to look for an actual file with the name of the route. For … Read more

Windows Management Framework 4.0 via GPO

I’m planning to set up a PowerShell-Masterserver. In order to do that I want to make sure that every Computer and Server running Windows 7 or Windows Server 2008 R2 has PowerShell 4.0 installed. To achieve that I have to install Windows Management Framework 4.0 https://www.microsoft.com/en-us/download/details.aspx?id=40855 My concern is, in my GP are not only … Read more

Multisite on AWS EC2

I’m working on a multi-site app targeted to run fully Amazon Web Services. Due to its nature, it will have significant traffic spikes, followed by long periods of low traffic, so the ability to scale EC2 instances is a must have. So far the structure I have in mind is: _____________________ Elastic Load Balancer _____________________ … Read more

unable to load images (error 404) with domain/subdirectory for laravel on nginx 1.13

i am having trouble to load images that saved in default images directory laravel (laravelroot/public/images). i’ve set the laravel on http://domain/laravelroot. here is the configurations : server { listen 80; server_name localhost; index index.php; root /usr/share/nginx/html; location / { try_files $uri $uri/ /index.php?$query_string; } location ~ /.well-known { allow all; } location ~* \.(jpg|jpeg|gif|png|css|js|ico|xml)$ { … Read more

Open source report framework [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question I’m looking for a open source report framework for statistics. A more detailed explanation is: We have a number of tests running on … Read more