Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
62 views

Serving images with IIS 7.5

My website has quite a lot (>1M) of different image files. I have separate subdomain for images. I do not need asp.net for them so I set it not to use .net framework. Maximum working processes is ...
0
votes
2answers
58 views

Apache/PHP does not show images

I have a strange problem with Apache and/or PHP that is driving me nuts. Before I explain the problem here is everything I know about the environment. The Environment OS: Ubuntu SMP x84_64 Apache ...
0
votes
3answers
80 views

nginx hackery : change image file every X request

Let me describe what I am trying to do first. I have a bunch of pictures in a directory called /images/*.(jpg|gif|png|blah blah|) Now say these images are embedded in an html page and I dont really ...
0
votes
2answers
59 views

How to protect certain files from being downloaded

I am using IIS. I have few image files on my server. I want to display them on my website, but when someone finds the URL and tries to access it from the server from the browser, I want to show them ...
0
votes
1answer
47 views

Some users can't see my amazon s3 hosted images [closed]

I have a quite bizzare problem, some users have problems seeing photos that i host on s3. this is not browser related - when they try different browsers they still have the same problem. for example, ...
0
votes
2answers
113 views

Block certain images from incoming emails

My company just added 5 of the social networking images to its email signature. Now we have tons of copies of these identical images stored in the software that takes emails and turns them into ...
1
vote
2answers
342 views

Possbile to port a KVM VM to Amazon EC2?

We currently have our own servers that have multiple KVM guests. If we ever decide to move to the Amazon EC2, would it possible to simply copy the VM image over or would I need to begin reconfiguring ...
1
vote
0answers
42 views

Does anyone have experience with Rackspace cloud files on a large-scale production site? [closed]

I am trying out Rackspace Cloud Files for a high volume site for image handling. Yesterday, I experienced that I was suddenly unable to purge my CDN container as normally through their Ruby library, ...
1
vote
1answer
219 views

How can I Identify Cause of Slow Image Loading in IIS?

Please excuse if this question isn't as clear as it should be, but I'm a Dev (not a System Administrator) who is trying to help out with an issue we're seeing. We just migrated the hosting of our ...
1
vote
2answers
63 views

Creating a Server 2008 Image

I have noticed lately that I have been repeating the same steps for setting up new dedicated servers for our clients, which involves probably 2-4 hours of configurations, software installs, etc. The ...
0
votes
1answer
80 views

nginx displaying images without an ending

In my config file I use location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|xml)$ { access_log off; expires 30d; root /var/www; } However, I have a PHP ...
-2
votes
1answer
25 views

Image being interpreted as text [closed]

My shopping cart is based on WorldPay, does anyone know what the issue could be?
0
votes
2answers
117 views

Serving resized image files

Is there an Apache module or similar that will allow me to serve images and varying sizes? We have a a lot of images (gif, jpeg and png) that are all around 150x150, some are bigger but all are 1:1 ...
1
vote
3answers
245 views

Real-time Image Resize, Cropping and Caching Server Product

I'm investigating what products are out there that will allow you to request images through a HTTP API in arbitrary image sizes. The server would behind a CDN but would still need to be able to handle ...
1
vote
2answers
125 views

Using Windows Backup to Deploy Windows 7

Can I just setup a clean install and image this using Windows 7 backup and then restore this image to all the other machines (changing computer names and rejoining to active directory of course)?
0
votes
1answer
145 views

Images on SSL enabled site with Internet explorer

I have a problem with my site after implementation of SSL that images do not appear. The scenario is that images come from images.domain.com (hosted on Amazon S3) and my certificate is for ...
1
vote
2answers
99 views

LAMP server image permissions

This is probably a simple question, we have an Ubuntu (10.04) LAMP server running a website created with iWeb. Images uploaded by iWeb are viewable, but images uploaded via ftp to the site with ...
0
votes
3answers
186 views

Full Image backup with Windows Server 2003

I am looking for a good image backup solution. I have a Windows Server 2003 file server that needs to have images done about every week or so. I do not think that 2003 server comes with such an ...
1
vote
3answers
152 views

What are the advantages of using an image server?

An image server for static images and possibly other static files (css, js, etc). Are they only used for large/popular websites? Secondly, are they only really beneficial when the images undergo some ...
0
votes
2answers
99 views

Virtual Machine Backups

Say I have a client that is running 2 VMWare virtual servers on the one box. Is there an easy way to backup the entire OS image so that if the hardware was to fail, the virtual OS could be put onto ...
0
votes
1answer
74 views

Is a VirtualBox image just an image of a /* files?

If I make an iso of all the files in / as an iso, will I be able to convert that to a usable VirtualBox image? I've been looking around for documentation, and have been able to find no documentation ...
1
vote
2answers
413 views

Windows 7 “Not genuine” after imaging Z200 computers

We created images from Windows 7, loaded on a HP Z200 workstation. We have added all our software we need on this image and then, sysprep'ed it. So now, when I push the image thru Zenworks on my 5 ...
5
votes
3answers
765 views

Amazon S3 not sending Content-Type header

I have an application that downloads content from various sources. It relies on the "Content-Type" header being set on images. The majority of web-servers do this correctly but it appears Amazon S3 ...
1
vote
2answers
185 views

Storing bundled AMI:s at Amazon EC2

I am totally new on configuring servers and working with EC2, so please bear with me. I managed after a lot of hair pulling to get a server with Ubuntu up and running with memcached and some other ...
0
votes
1answer
160 views

MODx not display correct image path

In the MODx WYSIWYG whenever I click the Image icon to insert an image, followed by browse image it generates the wrong path: /data/12/1/111/99/1111262/user/1169144/htdocs/images/image.jpg instead of ...
0
votes
2answers
189 views

Dicom: What are my options?

After a cursory Googling, I can't find a legitimate list of DICOM vendors. I've tried DCM4Chee, Conquest, and PacsOne. Each server seems to have it's own quirks and annoyances, memory leaks, etc... ...
1
vote
1answer
427 views

Nginx + PHPBB3 reverse proxy images problem

Hello all I have a problem with my Nginx Frontend + Apache2 backend + PHPBB3 software. It doesn't load the CSS and the images neither. I get constant errors like these: 2010/04/14 16:57:25 [error] ...
2
votes
6answers
195 views

deleting old unused images

As we move on with our content-based websites, lots of images get dumped in our images folder, but we rarely come across self-committed monkyes that delete their files once they do not need it, which ...
2
votes
2answers
56 views

Allow image upload - most efficient way?

In my site, I currently only allow users to import images from other sites rather than uploading it themselves. The main reason for this is because I don't have much storage space on my host ...
0
votes
6answers
785 views

Is there a limit that a folder can store how many files and folders?

I have this folder, called it 'X'. Currently, it has 40k folders and 70k files. I am abit worried, inside are the images. Is there a limit that the folder 'X' can store? That folder is important, ...
2
votes
1answer
544 views

Enlarging image disk space on an existing virtual server (centos 5 guest on centos 5 host - Xen)

Is it possible to increase the size of an existing virtual server image (centos 5 guest on centos 5 host - Xen)? I just installed a new guest, and found out that I did not assign enough storage to the ...
20
votes
20answers
3k views

Storing a million images in the filesystem

I have a project that will generate a huge number of images. Around 1,000,000 for start. They are not large images so I will store them all on one machine at start. How do you recommended on ...
9
votes
6answers
6k views

What happens if you don't sysprep an image?

I've been researching WDS and other imaging tools, and the best practice seems to be to sysprep the master machine before imaging. However, where I've been working they simply build a machine then ...
1
vote
1answer
176 views

google Safe Search web filtering

I had an issue raised that a student did a google images search on Reece Bennett and on the second page, after removing safe search from moderate to off, they got some inappropriate images. Blocking ...
1
vote
6answers
766 views

Optimizing image serving using nfs for a system with a high read to write ratio

Our system use NFS primarily for replicating and serving images from multiple nodes. New images are not added very frequently. Hence writes are rare. Almost all requests will be read requests. ...
2
votes
4answers
283 views

How to find out all the software packages installed by default on a linux install?

I am thinking of getting a VPS and using Ubuntu with it. I've installed linux on home servers and I almost always choose a very bare system and then install packages manually after the install is ...
1
vote
3answers
348 views

Accessing apache on virtual pc

I am using a virtual pc to test my website. I can access all my webpages on the virtual pc. However, images don't load correctly. I can browse to my images folder and view all of them. However, if ...
0
votes
5answers
348 views

Serving half a million images with redundancy

I'm looking to split our image serving functionality off from our main server. We have nearly half a million images - any of which could be accessed at any time. I've been investigating using a W2k8 ...
0
votes
6answers
644 views

gzip to bmp images on the fly?

I havent decided on a technology yet but i wanted to ask. BMP images are large, i compressed a 3mb image to 50k. Browsers can decode gzip text, so would it be possible to gzip bmp on my server and ...