|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Images in cgi-bin
Images that are in the cgi-bin folder won't load. How do I configure Apache so that it accepts (it will load) images that are located in the cgi-bin folder? Is it even possible?
- Kimppa PS. I'm using win98 :-(
__________________
Fatal error on row 561: Couldn't access life - life isn't set |
|
#2
|
|||
|
|||
|
*looks at the massive "spam" threads*
Hmm... don't know why that happened. I'm not even able to delete those empty posts. *apologizes* |
|
#3
|
|||
|
|||
|
First off, when it comes to Apache on win32, I don't know anything.
A ScriptAlias'ed cgi-bin may contain true CGI scripts, no image, no .htaccess, no php, no html files. You have two options: 1) Do not ScriptAlias your cgi-bin 2) Relocate your image files elsewhere like /images directory and use absolute URI path in your script like so: <img src="/images/logo.gif"> instead of relative path to your cgi-bin like <img src="images/logo.gif"> |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Images in cgi-bin |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|