The link will be looking for the file in /QSYS.LIB/CGI400.LIB. Since there's no object type *CSS, there's no way to make this work.
You need to change the link from <link rel="stylesheet" href="dashbd02b.css" /> to something like <link rel="stylesheet" href="/dashbd02b.css" />
Then IHS will look for dashbd02b.css file in the server's document root in the IFS.
-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Steve Richter
Sent: Thursday, January 17, 2013 2:16 PM
To: Web Enabling the AS400 / iSeries
Subject: [WEB400] CSS file not being found
Why would my css file not be found for the web page I am serving from a CGI-BIN AS400 library?
this is the url that I navigate to:
http://intranet400.sssss.com/cgi-bin/Dashbd02c
there is a program named dashbd02c in library CGI400 on the as400. This works.
But the CSS is not being found.
fiddler tells me the .css file is being looked for in /cgi-bin/dashbd02b.css
but cgi-bin in this apache config is an as400 library.
ScriptAlias /cgi-bin/ /qsys.lib/cgi400.lib/
Here is my apache config.
The name is INTRANET
the member INTRANET in QATMHINSTC contains the following:
-apache -d /www/intranet -f conf/httpd.conf -AutoStartY
so I would expect the server to search /www/intranet for the .css file. But it is not being found. Fiddler has the line marked in red.
"/cgi-bin/dashbd02b.css"
there are a few <Director> entries in the .CONFD file <Directory /www/steve/css>
order allow,deny
allow from all
</Directory>
currently I have the .CSS file in the /www/intranet directory. also the /www/steve directory.
here is my HTML code:
<html>
<head>
<meta http-equiv="refresh" content="120"> <link rel="stylesheet" href="dashbd02b.css" /> </head> <body> <H1>some heading text</H1> <P> some paragraph text.
</P>
<pre>
some pre text lines
line 1 line 1 line 1 line 1
line 2 line 2 line 2 line 2
line 3 line 3 line 3 line 3
</pre>
</body>
</html>
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/web400.
As an Amazon Associate we earn from qualifying purchases.