Questions tagged [images]
80 questions
-1
votes
1 answer
How do I setup Sendmail and the FQDN for use with server images
I have loadbalancer sitting infront of serveral webservers.
The website served up has a contact form that uses sendmail.
I have installed sendmail on one of these webservers: web-01 This is the hostname of the machine.
I have gone into the…

Shawn Northrop
- 113
- 6
-1
votes
1 answer
Does/can serving larger files (images in this case) necessitate increased CPU load on a linux/apache web server?
We are experiencing quite a high CPU load on our web server right now
(I'm just doing some research, I am not actually the website's administrator)
One of the most significant changes has been a new search results page with larger thumbnail images…

Drewdavid
- 115
- 4
-2
votes
1 answer
How do I prevent all script execution in a web-accessible image uploads directory?
I am using nginx and PHP, and want to allow images to be uploaded by my users, and placed into a public web accessible directory.
I currently have this rule defined:
location ~ /uploads {
location ~ \.(jpg|gif|png)$ {}
deny all;
}
If it's…

AgmLauncher
- 229
- 1
- 2
- 6
-2
votes
2 answers
What is best directory for storing uploaded images from my website in linux
i am building a webpage where a the user can upload images. i am going to use the file-system to store my images. i was wondering what is the best directory to hold such data? is it "var" directory? "srv" directory? or other?

Ori Price
- 97
- 4
-2
votes
1 answer
error code 401 when call ping search image api
https://api.bing.microsoft.com/v7.0/images/search?Ocp-Apim-Subscription-Key=9e572eb4609e4042b490fc42b2cb004c&q=apples
{"error":{"code":"401","message":"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid…