Image not displaying through apache


 
Thread Tools Search this Thread
Top Forums Programming Image not displaying through apache
# 1  
Old 10-19-2012
Image not displaying through apache

I am running a html script through apache server on fedora using XAMPP 1.7.7. The apache version is 2.0 When I am trying to run a html page having an image through apache, its not displaying the image. What can be the reason?
# 2  
Old 10-19-2012
Check the web page source, try and see where it expects the image to be. Make sure the image is there.
# 3  
Old 10-19-2012
I checked. Image is there at the same path i written in source.
# 4  
Old 10-19-2012
is the image placed in httpdocs folder ?
# 5  
Old 10-19-2012
Quote:
Originally Posted by amisubha
I checked. Image is there at the same path i written in source.
Then try to load the image itself and see what error you get. Copy the URL into your address bar and hit the 'enter' key on your keyboard.

Last edited by Corona688; 10-19-2012 at 12:07 PM..
# 6  
Old 10-23-2012
I got the solution. I was using xampp 1.7.7 which was having apache 2.0 now I replaced it xampp with 1.8.1 which has apache 2.4 version. It worked now perfectly. Smilie
# 7  
Old 10-23-2012
Did you ever try loading the image itself to see what error you got? It's the obvious thing to do -- image won't load, try to load the image itself.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-la

Have no idea on what the below error message is: Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-launcher.jar org.apache.tools.ant.launch.Launcher -buildfile build.xml dist. Any help? (3 Replies)
Discussion started by: gull05
3 Replies

2. Solaris

Copy image on Server-1 and Restores image on Server-2

Hi, I have done Copy image and Restores back on Windows. I have two solaris servers, one contains Solaris OS and Applications on Server-1. Want i required is want to copy image of Server-1 and restores the copied image on Server-2. First of all, is it possibile in Solaris. If it is then... (4 Replies)
Discussion started by: sarshads
4 Replies

3. Web Development

Apache module development on apache 2.2

Hi, I'm new to developing modules for Apache. I understand the basics now and can develop something simple which allows a 'GET' request to happen, but what I want to do is actually 'POST' information to my site. I know the basic POST Request works and I can see that it is post by looking at... (2 Replies)
Discussion started by: fishman2001
2 Replies

4. Shell Programming and Scripting

matching image files to create one image

Hi, I have two sets of image files. Both sets have names A to Z but set 1 ends with .cdt.png and set 2 ends with .matrix.png. I want set 1 to match with set 2 if the names match (i.e. A.cdt.png will match with A.matrix.png) and with the convert image tool (program for images), it will merge the... (6 Replies)
Discussion started by: kylle345
6 Replies

5. Shell Programming and Scripting

displaying an image - BOURNE SHELL

i am new to bourne shell, and i am making this program that checks if any .bmp files exist in the current directory, then if it does, it displays the image... please help!! thanks in advance..... (3 Replies)
Discussion started by: bshell_1214
3 Replies

6. UNIX for Dummies Questions & Answers

Displaying permissions

I can set permissions on a file with "chmod 777 filename" using octal for the permission levels. Is there a simple way to display the octals rather than the 'rwxrwxrwx' format? Thanks! (1 Reply)
Discussion started by: JTeter
1 Replies

7. UNIX for Dummies Questions & Answers

displaying $ in data

Hi, I have to append "abc$abc" to the existing data in solaris.When i run my unix script it is writing only "abc" instead of "abc$abc" Please let me know if we can write $ to the data.Please advice! (2 Replies)
Discussion started by: ammu
2 Replies

8. UNIX for Advanced & Expert Users

Create an Ignite image on tape from Online IgniteUX image

Hi, (HP-UX 11.11) I need to create a tape image of an igniteUX image created on our igniteUX server. That is to say. I have a "Online" image of the igniteUX of the targeted system but I now need to copy it to a useable TAPE (igniteUX) image so i can build an other server from it that is not... (3 Replies)
Discussion started by: Andrek
3 Replies

9. UNIX for Dummies Questions & Answers

displaying with ls

hi, how can display year parameter also while listing files from a directory?it displyas only if last acces sis more than 1 yr i guess.can it be dispalyed using some option or some method? thanks and regards vivek.s (2 Replies)
Discussion started by: vivekshankar
2 Replies

10. Shell Programming and Scripting

displaying date

Hi All, When I type date..I get the date, time ..etc displayed ...but can someone help me to display yesterdays date... some script to display back dates. Thanks in advance Minaz (7 Replies)
Discussion started by: minazk
7 Replies
Login or Register to Ask a Question