Hi all

On my linux workstation

I an entry like so

<VirtualHost 127.0.0.1>
 ServerName gevens.homelinux.local
 DocumentRoot /home/gevens/public_html/
 ScriptAlias /cgi-bin/ "/home/gevens/cgi-bin/"
 <Directory /home/gevens/cgi-bin/>
   Options +ExecCGI
 </Directory>
 <Directory /home/gevens/public_html/>
  Options +ExecCGI +Indexes
 </Directory>
 AccessFileName .htaccess
 <Files ~ "^\.ht">
   Order allow,deny
    Deny from all
  </Files>
</VirtualHost>

The problem is in my public_html I have a few perl scripts, there execute and 
run brillantly, but for the files in my cgi-bin
I files wont execute. I know theres nothing wrong with the per file / modules, 
because they currently run on my hosting server.

The paths are correct etc.
So it defiantly is an apache config problem.

i my error.logs I keep getting, "premature end of script" (something like that).

If anyone has any tips or advise, I would greatfully be apprecitive.

Kind Regards
Brent Clark



---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to