You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by thomas Armstrong <ta...@gmail.com> on 2007/03/07 11:21:13 UTC

[users@httpd] Re: "(8)Exec format error: exec of 'test.CSS' failed" when ScriptAlias

Sorry, it works ok. I failed to include the <Directory> line in the
right place :(

Regards.

On 3/7/07, thomas Armstrong <ta...@gmail.com> wrote:
> Hi,
>
> Using Apache 2.0.59 on Linux, I try to install a ScriptAlias.
>
> My DocumentRoot is '/home/project/web', and the ScriptAlias directive
> within httpd.conf is:
> -----
> ScriptAlias /videos/ /home/project/modules/videos/web/
> <Directory "/home/project/modules/">
>         AddHandler application/x-httpd-php .php
>         AddHandler text/css css
> </Directory>
> -----
>
> 'http://foo/videos/test.php' works ok, but
> 'http://foo/videos/test.css' doesn't. I get a '500 Internal Server
> Error', and browsing the error log:
> -----
> [Wed Mar 07 04:58:55 2007] [error] [client
> c4e:d008:f82f:8ebf:307f:d300:a00:0] (8)Exec format error: exec of
> '/home/project/modules/videos/web/test.css' failed
> [Wed Mar 07 04:58:55 2007] [error] [client
> c4e:d008:f82f:8ebf:307f:d300:a00:0] Premature end of script headers:
> test.css
> ---------
>
> I chmoded 777 all the '/home/project/modules/videos/' directory. What
> am I doing wrong?
>
> Thank you very much.
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org